Skip to content

Commit 07393c0

Browse files
authored
update enterprise-client-go to main, temporarily remove tracing options (#29)
Updates enterprise-client to `main`, temporarily remove tracing options as they are incompatible between `main` and v0.28.
1 parent 59e119d commit 07393c0

File tree

4 files changed

+83
-117
lines changed

4 files changed

+83
-117
lines changed

go.mod

+11-11
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,26 @@ require (
66
github.com/go-jose/go-jose/v3 v3.0.3
77
github.com/google/go-cmp v0.6.0
88
github.com/hashicorp/terraform-plugin-framework v1.13.0
9+
github.com/hashicorp/terraform-plugin-framework-timetypes v0.5.0
910
github.com/hashicorp/terraform-plugin-framework-validators v0.16.0
1011
github.com/hashicorp/terraform-plugin-go v0.25.0
1112
github.com/hashicorp/terraform-plugin-log v0.9.0
1213
github.com/iancoleman/strcase v0.3.0
13-
github.com/pomerium/enterprise-client-go v0.18.1-0.20241231202145-17196aa57a93
14-
github.com/pomerium/pomerium v0.28.0
14+
github.com/pomerium/enterprise-client-go v0.28.1-0.20250124224424-4bf492f69b09
15+
github.com/pomerium/pomerium v0.28.1-0.20250122205906-0bd6d8cc8315
1516
github.com/rs/zerolog v1.33.0
1617
github.com/stretchr/testify v1.10.0
17-
google.golang.org/grpc v1.68.0
18-
google.golang.org/protobuf v1.35.2
18+
google.golang.org/grpc v1.69.2
19+
google.golang.org/protobuf v1.36.2
1920
)
2021

2122
require (
22-
cel.dev/expr v0.16.1 // indirect
23+
cel.dev/expr v0.16.2 // indirect
2324
github.com/OneOfOne/xxhash v1.2.8 // indirect
2425
github.com/caddyserver/certmagic v0.21.4 // indirect
2526
github.com/caddyserver/zerossl v0.1.3 // indirect
2627
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
27-
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
28+
github.com/cncf/xds/go v0.0.0-20241223141626-cff3c89139a3 // indirect
2829
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2930
github.com/envoyproxy/go-control-plane v0.13.1 // indirect
3031
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
@@ -38,20 +39,19 @@ require (
3839
github.com/hashicorp/go-set/v3 v3.0.0 // indirect
3940
github.com/hashicorp/go-uuid v1.0.3 // indirect
4041
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
41-
github.com/hashicorp/terraform-plugin-framework-timetypes v0.5.0 // indirect
4242
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
4343
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
4444
github.com/hashicorp/yamux v0.1.1 // indirect
4545
github.com/jxskiss/base62 v1.1.0 // indirect
46-
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
46+
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
4747
github.com/libdns/libdns v0.2.2 // indirect
4848
github.com/mattn/go-colorable v0.1.13 // indirect
4949
github.com/mattn/go-isatty v0.0.20 // indirect
5050
github.com/mholt/acmez/v2 v2.0.3 // indirect
5151
github.com/miekg/dns v1.1.62 // indirect
5252
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
5353
github.com/oklog/run v1.0.0 // indirect
54-
github.com/open-policy-agent/opa v0.70.0 // indirect
54+
github.com/open-policy-agent/opa v1.0.0 // indirect
5555
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
5656
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
5757
github.com/pomerium/protoutil v0.0.0-20240813175624-47b7ac43ff46 // indirect
@@ -71,8 +71,8 @@ require (
7171
golang.org/x/sys v0.28.0 // indirect
7272
golang.org/x/text v0.21.0 // indirect
7373
golang.org/x/tools v0.25.0 // indirect
74-
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
75-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241113202542-65e8d215514f // indirect
74+
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
75+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect
7676
gopkg.in/yaml.v3 v3.0.1 // indirect
7777
sigs.k8s.io/yaml v1.4.0 // indirect
7878
)

0 commit comments

Comments
 (0)