Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vendor: bump google.golang.org/protobuf
Browse files Browse the repository at this point in the history
Bumps the golang-dependencies group in /tools with 1 update: google.golang.org/protobuf.

Updates `google.golang.org/protobuf` from 1.35.2 to 1.36.1

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Praveen M <m.praveen@ibm.com>
dependabot[bot] authored and iPraveenParihar committed Jan 2, 2025
1 parent ae2ede2 commit fd843c4
Showing 66 changed files with 6,524 additions and 1,327 deletions.
15 changes: 7 additions & 8 deletions internal/proto/encryptionkeyrotation.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

44 changes: 20 additions & 24 deletions internal/proto/networkfence.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 13 additions & 16 deletions internal/proto/reclaimspace.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

131 changes: 62 additions & 69 deletions internal/proto/replication.pb.go

Large diffs are not rendered by default.

78 changes: 35 additions & 43 deletions internal/proto/volumegroup.pb.go
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ toolchain go1.22.8
require (
github.com/operator-framework/operator-sdk v1.38.0
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1
google.golang.org/protobuf v1.35.2
google.golang.org/protobuf v1.36.1
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20240102165319-7f316f1309b1
sigs.k8s.io/controller-tools v0.16.5
sigs.k8s.io/kustomize/kustomize/v5 v5.5.0
4 changes: 2 additions & 2 deletions tools/go.sum
Original file line number Diff line number Diff line change
@@ -703,8 +703,8 @@ google.golang.org/protobuf v1.23.1-0.20200526195155-81db48ad09cc/go.mod h1:EGpAD
google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c=
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
google.golang.org/protobuf v1.35.2 h1:8Ar7bF+apOIoThw1EdZl0p1oWvMqTHmpA2fRTyZO8io=
google.golang.org/protobuf v1.35.2/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
google.golang.org/protobuf v1.36.1 h1:yBPeRvTftaleIgM3PZ/WBIZ7XM/eEYAaEyCwvyjq/gk=
google.golang.org/protobuf v1.36.1/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

Large diffs are not rendered by default.

Binary file not shown.

This file was deleted.

This file was deleted.

12 changes: 12 additions & 0 deletions tools/vendor/google.golang.org/protobuf/internal/genid/name.go
34 changes: 34 additions & 0 deletions tools/vendor/google.golang.org/protobuf/internal/impl/bitmap.go
126 changes: 126 additions & 0 deletions tools/vendor/google.golang.org/protobuf/internal/impl/bitmap_race.go
33 changes: 33 additions & 0 deletions tools/vendor/google.golang.org/protobuf/internal/impl/checkinit.go
56 changes: 52 additions & 4 deletions tools/vendor/google.golang.org/protobuf/internal/impl/decode.go
78 changes: 78 additions & 0 deletions tools/vendor/google.golang.org/protobuf/internal/impl/encode.go
433 changes: 433 additions & 0 deletions tools/vendor/google.golang.org/protobuf/internal/impl/lazy.go

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions tools/vendor/google.golang.org/protobuf/internal/impl/merge.go
12 changes: 12 additions & 0 deletions tools/vendor/google.golang.org/protobuf/internal/impl/message.go

Large diffs are not rendered by default.

142 changes: 142 additions & 0 deletions tools/vendor/google.golang.org/protobuf/internal/impl/presence.go
16 changes: 16 additions & 0 deletions tools/vendor/google.golang.org/protobuf/internal/impl/validate.go
Loading

0 comments on commit fd843c4

Please sign in to comment.