Skip to content

Commit

Permalink
fix(deps): update module github.com/jhump/protoreflect to v1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 5, 2024
1 parent 74da928 commit 5c27320
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 152 deletions.
25 changes: 21 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,28 @@
module github.com/googleapis/gapic-config-validator

go 1.12
go 1.21

toolchain go1.23.1

require (
github.com/ghodss/yaml v1.0.0
github.com/golang/protobuf v1.5.4
github.com/jhump/protoreflect v1.12.0
google.golang.org/genproto v0.0.0-20220725144611-272f38e5d71b
google.golang.org/protobuf v1.33.0
github.com/jhump/protoreflect v1.17.0
google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17
google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17
google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17
google.golang.org/protobuf v1.34.2
)

require (
cloud.google.com/go/longrunning v0.5.4 // indirect
github.com/bufbuild/protocompile v0.14.1 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
google.golang.org/grpc v1.61.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)
Loading

0 comments on commit 5c27320

Please sign in to comment.