Skip to content

Commit

Permalink
Merge pull request canonical#330 from canonical/dependabot/go_modules…
Browse files Browse the repository at this point in the history
…/master/github.com/spf13/cobra-1.8.1

build(deps): bump github.com/spf13/cobra from 1.2.1 to 1.8.1
  • Loading branch information
cole-miller authored Oct 1, 2024
2 parents 9e93dab + 1a59167 commit 2d208f2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 553 deletions.
5 changes: 4 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@ go 1.13

require (
github.com/Rican7/retry v0.3.0
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/renameio v1.0.1
github.com/kr/pretty v0.1.0 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mattn/go-sqlite3 v1.14.7
github.com/peterh/liner v1.2.2
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.2.1
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.7.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.4.0
)
Loading

0 comments on commit 2d208f2

Please sign in to comment.