Skip to content

Commit f40f85b

Browse files
dependabot[bot]maiqueb
authored andcommitted
build(deps): bump google.golang.org/grpc from 1.58.2 to 1.59.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.2 to 1.59.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.58.2...v1.59.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fcc5f6b commit f40f85b

File tree

28 files changed

+324
-227
lines changed

28 files changed

+324
-227
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/onsi/ginkgo/v2 v2.9.2
1212
github.com/onsi/gomega v1.27.6
1313
github.com/opencontainers/runtime-spec v1.1.0-rc.1
14-
google.golang.org/grpc v1.58.2
14+
google.golang.org/grpc v1.59.0
1515
gopkg.in/k8snetworkplumbingwg/multus-cni.v3 v3.9.1
1616
k8s.io/api v0.26.2
1717
k8s.io/apimachinery v0.26.2
@@ -49,7 +49,7 @@ require (
4949
github.com/google/go-cmp v0.5.9 // indirect
5050
github.com/google/gofuzz v1.2.0 // indirect
5151
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
52-
github.com/google/uuid v1.3.0 // indirect
52+
github.com/google/uuid v1.3.1 // indirect
5353
github.com/imdario/mergo v0.3.13 // indirect
5454
github.com/josharian/intern v1.0.0 // indirect
5555
github.com/json-iterator/go v1.1.12 // indirect
@@ -83,8 +83,8 @@ require (
8383
golang.org/x/time v0.3.0 // indirect
8484
golang.org/x/tools v0.14.0 // indirect
8585
google.golang.org/appengine v1.6.7 // indirect
86-
google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 // indirect
87-
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
86+
google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d // indirect
87+
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
8888
google.golang.org/protobuf v1.31.0 // indirect
8989
gopkg.in/inf.v0 v0.9.1 // indirect
9090
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect

go.sum

Lines changed: 8 additions & 34 deletions
Large diffs are not rendered by default.

vendor/github.com/google/uuid/.travis.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

vendor/github.com/google/uuid/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/uuid/CONTRIBUTING.md

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/uuid/README.md

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/uuid/node_js.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/google/uuid/uuid.go

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/google.golang.org/grpc/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/google.golang.org/grpc/attributes/attributes.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)