Skip to content

Commit

Permalink
Merge pull request #1516 from xanzy/chore/update-deps
Browse files Browse the repository at this point in the history
Update all dependencies
  • Loading branch information
svanharmelen committed Aug 5, 2022
2 parents 7e3e898 + daa069d commit f5e4593
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 368 deletions.
12 changes: 6 additions & 6 deletions go.mod
Expand Up @@ -6,17 +6,17 @@ require (
github.com/google/go-querystring v1.1.0
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hashicorp/go-retryablehttp v0.7.1
github.com/stretchr/testify v1.4.0
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
golang.org/x/time v0.0.0-20220411224347-583f2d630306
github.com/stretchr/testify v1.8.0
golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect
golang.org/x/net v0.0.0-20220805013720-a33c5aa5df48 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit f5e4593

Please sign in to comment.