Skip to content

Commit

Permalink
Merge pull request #830 from go-kivik/deps
Browse files Browse the repository at this point in the history
Bump dependency versions
  • Loading branch information
flimzy authored Oct 23, 2023
2 parents 3a542ee + 0bb0795 commit 7d781d6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 573 deletions.
7 changes: 3 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,18 @@ require (
github.com/gopherjs/gopherjs v1.17.2
github.com/gopherjs/jsbuiltin v0.0.0-20180426082241-50091555e127
github.com/icza/dyno v0.0.0-20230330125955-09f820a8d9c0
github.com/spf13/cobra v1.2.1
github.com/spf13/cobra v1.5.0
github.com/spf13/pflag v1.0.5
gitlab.com/flimzy/testy v0.13.0
golang.org/x/net v0.15.0
golang.org/x/sync v0.3.0
golang.org/x/net v0.17.0
golang.org/x/sync v0.4.0
gopkg.in/yaml.v3 v3.0.1
)

require (
github.com/Masterminds/semver/v3 v3.1.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
)
Loading

0 comments on commit 7d781d6

Please sign in to comment.