Skip to content

Commit 4382fd3

Browse files
Bump github.com/envoyproxy/protoc-gen-validate from 0.6.7 to 0.6.8 (#807)
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>
1 parent 44bc023 commit 4382fd3

2 files changed

Lines changed: 38 additions & 22 deletions

File tree

go.mod

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/bitfinexcom/bitfinex-api-go v0.0.0-20210608095005-9e0b26f200fb
1919
github.com/bradleyfalzon/ghinstallation/v2 v2.1.0
2020
github.com/crewjam/rfc5424 v0.1.0
21-
github.com/envoyproxy/protoc-gen-validate v0.6.7
21+
github.com/envoyproxy/protoc-gen-validate v0.6.8
2222
github.com/fatih/color v1.13.0
2323
github.com/felixge/fgprof v0.9.3
2424
github.com/getsentry/sentry-go v0.13.0
@@ -50,7 +50,7 @@ require (
5050
go.uber.org/zap v1.23.0
5151
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
5252
golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c
53-
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
53+
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
5454
google.golang.org/genproto v0.0.0-20220617124728-180714bec0ad
5555
google.golang.org/protobuf v1.28.1
5656
gopkg.in/alecthomas/kingpin.v2 v2.2.6
@@ -118,13 +118,12 @@ require (
118118
go.opencensus.io v0.23.0 // indirect
119119
go.uber.org/atomic v1.7.0 // indirect
120120
go.uber.org/multierr v1.6.0 // indirect
121-
golang.org/x/mod v0.5.0 // indirect
122-
golang.org/x/net v0.0.0-20220805013720-a33c5aa5df48 // indirect
123-
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
121+
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
122+
golang.org/x/net v0.0.0-20220907135653-1e95f45603a7 // indirect
123+
golang.org/x/sys v0.0.0-20220908150016-7ac13a9a928d // indirect
124124
golang.org/x/text v0.3.7 // indirect
125125
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
126-
golang.org/x/tools v0.1.7 // indirect
127-
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
126+
golang.org/x/tools v0.1.12 // indirect
128127
google.golang.org/api v0.85.0 // indirect
129128
google.golang.org/appengine v1.6.7 // indirect
130129
google.golang.org/grpc v1.47.0 // indirect

0 commit comments

Comments
 (0)