Skip to content

Commit

Permalink
chore(deps): Bump github.com/envoyproxy/protoc-gen-validate from 0.6.…
Browse files Browse the repository at this point in the history
…7 to 0.6.8 in /hack/tools/protoc-gen-jsonschema (#1229)

chore(deps): Bump github.com/envoyproxy/protoc-gen-validate

Bumps [github.com/envoyproxy/protoc-gen-validate](https://github.com/envoyproxy/protoc-gen-validate) from 0.6.7 to 0.6.8.
- [Release notes](https://github.com/envoyproxy/protoc-gen-validate/releases)
- [Commits](bufbuild/protoc-gen-validate@v0.6.7...v0.6.8)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 19, 2022
1 parent d5be27e commit fd2ce35
Show file tree
Hide file tree
Showing 2 changed files with 424 additions and 22 deletions.
4 changes: 2 additions & 2 deletions hack/tools/protoc-gen-jsonschema/go.mod
Expand Up @@ -3,13 +3,13 @@ module github.com/cerbos/cerbos/hack/tools/protoc-gen-jsonschema
go 1.18

require (
github.com/envoyproxy/protoc-gen-validate v0.6.7
github.com/envoyproxy/protoc-gen-validate v0.6.8
github.com/lyft/protoc-gen-star v0.6.1
google.golang.org/protobuf v1.28.1
)

require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/spf13/afero v1.6.0 // indirect
github.com/spf13/afero v1.9.2 // indirect
golang.org/x/text v0.3.7 // indirect
)

0 comments on commit fd2ce35

Please sign in to comment.