1
1
module github.com/coder/terraform-provider-envbuilder
2
2
3
3
go 1.22.4
4
-
5
4
// We use our own Kaniko fork.
6
5
replace github.com/GoogleContainerTools/kaniko => github.com/coder/kaniko v0.0.0-20240925122543-caa18967f374
7
6
@@ -12,7 +11,7 @@ require (
12
11
github.com/GoogleContainerTools/kaniko v1.9.2
13
12
github.com/coder/envbuilder v1.0.3
14
13
github.com/coder/serpent v0.8.0
15
- github.com/docker/docker v26 .1.5 +incompatible
14
+ github.com/docker/docker v27 .1.1 +incompatible
16
15
github.com/gliderlabs/ssh v0.3.7
17
16
github.com/go-git/go-billy/v5 v5.6.0
18
17
github.com/go-git/go-git/v5 v5.12.0
@@ -29,7 +28,7 @@ require (
29
28
30
29
require (
31
30
cdr.dev/slog v1.6.2-0.20240126064726-20367d4aede6 // indirect
32
- cloud.google.com/go/compute/metadata v0.3 .0 // indirect
31
+ cloud.google.com/go/compute/metadata v0.5 .0 // indirect
33
32
dario.cat/mergo v1.0.0 // indirect
34
33
filippo.io/edwards25519 v1.1.0 // indirect
35
34
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
@@ -85,22 +84,20 @@ require (
85
84
github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.0.0-20240419161514-af205d85bb44 // indirect
86
85
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
87
86
github.com/beorn7/perks v1.0.1 // indirect
88
- github.com/bgentry/speakeasy v0.1.1-0.20220910012023-760eaf8b6816 // indirect
87
+ github.com/bgentry/speakeasy v0.2.0 // indirect
89
88
github.com/bmatcuk/doublestar/v4 v4.6.1 // indirect
90
89
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
91
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
90
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
92
91
github.com/chainguard-dev/git-urls v1.0.2 // indirect
93
92
github.com/charmbracelet/lipgloss v0.8.0 // indirect
94
93
github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589 // indirect
95
- github.com/cilium/ebpf v0.12.3 // indirect
96
94
github.com/cloudflare/circl v1.3.7 // indirect
97
- github.com/coder/coder/v2 v2.10.1-0.20240704130443-c2d44d16a352 // indirect
95
+ github.com/coder/coder/v2 v2.14.4 // indirect
98
96
github.com/coder/pretty v0.0.0-20230908205945-e89ba86370e0 // indirect
99
97
github.com/coder/quartz v0.1.0 // indirect
100
98
github.com/coder/retry v1.5.1 // indirect
101
99
github.com/coder/terraform-provider-coder v0.23.0 // indirect
102
100
github.com/containerd/cgroups v1.1.0 // indirect
103
- github.com/containerd/cgroups/v3 v3.0.2 // indirect
104
101
github.com/containerd/containerd v1.7.19 // indirect
105
102
github.com/containerd/containerd/api v1.7.19 // indirect
106
103
github.com/containerd/continuity v0.4.3 // indirect
@@ -112,8 +109,7 @@ require (
112
109
github.com/containerd/ttrpc v1.2.5 // indirect
113
110
github.com/containerd/typeurl/v2 v2.1.1 // indirect
114
111
github.com/coreos/go-iptables v0.6.0 // indirect
115
- github.com/coreos/go-oidc/v3 v3.10.0 // indirect
116
- github.com/coreos/go-systemd/v22 v22.5.0 // indirect
112
+ github.com/coreos/go-oidc/v3 v3.11.0 // indirect
117
113
github.com/cyphar/filepath-securejoin v0.2.5 // indirect
118
114
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
119
115
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
@@ -134,10 +130,10 @@ require (
134
130
github.com/fatih/color v1.17.0 // indirect
135
131
github.com/felixge/httpsnoop v1.0.4 // indirect
136
132
github.com/fxamacker/cbor/v2 v2.4.0 // indirect
137
- github.com/go-chi/chi/v5 v5.0.10 // indirect
133
+ github.com/go-chi/chi/v5 v5.1.0 // indirect
138
134
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
139
- github.com/go-jose/go-jose/v4 v4.0.1 // indirect
140
- github.com/go-logr/logr v1.4.1 // indirect
135
+ github.com/go-jose/go-jose/v4 v4.0.2 // indirect
136
+ github.com/go-logr/logr v1.4.2 // indirect
141
137
github.com/go-logr/stdr v1.2.2 // indirect
142
138
github.com/go-ole/go-ole v1.2.6 // indirect
143
139
github.com/godbus/dbus/v5 v5.1.0 // indirect
@@ -151,7 +147,7 @@ require (
151
147
github.com/google/pprof v0.0.0-20230817174616-7a8ec2ada47b // indirect
152
148
github.com/gorilla/handlers v1.5.1 // indirect
153
149
github.com/gorilla/mux v1.8.1 // indirect
154
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.18 .0 // indirect
150
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.20 .0 // indirect
155
151
github.com/hashicorp/cli v1.1.6 // indirect
156
152
github.com/hashicorp/errwrap v1.1.0 // indirect
157
153
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
@@ -198,7 +194,7 @@ require (
198
194
github.com/mdlayher/netlink v1.7.2 // indirect
199
195
github.com/mdlayher/sdnotify v1.0.0 // indirect
200
196
github.com/mdlayher/socket v0.5.0 // indirect
201
- github.com/miekg/dns v1.1.55 // indirect
197
+ github.com/miekg/dns v1.1.57 // indirect
202
198
github.com/minio/highwayhash v1.0.2 // indirect
203
199
github.com/mitchellh/copystructure v1.2.0 // indirect
204
200
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -238,7 +234,7 @@ require (
238
234
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
239
235
github.com/posener/complete v1.2.3 // indirect
240
236
github.com/prometheus/client_golang v1.19.1 // indirect
241
- github.com/prometheus/client_model v0.6.0 // indirect
237
+ github.com/prometheus/client_model v0.6.1 // indirect
242
238
github.com/prometheus/common v0.48.0 // indirect
243
239
github.com/prometheus/procfs v0.15.1 // indirect
244
240
github.com/redis/go-redis/extra/rediscmd/v9 v9.0.5 // indirect
@@ -274,30 +270,30 @@ require (
274
270
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
275
271
github.com/x448/float16 v0.8.4 // indirect
276
272
github.com/xanzy/ssh-agent v0.3.3 // indirect
277
- github.com/yuin/goldmark v1.7.1 // indirect
273
+ github.com/yuin/goldmark v1.7.4 // indirect
278
274
github.com/yuin/goldmark-meta v1.1.0 // indirect
279
275
github.com/zclconf/go-cty v1.15.0 // indirect
280
276
github.com/zeebo/errs v1.3.0 // indirect
281
277
go.abhg.dev/goldmark/frontmatter v0.2.0 // indirect
282
278
go.etcd.io/etcd/raft/v3 v3.5.6 // indirect
283
279
go.nhat.io/otelsql v0.13.0 // indirect
284
280
go.opencensus.io v0.24.0 // indirect
285
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49 .0 // indirect
286
- go.opentelemetry.io/otel v1.24 .0 // indirect
287
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21 .0 // indirect
288
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21 .0 // indirect
289
- go.opentelemetry.io/otel/metric v1.24 .0 // indirect
290
- go.opentelemetry.io/otel/sdk v1.24 .0 // indirect
291
- go.opentelemetry.io/otel/trace v1.24 .0 // indirect
292
- go.opentelemetry.io/proto/otlp v1.0.0 // indirect
281
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53 .0 // indirect
282
+ go.opentelemetry.io/otel v1.28 .0 // indirect
283
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28 .0 // indirect
284
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28 .0 // indirect
285
+ go.opentelemetry.io/otel/metric v1.28 .0 // indirect
286
+ go.opentelemetry.io/otel/sdk v1.28 .0 // indirect
287
+ go.opentelemetry.io/otel/trace v1.28 .0 // indirect
288
+ go.opentelemetry.io/proto/otlp v1.3.1 // indirect
293
289
go.uber.org/atomic v1.11.0 // indirect
294
290
go4.org/mem v0.0.0-20220726221520-4f986261bf13 // indirect
295
291
go4.org/netipx v0.0.0-20230728180743-ad4cb58a6516 // indirect
296
292
golang.org/x/crypto v0.26.0 // indirect
297
293
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
298
294
golang.org/x/mod v0.21.0 // indirect
299
295
golang.org/x/net v0.27.0 // indirect
300
- golang.org/x/oauth2 v0.20 .0 // indirect
296
+ golang.org/x/oauth2 v0.21 .0 // indirect
301
297
golang.org/x/sync v0.8.0 // indirect
302
298
golang.org/x/sys v0.24.0 // indirect
303
299
golang.org/x/term v0.23.0 // indirect
@@ -308,11 +304,11 @@ require (
308
304
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
309
305
golang.zx2c4.com/wireguard/windows v0.5.3 // indirect
310
306
google.golang.org/appengine v1.6.8 // indirect
311
- google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda // indirect
312
- google.golang.org/genproto/googleapis/api v0.0.0-20240513163218-0867130af1f8 // indirect
313
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240521202816-d264139d666e // indirect
314
- google.golang.org/grpc v1.64.1 // indirect
315
- google.golang.org/protobuf v1.34.1 // indirect
307
+ google.golang.org/genproto v0.0.0-20240730163845-b1a4ccb954bf // indirect
308
+ google.golang.org/genproto/googleapis/api v0.0.0-20240725223205-93522f1f2a9f // indirect
309
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240730163845-b1a4ccb954bf // indirect
310
+ google.golang.org/grpc v1.65.0 // indirect
311
+ google.golang.org/protobuf v1.34.2 // indirect
316
312
gopkg.in/DataDog/dd-trace-go.v1 v1.64.0 // indirect
317
313
gopkg.in/warnings.v0 v0.1.2 // indirect
318
314
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments