1
1
module github.com/coder/terraform-provider-coderd
2
2
3
- go 1.22.5
3
+ go 1.22.6
4
+
5
+ toolchain go1.22.8
4
6
5
7
require (
6
8
cdr.dev/slog v1.6.2-0.20240126064726-20367d4aede6
7
- github.com/coder/coder/v2 v2.14.2
9
+ github.com/coder/coder/v2 v2.16.0
8
10
github.com/docker/docker v27.2.1+incompatible
9
11
github.com/docker/go-connections v0.5.0
10
12
github.com/google/uuid v1.6.0
@@ -20,11 +22,11 @@ require (
20
22
21
23
require (
22
24
github.com/BurntSushi/toml v1.2.1 // indirect
23
- github.com/DataDog/appsec-internal-go v1.6 .0 // indirect
25
+ github.com/DataDog/appsec-internal-go v1.7 .0 // indirect
24
26
github.com/DataDog/datadog-agent/pkg/obfuscate v0.48.0 // indirect
25
27
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.48.1 // indirect
26
28
github.com/DataDog/datadog-go/v5 v5.3.0 // indirect
27
- github.com/DataDog/go-libddwaf/v3 v3.2.1 // indirect
29
+ github.com/DataDog/go-libddwaf/v3 v3.3.0 // indirect
28
30
github.com/DataDog/go-tuf v1.0.2-0.5.2 // indirect
29
31
github.com/DataDog/gostackparse v0.7.0 // indirect
30
32
github.com/DataDog/sketches-go v1.4.5 // indirect
@@ -45,9 +47,8 @@ require (
45
47
github.com/cespare/xxhash/v2 v2.3.0 // indirect
46
48
github.com/cloudflare/circl v1.3.7 // indirect
47
49
github.com/coder/pretty v0.0.0-20230908205945-e89ba86370e0 // indirect
48
- github.com/coder/serpent v0.7.1-0.20240822034013-1b2301f8c920 // indirect
49
- github.com/coder/terraform-provider-coder v0.23.0 // indirect
50
- github.com/containerd/log v0.1.0 // indirect
50
+ github.com/coder/serpent v0.8.0 // indirect
51
+ github.com/coder/terraform-provider-coder v1.0.2 // indirect
51
52
github.com/coreos/go-oidc/v3 v3.11.0 // indirect
52
53
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
53
54
github.com/distribution/reference v0.6.0 // indirect
@@ -76,8 +77,8 @@ require (
76
77
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
77
78
github.com/hashicorp/go-uuid v1.0.3 // indirect
78
79
github.com/hashicorp/go-version v1.7.0 // indirect
79
- github.com/hashicorp/hc-install v0.8 .0 // indirect
80
- github.com/hashicorp/hcl/v2 v2.21 .0 // indirect
80
+ github.com/hashicorp/hc-install v0.9 .0 // indirect
81
+ github.com/hashicorp/hcl/v2 v2.22 .0 // indirect
81
82
github.com/hashicorp/logutils v1.0.0 // indirect
82
83
github.com/hashicorp/terraform-exec v0.21.0 // indirect
83
84
github.com/hashicorp/terraform-json v0.22.1 // indirect
@@ -98,23 +99,22 @@ require (
98
99
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c // indirect
99
100
github.com/mitchellh/reflectwalk v1.0.2 // indirect
100
101
github.com/moby/docker-image-spec v1.3.1 // indirect
101
- github.com/morikuni/aec v1.0.0 // indirect
102
+ github.com/moby/moby v27.3.1+incompatible // indirect
102
103
github.com/muesli/termenv v0.15.3-0.20240618155329-98d742f6907a // indirect
103
104
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
104
- github.com/oklog/run v1.0 .0 // indirect
105
+ github.com/oklog/run v1.1 .0 // indirect
105
106
github.com/opencontainers/go-digest v1.0.0 // indirect
106
107
github.com/opencontainers/image-spec v1.1.0 // indirect
107
108
github.com/outcaste-io/ristretto v0.2.3 // indirect
108
109
github.com/philhofer/fwd v1.1.2 // indirect
109
110
github.com/pion/transport/v2 v2.2.10 // indirect
110
- github.com/pion/transport/v3 v3.0.7 // indirect
111
111
github.com/pion/udp v0.1.4 // indirect
112
112
github.com/pkg/errors v0.9.1 // indirect
113
113
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
114
114
github.com/posener/complete v1.2.3 // indirect
115
- github.com/prometheus/client_golang v1.20.1 // indirect
115
+ github.com/prometheus/client_golang v1.20.2 // indirect
116
116
github.com/prometheus/client_model v0.6.1 // indirect
117
- github.com/prometheus/common v0.55.0 // indirect
117
+ github.com/prometheus/common v0.59.1 // indirect
118
118
github.com/prometheus/procfs v0.15.1 // indirect
119
119
github.com/richardartoul/molecule v1.0.1-0.20240531184615-7ca0df43c0b3 // indirect
120
120
github.com/rivo/uniseg v0.4.7 // indirect
@@ -123,7 +123,7 @@ require (
123
123
github.com/shopspring/decimal v1.3.1 // indirect
124
124
github.com/spaolacci/murmur3 v1.1.0 // indirect
125
125
github.com/spf13/afero v1.11.0 // indirect
126
- github.com/spf13/cast v1.6 .0 // indirect
126
+ github.com/spf13/cast v1.7 .0 // indirect
127
127
github.com/spf13/pflag v1.0.5 // indirect
128
128
github.com/tinylib/msgp v1.1.8 // indirect
129
129
github.com/valyala/fasthttp v1.55.0 // indirect
@@ -135,38 +135,36 @@ require (
135
135
github.com/zclconf/go-cty v1.15.0 // indirect
136
136
github.com/zeebo/errs v1.3.0 // indirect
137
137
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
138
- go.nhat.io/otelsql v0.13 .0 // indirect
139
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53 .0 // indirect
140
- go.opentelemetry.io/otel v1.28 .0 // indirect
141
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28 .0 // indirect
138
+ go.nhat.io/otelsql v0.14 .0 // indirect
139
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54 .0 // indirect
140
+ go.opentelemetry.io/otel v1.30 .0 // indirect
141
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.29 .0 // indirect
142
142
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0 // indirect
143
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.27.0 // indirect
144
- go.opentelemetry.io/otel/metric v1.28.0 // indirect
145
- go.opentelemetry.io/otel/sdk v1.28.0 // indirect
146
- go.opentelemetry.io/otel/trace v1.28.0 // indirect
143
+ go.opentelemetry.io/otel/metric v1.30.0 // indirect
144
+ go.opentelemetry.io/otel/sdk v1.30.0 // indirect
145
+ go.opentelemetry.io/otel/trace v1.30.0 // indirect
147
146
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
148
147
go.uber.org/atomic v1.11.0 // indirect
149
- golang.org/x/crypto v0.26 .0 // indirect
148
+ golang.org/x/crypto v0.27 .0 // indirect
150
149
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
151
- golang.org/x/mod v0.20 .0 // indirect
152
- golang.org/x/net v0.28 .0 // indirect
153
- golang.org/x/oauth2 v0.22 .0 // indirect
150
+ golang.org/x/mod v0.21 .0 // indirect
151
+ golang.org/x/net v0.29 .0 // indirect
152
+ golang.org/x/oauth2 v0.23 .0 // indirect
154
153
golang.org/x/sync v0.8.0 // indirect
155
- golang.org/x/sys v0.24 .0 // indirect
156
- golang.org/x/term v0.23 .0 // indirect
157
- golang.org/x/text v0.17 .0 // indirect
154
+ golang.org/x/sys v0.25 .0 // indirect
155
+ golang.org/x/term v0.24 .0 // indirect
156
+ golang.org/x/text v0.18 .0 // indirect
158
157
golang.org/x/time v0.6.0 // indirect
159
- golang.org/x/tools v0.24 .0 // indirect
160
- golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
158
+ golang.org/x/tools v0.25 .0 // indirect
159
+ golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
161
160
google.golang.org/appengine v1.6.8 // indirect
162
- google.golang.org/genproto/googleapis/api v0.0.0-20240725223205-93522f1f2a9f // indirect
163
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240730163845-b1a4ccb954bf // indirect
164
- google.golang.org/grpc v1.66.2 // indirect
161
+ google.golang.org/genproto/googleapis/api v0.0.0-20240827150818-7e3bb234dfed // indirect
162
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
163
+ google.golang.org/grpc v1.67.0 // indirect
165
164
google.golang.org/protobuf v1.34.2 // indirect
166
- gopkg.in/DataDog/dd-trace-go.v1 v1.66 .0 // indirect
165
+ gopkg.in/DataDog/dd-trace-go.v1 v1.67 .0 // indirect
167
166
gopkg.in/yaml.v2 v2.4.0 // indirect
168
167
gopkg.in/yaml.v3 v3.0.1 // indirect
169
- gotest.tools/v3 v3.5.1 // indirect
170
168
nhooyr.io/websocket v1.8.7 // indirect
171
169
storj.io/drpc v0.0.33 // indirect
172
170
)
0 commit comments