Skip to content

Commit cf22a79

Browse files
build(deps): bump the go group across 1 directory with 4 updates (#65)
Bumps the go group with 3 updates in the / directory: [github.com/envoyproxy/go-control-plane](https://github.com/envoyproxy/go-control-plane), [github.com/pomerium/pomerium](https://github.com/pomerium/pomerium) and [google.golang.org/grpc](https://github.com/grpc/grpc-go). Updates `github.com/envoyproxy/go-control-plane` from 0.13.0 to 0.13.1 - [Release notes](https://github.com/envoyproxy/go-control-plane/releases) - [Changelog](https://github.com/envoyproxy/go-control-plane/blob/main/CHANGELOG.md) - [Commits](envoyproxy/go-control-plane@v0.13.0...v0.13.1) Updates `github.com/pomerium/pomerium` from 0.27.1 to 0.28.0 - [Release notes](https://github.com/pomerium/pomerium/releases) - [Commits](pomerium/pomerium@v0.27.1...v0.28.0) Updates `google.golang.org/grpc` from 1.67.1 to 1.68.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.67.1...v1.68.0) Updates `google.golang.org/protobuf` from 1.34.2 to 1.35.1 --- updated-dependencies: - dependency-name: github.com/envoyproxy/go-control-plane dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: github.com/pomerium/pomerium 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>
1 parent e4b6819 commit cf22a79

File tree

2 files changed

+186
-118
lines changed

2 files changed

+186
-118
lines changed

go.mod

+18-18
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,30 @@ go 1.21
44
toolchain go1.23.1
55

66
require (
7-
github.com/envoyproxy/go-control-plane v0.13.0
7+
github.com/envoyproxy/go-control-plane v0.13.1
88
github.com/envoyproxy/protoc-gen-validate v1.1.0
99
github.com/golang/protobuf v1.5.4
10-
github.com/pomerium/pomerium v0.27.1
10+
github.com/pomerium/pomerium v0.28.0
1111
github.com/pseudomuto/protoc-gen-doc v1.5.1
12-
google.golang.org/grpc v1.67.1
13-
google.golang.org/protobuf v1.34.2
12+
google.golang.org/grpc v1.68.0
13+
google.golang.org/protobuf v1.35.1
1414
)
1515

1616
require (
17-
cel.dev/expr v0.16.0 // indirect
17+
cel.dev/expr v0.16.1 // indirect
1818
github.com/Masterminds/semver v1.5.0 // indirect
1919
github.com/Masterminds/sprig v2.15.0+incompatible // indirect
2020
github.com/aokoli/goutils v1.0.1 // indirect
21-
github.com/caddyserver/certmagic v0.21.3 // indirect
21+
github.com/caddyserver/certmagic v0.21.4 // indirect
2222
github.com/caddyserver/zerossl v0.1.3 // indirect
2323
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
24-
github.com/cncf/xds/go v0.0.0-20240723142845-024c85f92f20 // indirect
24+
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
2525
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
2626
github.com/gogo/protobuf v1.3.2 // indirect
27-
github.com/google/btree v1.1.3 // indirect
2827
github.com/google/uuid v1.6.0 // indirect
2928
github.com/hashicorp/errwrap v1.1.0 // indirect
3029
github.com/hashicorp/go-multierror v1.1.1 // indirect
30+
github.com/hashicorp/go-set/v3 v3.0.0 // indirect
3131
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
3232
github.com/huandu/xstrings v1.0.0 // indirect
3333
github.com/imdario/mergo v0.3.13 // indirect
@@ -36,23 +36,23 @@ require (
3636
github.com/libdns/libdns v0.2.2 // indirect
3737
github.com/mattn/go-colorable v0.1.13 // indirect
3838
github.com/mattn/go-isatty v0.0.20 // indirect
39-
github.com/mholt/acmez/v2 v2.0.2 // indirect
40-
github.com/miekg/dns v1.1.59 // indirect
39+
github.com/mholt/acmez/v2 v2.0.3 // indirect
40+
github.com/miekg/dns v1.1.62 // indirect
4141
github.com/mwitkow/go-proto-validators v0.0.0-20180403085117-0950a7990007 // indirect
4242
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
43+
github.com/pomerium/protoutil v0.0.0-20240813175624-47b7ac43ff46 // indirect
4344
github.com/pseudomuto/protokit v0.2.0 // indirect
4445
github.com/rs/zerolog v1.33.0 // indirect
45-
github.com/zeebo/blake3 v0.2.3 // indirect
46+
github.com/zeebo/blake3 v0.2.4 // indirect
4647
go.uber.org/multierr v1.11.0 // indirect
4748
go.uber.org/zap v1.27.0 // indirect
48-
golang.org/x/crypto v0.26.0 // indirect
49-
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
49+
golang.org/x/crypto v0.28.0 // indirect
5050
golang.org/x/mod v0.20.0 // indirect
51-
golang.org/x/net v0.28.0 // indirect
51+
golang.org/x/net v0.30.0 // indirect
5252
golang.org/x/sync v0.8.0 // indirect
53-
golang.org/x/sys v0.24.0 // indirect
54-
golang.org/x/text v0.17.0 // indirect
53+
golang.org/x/sys v0.26.0 // indirect
54+
golang.org/x/text v0.19.0 // indirect
5555
golang.org/x/tools v0.24.0 // indirect
56-
google.golang.org/genproto/googleapis/api v0.0.0-20240827150818-7e3bb234dfed // indirect
57-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
56+
google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 // indirect
57+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
5858
)

0 commit comments

Comments
 (0)