diff options
author | 2022-06-20 07:06:19 -0700 | |
---|---|---|
committer | 2022-06-20 07:06:19 -0700 | |
commit | 1290427645b825939e2483d9f78efa53f2ce7c4a (patch) | |
tree | 10e7c13d29abb2021184c3420b0eb4e4bd5962ec /go.mod | |
parent | 6aa12f447af19e45b5b1e6991c657888208392a9 (diff) | |
download | coredns-1290427645b825939e2483d9f78efa53f2ce7c4a.tar.gz coredns-1290427645b825939e2483d9f78efa53f2ce7c4a.tar.zst coredns-1290427645b825939e2483d9f78efa53f2ce7c4a.zip |
build(deps): bump google.golang.org/api from 0.83.0 to 0.84.0 (#5445)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.83.0 to 0.84.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.83.0...v0.84.0)
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -25,8 +25,8 @@ require ( go.etcd.io/etcd/api/v3 v3.5.4 go.etcd.io/etcd/client/v3 v3.5.4 golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e - golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a - google.golang.org/api v0.83.0 + golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d + google.golang.org/api v0.84.0 google.golang.org/grpc v1.47.0 google.golang.org/protobuf v1.28.0 gopkg.in/DataDog/dd-trace-go.v1 v1.38.1 @@ -76,6 +76,7 @@ require ( github.com/google/go-cmp v0.5.8 // indirect github.com/google/gofuzz v1.2.0 // indirect github.com/google/uuid v1.3.0 // indirect + github.com/googleapis/enterprise-certificate-proxy v0.0.0-20220520183353-fd19c99a87aa // indirect github.com/googleapis/gax-go/v2 v2.4.0 // indirect github.com/imdario/mergo v0.3.12 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect @@ -100,14 +101,14 @@ require ( go.uber.org/zap v1.17.0 // indirect golang.org/x/mod v0.4.2 // indirect golang.org/x/net v0.0.0-20220607020251-c690dde0001d // indirect - golang.org/x/oauth2 v0.0.0-20220524215830-622c5d57e401 // indirect + golang.org/x/oauth2 v0.0.0-20220608161450-d0670ef3b1eb // indirect golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect golang.org/x/text v0.3.7 // indirect golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2 // indirect - golang.org/x/xerrors v0.0.0-20220517211312-f3a8303e98df // indirect + golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect google.golang.org/appengine v1.6.7 // indirect - google.golang.org/genproto v0.0.0-20220602131408-e326c6e8e9c8 // indirect + google.golang.org/genproto v0.0.0-20220608133413-ed9918b62aac // indirect gopkg.in/inf.v0 v0.9.1 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.0 // indirect |