Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/jhump/protoreflect to v1.17.0 #263

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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