@@ -5,34 +5,36 @@ go 1.23.0
5
5
require (
6
6
github.com/go-jose/go-jose/v3 v3.0.3
7
7
github.com/hashicorp/terraform-plugin-framework v1.11.0
8
+ github.com/hashicorp/terraform-plugin-go v0.23.0
8
9
github.com/hashicorp/terraform-plugin-log v0.9.0
9
- github.com/pomerium/enterprise-client-go v0.18.1-0.20240903154554-9b855ec72cfd
10
+ github.com/pomerium/enterprise-client-go v0.18.1-0.20241202185750-aab20a674922
11
+ github.com/pomerium/pomerium v0.28.0
10
12
github.com/rs/zerolog v1.33.0
11
- github.com/stretchr/testify v1.9 .0
12
- google.golang.org/grpc v1.66.2
13
- google.golang.org/protobuf v1.34 .2
13
+ github.com/stretchr/testify v1.10 .0
14
+ google.golang.org/grpc v1.68.0
15
+ google.golang.org/protobuf v1.35 .2
14
16
)
15
17
16
18
require (
17
19
cel.dev/expr v0.16.1 // indirect
18
- github.com/caddyserver/certmagic v0.21.3 // indirect
20
+ github.com/OneOfOne/xxhash v1.2.8 // indirect
21
+ github.com/caddyserver/certmagic v0.21.4 // indirect
19
22
github.com/caddyserver/zerossl v0.1.3 // indirect
20
23
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
21
24
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
22
25
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
23
- github.com/envoyproxy/go-control-plane v0.13.0 // indirect
26
+ github.com/envoyproxy/go-control-plane v0.13.1 // indirect
24
27
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
25
- github.com/fatih/color v1.13.0 // indirect
28
+ github.com/fatih/color v1.14.1 // indirect
26
29
github.com/golang/protobuf v1.5.4 // indirect
27
- github.com/google/btree v1.1.3 // indirect
28
30
github.com/google/uuid v1.6.0 // indirect
29
31
github.com/hashicorp/errwrap v1.1.0 // indirect
30
32
github.com/hashicorp/go-hclog v1.5.0 // indirect
31
33
github.com/hashicorp/go-multierror v1.1.1 // indirect
32
34
github.com/hashicorp/go-plugin v1.6.0 // indirect
35
+ github.com/hashicorp/go-set/v3 v3.0.0 // indirect
33
36
github.com/hashicorp/go-uuid v1.0.3 // indirect
34
37
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
35
- github.com/hashicorp/terraform-plugin-go v0.23.0 // indirect
36
38
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
37
39
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
38
40
github.com/hashicorp/yamux v0.1.1 // indirect
@@ -41,27 +43,32 @@ require (
41
43
github.com/libdns/libdns v0.2.2 // indirect
42
44
github.com/mattn/go-colorable v0.1.13 // indirect
43
45
github.com/mattn/go-isatty v0.0.20 // indirect
44
- github.com/mholt/acmez/v2 v2.0.2 // indirect
46
+ github.com/mholt/acmez/v2 v2.0.3 // indirect
45
47
github.com/miekg/dns v1.1.62 // indirect
46
48
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
47
49
github.com/oklog/run v1.0.0 // indirect
50
+ github.com/open-policy-agent/opa v0.70.0 // indirect
48
51
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
49
52
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
50
- github.com/pomerium/pomerium v0.27.0 // indirect
53
+ github.com/pomerium/protoutil v0.0.0-20240813175624-47b7ac43ff46 // indirect
54
+ github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
51
55
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
52
56
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
57
+ github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
58
+ github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
53
59
github.com/zeebo/blake3 v0.2.4 // indirect
54
60
go.uber.org/multierr v1.11.0 // indirect
55
61
go.uber.org/zap v1.27.0 // indirect
56
- golang.org/x/crypto v0.27 .0 // indirect
62
+ golang.org/x/crypto v0.31 .0 // indirect
57
63
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
58
64
golang.org/x/mod v0.21.0 // indirect
59
- golang.org/x/net v0.29 .0 // indirect
60
- golang.org/x/sync v0.8 .0 // indirect
61
- golang.org/x/sys v0.25 .0 // indirect
62
- golang.org/x/text v0.18 .0 // indirect
65
+ golang.org/x/net v0.31 .0 // indirect
66
+ golang.org/x/sync v0.10 .0 // indirect
67
+ golang.org/x/sys v0.28 .0 // indirect
68
+ golang.org/x/text v0.21 .0 // indirect
63
69
golang.org/x/tools v0.25.0 // indirect
64
- google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
65
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
70
+ google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
71
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241113202542-65e8d215514f // indirect
66
72
gopkg.in/yaml.v3 v3.0.1 // indirect
73
+ sigs.k8s.io/yaml v1.4.0 // indirect
67
74
)
0 commit comments