Skip to content

Commit e4b6819

Browse files
build(deps): bump the go group with 2 updates (#62)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c51cf08 commit e4b6819

File tree

2 files changed

+156
-146
lines changed

2 files changed

+156
-146
lines changed

go.mod

+24-22
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,58 @@
11
module github.com/pomerium/enterprise-client
22

33
go 1.21
4-
toolchain go1.22.5
4+
toolchain go1.23.1
55

66
require (
77
github.com/envoyproxy/go-control-plane v0.13.0
88
github.com/envoyproxy/protoc-gen-validate v1.1.0
99
github.com/golang/protobuf v1.5.4
10-
github.com/pomerium/pomerium v0.26.1
10+
github.com/pomerium/pomerium v0.27.1
1111
github.com/pseudomuto/protoc-gen-doc v1.5.1
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
17+
cel.dev/expr v0.16.0 // 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.20.0 // indirect
21+
github.com/caddyserver/certmagic v0.21.3 // indirect
22+
github.com/caddyserver/zerossl v0.1.3 // indirect
2223
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
23-
github.com/cncf/xds/go v0.0.0-20240423153145-555b57ec207b // indirect
24+
github.com/cncf/xds/go v0.0.0-20240723142845-024c85f92f20 // indirect
2425
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
2526
github.com/gogo/protobuf v1.3.2 // indirect
26-
github.com/google/btree v1.1.2 // indirect
27+
github.com/google/btree v1.1.3 // indirect
2728
github.com/google/uuid v1.6.0 // indirect
2829
github.com/hashicorp/errwrap v1.1.0 // indirect
2930
github.com/hashicorp/go-multierror v1.1.1 // indirect
3031
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
3132
github.com/huandu/xstrings v1.0.0 // indirect
3233
github.com/imdario/mergo v0.3.13 // indirect
33-
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
34-
github.com/libdns/libdns v0.2.1 // indirect
34+
github.com/jxskiss/base62 v1.1.0 // indirect
35+
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
36+
github.com/libdns/libdns v0.2.2 // indirect
3537
github.com/mattn/go-colorable v0.1.13 // indirect
3638
github.com/mattn/go-isatty v0.0.20 // indirect
37-
github.com/mholt/acmez v1.2.0 // indirect
38-
github.com/miekg/dns v1.1.57 // indirect
39+
github.com/mholt/acmez/v2 v2.0.2 // indirect
40+
github.com/miekg/dns v1.1.59 // indirect
3941
github.com/mwitkow/go-proto-validators v0.0.0-20180403085117-0950a7990007 // indirect
4042
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
4143
github.com/pseudomuto/protokit v0.2.0 // indirect
42-
github.com/rs/zerolog v1.32.0 // indirect
44+
github.com/rs/zerolog v1.33.0 // indirect
4345
github.com/zeebo/blake3 v0.2.3 // indirect
4446
go.uber.org/multierr v1.11.0 // indirect
4547
go.uber.org/zap v1.27.0 // indirect
46-
golang.org/x/crypto v0.24.0 // indirect
47-
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
48-
golang.org/x/mod v0.17.0 // indirect
49-
golang.org/x/net v0.26.0 // indirect
50-
golang.org/x/sync v0.7.0 // indirect
51-
golang.org/x/sys v0.21.0 // indirect
52-
golang.org/x/text v0.16.0 // indirect
53-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
54-
google.golang.org/genproto/googleapis/api v0.0.0-20240604185151-ef581f913117 // indirect
55-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240604185151-ef581f913117 // indirect
48+
golang.org/x/crypto v0.26.0 // indirect
49+
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
50+
golang.org/x/mod v0.20.0 // indirect
51+
golang.org/x/net v0.28.0 // indirect
52+
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
55+
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
5658
)

0 commit comments

Comments
 (0)