-
- Downloads
Merge pull request #2277 from dexidp/dependabot/go_modules/google.golang.org/api-0.57.0
No related branches found
No related tags found
... | @@ -33,14 +33,14 @@ require ( | ... | @@ -33,14 +33,14 @@ require ( |
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 | golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 | ||
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420 | golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420 | ||
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f | golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f | ||
google.golang.org/api v0.56.0 | google.golang.org/api v0.57.0 | ||
google.golang.org/grpc v1.40.0 | google.golang.org/grpc v1.40.0 | ||
google.golang.org/protobuf v1.27.1 | google.golang.org/protobuf v1.27.1 | ||
gopkg.in/square/go-jose.v2 v2.6.0 | gopkg.in/square/go-jose.v2 v2.6.0 | ||
) | ) | ||
require ( | require ( | ||
cloud.google.com/go v0.93.3 // indirect | cloud.google.com/go v0.94.1 // indirect | ||
github.com/Azure/go-ntlmssp v0.0.0-20200615164410-66371956d46c // indirect | github.com/Azure/go-ntlmssp v0.0.0-20200615164410-66371956d46c // indirect | ||
github.com/Masterminds/goutils v1.1.1 // indirect | github.com/Masterminds/goutils v1.1.1 // indirect | ||
github.com/Masterminds/semver/v3 v3.1.1 // indirect | github.com/Masterminds/semver/v3 v3.1.1 // indirect | ||
... | @@ -74,10 +74,10 @@ require ( | ... | @@ -74,10 +74,10 @@ require ( |
go.uber.org/atomic v1.7.0 // indirect | go.uber.org/atomic v1.7.0 // indirect | ||
go.uber.org/multierr v1.6.0 // indirect | go.uber.org/multierr v1.6.0 // indirect | ||
go.uber.org/zap v1.17.0 // indirect | go.uber.org/zap v1.17.0 // indirect | ||
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect | golang.org/x/sys v0.0.0-20210908233432-aa78b53d3365 // indirect | ||
golang.org/x/text v0.3.6 // indirect | golang.org/x/text v0.3.6 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20210828152312-66f60bf46e71 // indirect | google.golang.org/genproto v0.0.0-20210903162649-d08c68adba83 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect | gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect | ||
) | ) | ||
... | ... |
Please register or sign in to comment