aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-01 01:58:18 +0000
committerTaras Madan <tarasmadan@google.com>2024-06-03 10:35:00 +0000
commitec102f24cae4dd25c09ca260e69b341535d8efce (patch)
treead3dc946696f6c0008e5ffdc09f063bacae2ea4c /go.mod
parentc25b84828149a4957a795b08eb70caf5e89f8d9b (diff)
mod: bump cloud.google.com/go/logging from 1.9.0 to 1.10.0
Bumps [cloud.google.com/go/logging](https://github.com/googleapis/google-cloud-go) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md) - [Commits](https://github.com/googleapis/google-cloud-go/compare/dlp/v1.9.0...dlp/v1.10.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/logging dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod26
1 files changed, 13 insertions, 13 deletions
diff --git a/go.mod b/go.mod
index 9ce83d22b..62064935a 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module github.com/google/syzkaller
go 1.21
require (
- cloud.google.com/go/logging v1.9.0
+ cloud.google.com/go/logging v1.10.0
cloud.google.com/go/profiler v0.4.0
cloud.google.com/go/pubsub v1.37.0
cloud.google.com/go/secretmanager v1.12.0
@@ -26,21 +26,21 @@ require (
golang.org/x/sync v0.7.0
golang.org/x/sys v0.20.0
golang.org/x/tools v0.20.0
- google.golang.org/api v0.178.0
+ google.golang.org/api v0.180.0
google.golang.org/appengine/v2 v2.0.5
- google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de
+ google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda
gopkg.in/yaml.v3 v3.0.1
)
require (
4d63.com/gocheckcompilerdirectives v1.2.1 // indirect
4d63.com/gochecknoglobals v0.2.1 // indirect
- cloud.google.com/go v0.112.2 // indirect
- cloud.google.com/go/auth v0.3.0 // indirect
+ cloud.google.com/go v0.113.0 // indirect
+ cloud.google.com/go/auth v0.4.1 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
cloud.google.com/go/compute/metadata v0.3.0 // indirect
- cloud.google.com/go/iam v1.1.7 // indirect
- cloud.google.com/go/longrunning v0.5.5 // indirect
+ cloud.google.com/go/iam v1.1.8 // indirect
+ cloud.google.com/go/longrunning v0.5.7 // indirect
github.com/4meepo/tagalign v1.3.3 // indirect
github.com/Abirdcfly/dupword v0.0.14 // indirect
github.com/Antonboom/errname v0.1.12 // indirect
@@ -218,15 +218,15 @@ require (
go.uber.org/automaxprocs v1.5.3 // indirect
go.uber.org/multierr v1.9.0 // indirect
go.uber.org/zap v1.24.0 // indirect
- golang.org/x/crypto v0.22.0 // indirect
+ golang.org/x/crypto v0.23.0 // indirect
golang.org/x/exp/typeparams v0.0.0-20240314144324-c7f7c6466f7f // indirect
golang.org/x/mod v0.17.0 // indirect
- golang.org/x/net v0.24.0 // indirect
- golang.org/x/term v0.19.0 // indirect
- golang.org/x/text v0.14.0 // indirect
+ golang.org/x/net v0.25.0 // indirect
+ golang.org/x/term v0.20.0 // indirect
+ golang.org/x/text v0.15.0 // indirect
golang.org/x/time v0.5.0 // indirect
- google.golang.org/genproto/googleapis/api v0.0.0-20240415180920-8c6c420018be // indirect
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240429193739-8cf5692501f6 // indirect
+ google.golang.org/genproto/googleapis/api v0.0.0-20240513163218-0867130af1f8 // indirect
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240513163218-0867130af1f8 // indirect
google.golang.org/grpc v1.63.2 // indirect
google.golang.org/protobuf v1.34.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect