Skip to content

Commit debe937

Browse files
Bump the go group with 2 updates (#65)
* Bump the go group with 2 updates Bumps the go group with 2 updates: [github.com/pomerium/pomerium](https://github.com/pomerium/pomerium) and [google.golang.org/grpc](https://github.com/grpc/grpc-go). Updates `github.com/pomerium/pomerium` from 0.26.1 to 0.27.1 - [Release notes](https://github.com/pomerium/pomerium/releases) - [Commits](pomerium/pomerium@v0.26.1...v0.27.1) Updates `google.golang.org/grpc` from 1.66.0 to 1.67.1 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.66.0...v1.67.1) --- 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 ... Signed-off-by: dependabot[bot] <[email protected]> * go mod tidy --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Caleb Doxsey <[email protected]>
1 parent 340b2ec commit debe937

File tree

2 files changed

+223
-149
lines changed

2 files changed

+223
-149
lines changed

go.mod

+25-23
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,54 @@
11
module github.com/pomerium/enterprise-client-go
22

3-
go 1.22.2
3+
go 1.23.0
44

5-
toolchain go1.22.4
5+
toolchain go1.23.1
66

77
require (
88
github.com/envoyproxy/go-control-plane v0.13.0
99
github.com/envoyproxy/protoc-gen-validate v1.1.0
10-
github.com/pomerium/pomerium v0.26.1
10+
github.com/pomerium/pomerium v0.27.1-0.20241003171454-01d375f0bc7f
1111
github.com/stretchr/testify v1.9.0
12-
google.golang.org/grpc v1.66.0
12+
google.golang.org/grpc v1.67.1
1313
google.golang.org/protobuf v1.34.2
1414
)
1515

1616
require (
17-
cel.dev/expr v0.15.0 // indirect
18-
github.com/caddyserver/certmagic v0.20.0 // indirect
17+
cel.dev/expr v0.16.0 // indirect
18+
github.com/caddyserver/certmagic v0.21.3 // indirect
19+
github.com/caddyserver/zerossl v0.1.3 // indirect
1920
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
20-
github.com/cncf/xds/go v0.0.0-20240423153145-555b57ec207b // indirect
21+
github.com/cncf/xds/go v0.0.0-20240723142845-024c85f92f20 // indirect
2122
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2223
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
23-
github.com/google/btree v1.1.2 // indirect
24+
github.com/google/btree v1.1.3 // indirect
2425
github.com/google/uuid v1.6.0 // indirect
2526
github.com/hashicorp/errwrap v1.1.0 // indirect
2627
github.com/hashicorp/go-multierror v1.1.1 // indirect
2728
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
28-
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
29-
github.com/libdns/libdns v0.2.1 // indirect
29+
github.com/jxskiss/base62 v1.1.0 // indirect
30+
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
31+
github.com/libdns/libdns v0.2.2 // indirect
3032
github.com/mattn/go-colorable v0.1.13 // indirect
3133
github.com/mattn/go-isatty v0.0.20 // indirect
32-
github.com/mholt/acmez v1.2.0 // indirect
33-
github.com/miekg/dns v1.1.57 // indirect
34+
github.com/mholt/acmez/v2 v2.0.2 // indirect
35+
github.com/miekg/dns v1.1.59 // indirect
3436
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
3537
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
3638
github.com/rogpeppe/go-internal v1.9.0 // indirect
37-
github.com/rs/zerolog v1.32.0 // indirect
39+
github.com/rs/zerolog v1.33.0 // indirect
3840
github.com/zeebo/blake3 v0.2.3 // indirect
3941
go.uber.org/multierr v1.11.0 // indirect
4042
go.uber.org/zap v1.27.0 // indirect
41-
golang.org/x/crypto v0.24.0 // indirect
42-
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
43-
golang.org/x/mod v0.17.0 // indirect
44-
golang.org/x/net v0.26.0 // indirect
45-
golang.org/x/sync v0.7.0 // indirect
46-
golang.org/x/sys v0.21.0 // indirect
47-
golang.org/x/text v0.16.0 // indirect
48-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
49-
google.golang.org/genproto/googleapis/api v0.0.0-20240604185151-ef581f913117 // indirect
50-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240604185151-ef581f913117 // indirect
43+
golang.org/x/crypto v0.27.0 // indirect
44+
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
45+
golang.org/x/mod v0.20.0 // indirect
46+
golang.org/x/net v0.29.0 // indirect
47+
golang.org/x/sync v0.8.0 // indirect
48+
golang.org/x/sys v0.25.0 // indirect
49+
golang.org/x/text v0.18.0 // indirect
50+
golang.org/x/tools v0.24.0 // indirect
51+
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
52+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
5153
gopkg.in/yaml.v3 v3.0.1 // indirect
5254
)

0 commit comments

Comments
 (0)