Skip to content

Commit 9c0e1b6

Browse files
Bump the go group across 1 directory with 3 updates (#60)
* Bump the go group across 1 directory with 3 updates 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]> * 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 042e388 commit 9c0e1b6

File tree

3 files changed

+151
-125
lines changed

3 files changed

+151
-125
lines changed

.tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
golang 1.22.0
1+
golang 1.22.4

go.mod

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

3-
go 1.22
3+
go 1.22.2
4+
5+
toolchain go1.22.4
46

57
require (
68
github.com/envoyproxy/go-control-plane v0.12.0
79
github.com/envoyproxy/protoc-gen-validate v1.0.4
8-
github.com/pomerium/pomerium v0.25.2
10+
github.com/pomerium/pomerium v0.26.0
911
github.com/stretchr/testify v1.9.0
10-
google.golang.org/grpc v1.63.2
11-
google.golang.org/protobuf v1.34.0
12+
google.golang.org/grpc v1.64.0
13+
google.golang.org/protobuf v1.34.2
1214
)
1315

1416
require (
1517
github.com/caddyserver/certmagic v0.20.0 // indirect
16-
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
17-
github.com/cncf/xds/go v0.0.0-20231128003011-0fa0005c9caa // indirect
18+
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
19+
github.com/cncf/xds/go v0.0.0-20240318125728-8a4994d93e50 // indirect
1820
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
19-
github.com/go-jose/go-jose/v3 v3.0.1 // indirect
21+
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
2022
github.com/golang/protobuf v1.5.4 // indirect
2123
github.com/google/btree v1.1.2 // indirect
2224
github.com/google/uuid v1.6.0 // indirect
@@ -28,22 +30,22 @@ require (
2830
github.com/mattn/go-colorable v0.1.13 // indirect
2931
github.com/mattn/go-isatty v0.0.20 // indirect
3032
github.com/mholt/acmez v1.2.0 // indirect
31-
github.com/miekg/dns v1.1.55 // indirect
33+
github.com/miekg/dns v1.1.57 // indirect
3234
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
3335
github.com/rogpeppe/go-internal v1.9.0 // indirect
34-
github.com/rs/zerolog v1.31.0 // indirect
36+
github.com/rs/zerolog v1.32.0 // indirect
3537
github.com/zeebo/blake3 v0.2.3 // indirect
3638
go.uber.org/multierr v1.11.0 // indirect
37-
go.uber.org/zap v1.26.0 // indirect
38-
golang.org/x/crypto v0.19.0 // indirect
39+
go.uber.org/zap v1.27.0 // indirect
40+
golang.org/x/crypto v0.22.0 // indirect
3941
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
4042
golang.org/x/mod v0.14.0 // indirect
41-
golang.org/x/net v0.21.0 // indirect
42-
golang.org/x/sync v0.6.0 // indirect
43-
golang.org/x/sys v0.17.0 // indirect
43+
golang.org/x/net v0.24.0 // indirect
44+
golang.org/x/sync v0.7.0 // indirect
45+
golang.org/x/sys v0.19.0 // indirect
4446
golang.org/x/text v0.14.0 // indirect
4547
golang.org/x/tools v0.15.0 // indirect
46-
google.golang.org/genproto/googleapis/api v0.0.0-20240227224415-6ceb2ff114de // indirect
47-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
48+
google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237 // indirect
49+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240429193739-8cf5692501f6 // indirect
4850
gopkg.in/yaml.v3 v3.0.1 // indirect
4951
)

0 commit comments

Comments
 (0)