Skip to content

Commit b6c698d

Browse files
build(deps): bump the go group across 1 directory with 3 updates (#59)
Bumps the go group with 3 updates in the / directory: [github.com/pomerium/pomerium](https://github.com/pomerium/pomerium), [google.golang.org/grpc](https://github.com/grpc/grpc-go) and google.golang.org/protobuf. Updates `github.com/pomerium/pomerium` from 0.25.2 to 0.26.0 - [Release notes](https://github.com/pomerium/pomerium/releases) - [Commits](pomerium/pomerium@v0.25.2...v0.26.0) Updates `google.golang.org/grpc` from 1.63.2 to 1.64.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.63.2...v1.64.0) Updates `google.golang.org/protobuf` from 1.34.0 to 1.34.2 --- updated-dependencies: - 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-patch dependency-group: go ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fba7634 commit b6c698d

File tree

2 files changed

+144
-119
lines changed

2 files changed

+144
-119
lines changed

go.mod

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
11
module github.com/pomerium/enterprise-client
22

33
go 1.21
4+
toolchain go1.22.4
45

56
require (
67
github.com/envoyproxy/go-control-plane v0.12.0
78
github.com/envoyproxy/protoc-gen-validate v1.0.4
89
github.com/golang/protobuf v1.5.4
9-
github.com/pomerium/pomerium v0.25.2
10+
github.com/pomerium/pomerium v0.26.0
1011
github.com/pseudomuto/protoc-gen-doc v1.5.1
11-
google.golang.org/grpc v1.63.2
12-
google.golang.org/protobuf v1.34.0
12+
google.golang.org/grpc v1.64.0
13+
google.golang.org/protobuf v1.34.2
1314
)
1415

1516
require (
1617
github.com/Masterminds/semver v1.5.0 // indirect
1718
github.com/Masterminds/sprig v2.15.0+incompatible // indirect
1819
github.com/aokoli/goutils v1.0.1 // indirect
1920
github.com/caddyserver/certmagic v0.20.0 // indirect
20-
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
21-
github.com/cncf/xds/go v0.0.0-20231128003011-0fa0005c9caa // indirect
22-
github.com/go-jose/go-jose/v3 v3.0.1 // indirect
21+
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
22+
github.com/cncf/xds/go v0.0.0-20240318125728-8a4994d93e50 // indirect
23+
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
2324
github.com/gogo/protobuf v1.3.2 // indirect
2425
github.com/google/btree v1.1.2 // indirect
2526
github.com/google/uuid v1.6.0 // indirect
@@ -33,22 +34,21 @@ require (
3334
github.com/mattn/go-colorable v0.1.13 // indirect
3435
github.com/mattn/go-isatty v0.0.20 // indirect
3536
github.com/mholt/acmez v1.2.0 // indirect
36-
github.com/miekg/dns v1.1.55 // indirect
37+
github.com/miekg/dns v1.1.57 // indirect
3738
github.com/mwitkow/go-proto-validators v0.0.0-20180403085117-0950a7990007 // indirect
3839
github.com/pseudomuto/protokit v0.2.0 // indirect
39-
github.com/rs/zerolog v1.31.0 // indirect
40+
github.com/rs/zerolog v1.32.0 // indirect
4041
github.com/zeebo/blake3 v0.2.3 // indirect
4142
go.uber.org/multierr v1.11.0 // indirect
42-
go.uber.org/zap v1.26.0 // indirect
43-
golang.org/x/crypto v0.19.0 // indirect
43+
go.uber.org/zap v1.27.0 // indirect
44+
golang.org/x/crypto v0.22.0 // indirect
4445
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
4546
golang.org/x/mod v0.14.0 // indirect
46-
golang.org/x/net v0.21.0 // indirect
47-
golang.org/x/sync v0.6.0 // indirect
48-
golang.org/x/sys v0.17.0 // indirect
47+
golang.org/x/net v0.24.0 // indirect
48+
golang.org/x/sync v0.7.0 // indirect
49+
golang.org/x/sys v0.19.0 // indirect
4950
golang.org/x/text v0.14.0 // indirect
5051
golang.org/x/tools v0.15.0 // indirect
51-
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
52-
google.golang.org/genproto/googleapis/api v0.0.0-20240227224415-6ceb2ff114de // indirect
53-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
52+
google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237 // indirect
53+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240429193739-8cf5692501f6 // indirect
5454
)

0 commit comments

Comments
 (0)