Skip to content

Commit

Permalink
Update the Cobra library to significantly reduce the dependency tree (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
reugn authored Jan 17, 2023
1 parent 3cd02b1 commit d9b18d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 179 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ require (
github.com/prometheus/client_golang v1.11.1
github.com/sirupsen/logrus v1.6.0
github.com/spaolacci/murmur3 v1.1.0
github.com/spf13/cobra v1.2.1
github.com/spf13/cobra v1.6.1
github.com/stretchr/testify v1.8.0
go.uber.org/atomic v1.7.0
golang.org/x/mod v0.5.1
Expand All @@ -41,7 +41,7 @@ require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/mtibben/percent v0.2.1 // indirect
Expand Down
Loading

0 comments on commit d9b18d0

Please sign in to comment.