Skip to content

Commit 0ca1481

Browse files
build(deps): bump the go group with 6 updates (#946)
Bumps the go group with 6 updates: | Package | From | To | | --- | --- | --- | | [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.19.0` | `10.20.0` | | [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa) | `0.63.0` | `0.64.1` | | [github.com/pomerium/pomerium](https://github.com/pomerium/pomerium) | `0.25.1-0.20240422190537-cc0a989cc067` | `0.25.2` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.6.0` | `0.7.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.62.1` | `1.63.2` | | google.golang.org/protobuf | `1.33.0` | `1.34.0` | Updates `github.com/go-playground/validator/v10` from 10.19.0 to 10.20.0 - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](go-playground/validator@v10.19.0...v10.20.0) Updates `github.com/open-policy-agent/opa` from 0.63.0 to 0.64.1 - [Release notes](https://github.com/open-policy-agent/opa/releases) - [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md) - [Commits](open-policy-agent/opa@v0.63.0...v0.64.1) Updates `github.com/pomerium/pomerium` from 0.25.1-0.20240422190537-cc0a989cc067 to 0.25.2 - [Release notes](https://github.com/pomerium/pomerium/releases) - [Commits](https://github.com/pomerium/pomerium/commits/v0.25.2) Updates `golang.org/x/sync` from 0.6.0 to 0.7.0 - [Commits](golang/sync@v0.6.0...v0.7.0) Updates `google.golang.org/grpc` from 1.62.1 to 1.63.2 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.62.1...v1.63.2) Updates `google.golang.org/protobuf` from 1.33.0 to 1.34.0 --- updated-dependencies: - dependency-name: github.com/go-playground/validator/v10 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/open-policy-agent/opa dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/pomerium/pomerium dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: golang.org/x/sync dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Denis Mishin <[email protected]>
1 parent d28cf6b commit 0ca1481

File tree

2 files changed

+52
-58
lines changed

2 files changed

+52
-58
lines changed

go.mod

+12-13
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ require (
88
github.com/envoyproxy/go-control-plane v0.12.0
99
github.com/go-logr/logr v1.4.1
1010
github.com/go-logr/zapr v1.3.0
11-
github.com/go-playground/validator/v10 v10.19.0
11+
github.com/go-playground/validator/v10 v10.20.0
1212
github.com/google/go-cmp v0.6.0
1313
github.com/google/uuid v1.6.0
1414
github.com/gosimple/slug v1.14.0
1515
github.com/hashicorp/go-multierror v1.1.1
1616
github.com/iancoleman/strcase v0.3.0
1717
github.com/martinlindhe/base36 v1.1.1
18-
github.com/open-policy-agent/opa v0.63.0
19-
github.com/pomerium/pomerium v0.25.1-0.20240422190537-cc0a989cc067
18+
github.com/open-policy-agent/opa v0.64.1
19+
github.com/pomerium/pomerium v0.25.2
2020
github.com/rs/zerolog v1.32.0
2121
github.com/sergi/go-diff v1.3.1
2222
github.com/spf13/cobra v1.8.0
@@ -25,9 +25,9 @@ require (
2525
github.com/stretchr/testify v1.9.0
2626
go.uber.org/mock v0.4.0
2727
go.uber.org/zap v1.27.0
28-
golang.org/x/sync v0.6.0
29-
google.golang.org/grpc v1.62.1
30-
google.golang.org/protobuf v1.33.0
28+
golang.org/x/sync v0.7.0
29+
google.golang.org/grpc v1.63.2
30+
google.golang.org/protobuf v1.34.0
3131
gopkg.in/yaml.v3 v3.0.1
3232
k8s.io/api v0.29.0
3333
k8s.io/apiextensions-apiserver v0.29.0
@@ -158,7 +158,7 @@ require (
158158
github.com/pomerium/webauthn v0.0.0-20221118023040-00a9c430578b // indirect
159159
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
160160
github.com/prometheus/client_golang v1.19.0 // indirect
161-
github.com/prometheus/client_model v0.6.0 // indirect
161+
github.com/prometheus/client_model v0.6.1 // indirect
162162
github.com/prometheus/common v0.51.1 // indirect
163163
github.com/prometheus/procfs v0.13.0 // indirect
164164
github.com/prometheus/statsd_exporter v0.22.7 // indirect
@@ -193,22 +193,21 @@ require (
193193
go.opentelemetry.io/otel/metric v1.25.0 // indirect
194194
go.opentelemetry.io/otel/sdk v1.25.0 // indirect
195195
go.opentelemetry.io/otel/trace v1.25.0 // indirect
196-
go.uber.org/automaxprocs v1.5.3 // indirect
197196
go.uber.org/multierr v1.11.0 // indirect
198-
golang.org/x/crypto v0.21.0 // indirect
197+
golang.org/x/crypto v0.22.0 // indirect
199198
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
200199
golang.org/x/mod v0.14.0 // indirect
201-
golang.org/x/net v0.23.0 // indirect
200+
golang.org/x/net v0.24.0 // indirect
202201
golang.org/x/oauth2 v0.18.0 // indirect
203-
golang.org/x/sys v0.18.0 // indirect
204-
golang.org/x/term v0.18.0 // indirect
202+
golang.org/x/sys v0.19.0 // indirect
203+
golang.org/x/term v0.19.0 // indirect
205204
golang.org/x/text v0.14.0 // indirect
206205
golang.org/x/time v0.5.0 // indirect
207206
golang.org/x/tools v0.16.1 // indirect
208207
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
209208
google.golang.org/api v0.170.0 // indirect
210209
google.golang.org/appengine v1.6.8 // indirect
211-
google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect
210+
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
212211
google.golang.org/genproto/googleapis/api v0.0.0-20240314234333-6e1732d8331c // indirect
213212
google.golang.org/genproto/googleapis/rpc v0.0.0-20240311132316-a219d84964c2 // indirect
214213
gopkg.in/DataDog/dd-trace-go.v1 v1.22.0 // indirect

0 commit comments

Comments
 (0)