Skip to content

Commit cdbbfd4

Browse files
fix(deps): update module github.com/spf13/cobra to v1.3.0 (#92)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 3a5b84e commit cdbbfd4

2 files changed

Lines changed: 528 additions & 82 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ require (
1818
github.com/morikuni/aec v1.0.0 // indirect
1919
github.com/opencontainers/go-digest v1.0.0 // indirect
2020
github.com/opencontainers/image-spec v1.0.1 // indirect
21-
github.com/spf13/cobra v1.1.3
21+
github.com/spf13/cobra v1.3.0
2222
github.com/stretchr/testify v1.7.0
2323
github.com/vishvananda/netlink v1.1.0
2424
github.com/yl2chen/cidranger v1.0.2
2525
go.uber.org/ratelimit v0.2.0
2626
go.uber.org/zap v1.19.0
27-
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
27+
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d
2828
gotest.tools/v3 v3.0.3 // indirect
2929
)

0 commit comments

Comments
 (0)