Skip to content

Commit

Permalink
Bump github.com/envoyproxy/protoc-gen-validate from 0.9.1 to 1.0.1 (#693
Browse files Browse the repository at this point in the history
)

* Bump github.com/envoyproxy/protoc-gen-validate from 0.9.1 to 1.0.1

Bumps [github.com/envoyproxy/protoc-gen-validate](https://github.com/envoyproxy/protoc-gen-validate) from 0.9.1 to 1.0.1.
- [Release notes](https://github.com/envoyproxy/protoc-gen-validate/releases)
- [Changelog](https://github.com/bufbuild/protoc-gen-validate/blob/main/.goreleaser.yaml)
- [Commits](bufbuild/protoc-gen-validate@v0.9.1...v1.0.1)

---
updated-dependencies:
- dependency-name: github.com/envoyproxy/protoc-gen-validate
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* bump

Signed-off-by: Alec Holmes <alecholmez@me.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Alec Holmes <alecholmez@me.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alec Holmes <alecholmez@me.com>
  • Loading branch information
dependabot[bot] and alecholmez committed May 28, 2023
1 parent dd0b405 commit c57164a
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 384 deletions.
14 changes: 8 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,25 @@ go 1.17

require (
github.com/census-instrumentation/opencensus-proto v0.4.1
github.com/cncf/xds/go v0.0.0-20230310173818-32f1caf87195
github.com/envoyproxy/protoc-gen-validate v0.10.0
github.com/cncf/xds/go v0.0.0-20230428030218-4003588d1b74
github.com/envoyproxy/protoc-gen-validate v1.0.1
github.com/golang/protobuf v1.5.3
github.com/google/go-cmp v0.5.9
github.com/prometheus/client_model v0.4.0
github.com/stretchr/testify v1.8.3
go.opentelemetry.io/proto/otlp v0.19.0
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4
google.golang.org/genproto v0.0.0-20230526203410-71b5a4ffd15e
google.golang.org/genproto/googleapis/api v0.0.0-20230526203410-71b5a4ffd15e
google.golang.org/genproto/googleapis/rpc v0.0.0-20230526203410-71b5a4ffd15e
google.golang.org/grpc v1.55.0
google.golang.org/protobuf v1.30.0
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit c57164a

Please sign in to comment.