We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a5b84e commit cdbbfd4Copy full SHA for cdbbfd4
2 files changed
go.mod
@@ -18,12 +18,12 @@ require (
18
github.com/morikuni/aec v1.0.0 // indirect
19
github.com/opencontainers/go-digest v1.0.0 // indirect
20
github.com/opencontainers/image-spec v1.0.1 // indirect
21
- github.com/spf13/cobra v1.1.3
+ github.com/spf13/cobra v1.3.0
22
github.com/stretchr/testify v1.7.0
23
github.com/vishvananda/netlink v1.1.0
24
github.com/yl2chen/cidranger v1.0.2
25
go.uber.org/ratelimit v0.2.0
26
go.uber.org/zap v1.19.0
27
- golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
+ golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d
28
gotest.tools/v3 v3.0.3 // indirect
29
)
0 commit comments