Skip to content

Commit ba94cf4

Browse files
authored
update to v18 (#7)
1 parent c6b9cee commit ba94cf4

18 files changed

+2773
-672
lines changed

go.mod

+39-13
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,47 @@ module github.com/pomerium/enterprise-client-go
33
go 1.18
44

55
require (
6-
github.com/envoyproxy/go-control-plane v0.9.9
7-
github.com/envoyproxy/protoc-gen-validate v0.6.1
8-
github.com/golang/protobuf v1.5.2
9-
github.com/stretchr/testify v1.7.0
10-
google.golang.org/grpc v1.40.0
11-
google.golang.org/protobuf v1.27.1
6+
github.com/envoyproxy/go-control-plane v0.10.2-0.20220325020618-49ff273808a1
7+
github.com/envoyproxy/protoc-gen-validate v0.6.7
8+
github.com/pomerium/pomerium v0.18.0
9+
github.com/stretchr/testify v1.8.0
10+
google.golang.org/grpc v1.48.0
11+
google.golang.org/protobuf v1.28.1
1212
)
1313

1414
require (
15-
github.com/cncf/xds/go v0.0.0-20210312221358-fbca930ec8ed // indirect
16-
github.com/davecgh/go-spew v1.1.0 // indirect
15+
github.com/caddyserver/certmagic v0.16.0 // indirect
16+
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
17+
github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 // indirect
18+
github.com/davecgh/go-spew v1.1.1 // indirect
19+
github.com/go-jose/go-jose/v3 v3.0.0 // indirect
20+
github.com/golang/protobuf v1.5.2 // indirect
21+
github.com/google/uuid v1.3.0 // indirect
22+
github.com/hashicorp/errwrap v1.1.0 // indirect
23+
github.com/hashicorp/go-multierror v1.1.1 // indirect
24+
github.com/hashicorp/golang-lru v0.5.4 // indirect
25+
github.com/klauspost/cpuid/v2 v2.0.11 // indirect
26+
github.com/kr/text v0.2.0 // indirect
27+
github.com/libdns/libdns v0.2.1 // indirect
28+
github.com/mattn/go-colorable v0.1.13 // indirect
29+
github.com/mattn/go-isatty v0.0.16 // indirect
30+
github.com/mholt/acmez v1.0.3 // indirect
31+
github.com/miekg/dns v1.1.46 // indirect
32+
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
1733
github.com/pmezard/go-difflib v1.0.0 // indirect
18-
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
19-
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd // indirect
20-
golang.org/x/text v0.3.3 // indirect
21-
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
22-
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
34+
github.com/rs/zerolog v1.27.0 // indirect
35+
github.com/sirupsen/logrus v1.9.0 // indirect
36+
go.uber.org/atomic v1.10.0 // indirect
37+
go.uber.org/multierr v1.8.0 // indirect
38+
go.uber.org/zap v1.23.0 // indirect
39+
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
40+
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
41+
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b // indirect
42+
golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde // indirect
43+
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
44+
golang.org/x/text v0.3.7 // indirect
45+
golang.org/x/tools v0.1.12 // indirect
46+
google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f // indirect
47+
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
48+
gopkg.in/yaml.v3 v3.0.1 // indirect
2349
)

go.sum

+177-32
Large diffs are not rendered by default.

pb/activity_log.pb.go

+2-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)