1
1
module github.com/coder/envbuilder
2
2
3
3
go 1.22.4
4
-
5
4
// There are a few options we need added to Kaniko!
6
5
// See: https://github.com/GoogleContainerTools/kaniko/compare/main...coder:kaniko:main
7
6
replace github.com/GoogleContainerTools/kaniko => github.com/coder/kaniko v0.0.0-20240815135021-647365bde8a7
@@ -14,13 +13,13 @@ require (
14
13
github.com/GoogleContainerTools/kaniko v1.9.2
15
14
github.com/breml/rootcerts v0.2.10
16
15
github.com/chainguard-dev/git-urls v1.0.2
17
- github.com/coder/coder/v2 v2.10.1-0.20240704130443-c2d44d16a352
16
+ github.com/coder/coder/v2 v2.14.2
18
17
github.com/coder/retry v1.5.1
19
18
github.com/coder/serpent v0.7.0
20
19
github.com/containerd/platforms v0.2.1
21
20
github.com/distribution/distribution/v3 v3.0.0-alpha.1
22
- github.com/docker/cli v27.0.3 +incompatible
23
- github.com/docker/docker v26 .1.5 +incompatible
21
+ github.com/docker/cli v27.1.1 +incompatible
22
+ github.com/docker/docker v27 .1.1 +incompatible
24
23
github.com/fatih/color v1.17.0
25
24
github.com/gliderlabs/ssh v0.3.7
26
25
github.com/go-git/go-billy/v5 v5.5.0
@@ -39,13 +38,13 @@ require (
39
38
github.com/tailscale/hujson v0.0.0-20221223112325-20486734a56a
40
39
go.uber.org/mock v0.4.0
41
40
golang.org/x/crypto v0.26.0
42
- golang.org/x/mod v0.18 .0
41
+ golang.org/x/mod v0.19 .0
43
42
golang.org/x/sync v0.8.0
44
43
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028
45
44
)
46
45
47
46
require (
48
- cloud.google.com/go/compute/metadata v0.3 .0 // indirect
47
+ cloud.google.com/go/compute/metadata v0.5 .0 // indirect
49
48
dario.cat/mergo v1.0.0 // indirect
50
49
filippo.io/edwards25519 v1.1.0 // indirect
51
50
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
@@ -96,16 +95,14 @@ require (
96
95
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
97
96
github.com/beorn7/perks v1.0.1 // indirect
98
97
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
99
- github.com/cespare/xxhash/v2 v2.2 .0 // indirect
98
+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
100
99
github.com/charmbracelet/lipgloss v0.8.0 // indirect
101
100
github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589 // indirect
102
- github.com/cilium/ebpf v0.12.3 // indirect
103
101
github.com/cloudflare/circl v1.3.7 // indirect
104
102
github.com/coder/pretty v0.0.0-20230908205945-e89ba86370e0 // indirect
105
103
github.com/coder/quartz v0.1.0 // indirect
106
104
github.com/coder/terraform-provider-coder v0.23.0 // indirect
107
105
github.com/containerd/cgroups v1.1.0 // indirect
108
- github.com/containerd/cgroups/v3 v3.0.2 // indirect
109
106
github.com/containerd/containerd v1.7.19 // indirect
110
107
github.com/containerd/containerd/api v1.7.19 // indirect
111
108
github.com/containerd/continuity v0.4.3 // indirect
@@ -116,8 +113,7 @@ require (
116
113
github.com/containerd/ttrpc v1.2.5 // indirect
117
114
github.com/containerd/typeurl/v2 v2.1.1 // indirect
118
115
github.com/coreos/go-iptables v0.6.0 // indirect
119
- github.com/coreos/go-oidc/v3 v3.10.0 // indirect
120
- github.com/coreos/go-systemd/v22 v22.5.0 // indirect
116
+ github.com/coreos/go-oidc/v3 v3.11.0 // indirect
121
117
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
122
118
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
123
119
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
@@ -137,10 +133,10 @@ require (
137
133
github.com/felixge/httpsnoop v1.0.4 // indirect
138
134
github.com/frankban/quicktest v1.14.6 // indirect
139
135
github.com/fxamacker/cbor/v2 v2.4.0 // indirect
140
- github.com/go-chi/chi/v5 v5.0.10 // indirect
136
+ github.com/go-chi/chi/v5 v5.1.0 // indirect
141
137
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
142
- github.com/go-jose/go-jose/v4 v4.0.1 // indirect
143
- github.com/go-logr/logr v1.4.1 // indirect
138
+ github.com/go-jose/go-jose/v4 v4.0.2 // indirect
139
+ github.com/go-logr/logr v1.4.2 // indirect
144
140
github.com/go-logr/stdr v1.2.2 // indirect
145
141
github.com/go-ole/go-ole v1.2.6 // indirect
146
142
github.com/godbus/dbus/v5 v5.1.0 // indirect
@@ -154,7 +150,7 @@ require (
154
150
github.com/google/pprof v0.0.0-20230817174616-7a8ec2ada47b // indirect
155
151
github.com/gorilla/handlers v1.5.1 // indirect
156
152
github.com/gorilla/mux v1.8.1 // indirect
157
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.18 .0 // indirect
153
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.20 .0 // indirect
158
154
github.com/hashicorp/errwrap v1.1.0 // indirect
159
155
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
160
156
github.com/hashicorp/go-hclog v1.5.0 // indirect
@@ -189,7 +185,7 @@ require (
189
185
github.com/mdlayher/netlink v1.7.2 // indirect
190
186
github.com/mdlayher/sdnotify v1.0.0 // indirect
191
187
github.com/mdlayher/socket v0.5.0 // indirect
192
- github.com/miekg/dns v1.1.55 // indirect
188
+ github.com/miekg/dns v1.1.57 // indirect
193
189
github.com/minio/highwayhash v1.0.2 // indirect
194
190
github.com/mitchellh/copystructure v1.2.0 // indirect
195
191
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -225,15 +221,14 @@ require (
225
221
github.com/pkg/errors v0.9.1 // indirect
226
222
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
227
223
github.com/prometheus/client_golang v1.19.1 // indirect
228
- github.com/prometheus/client_model v0.6.0 // indirect
224
+ github.com/prometheus/client_model v0.6.1 // indirect
229
225
github.com/prometheus/common v0.48.0 // indirect
230
226
github.com/redis/go-redis/extra/rediscmd/v9 v9.0.5 // indirect
231
227
github.com/redis/go-redis/extra/redisotel/v9 v9.0.5 // indirect
232
228
github.com/redis/go-redis/v9 v9.1.0 // indirect
233
229
github.com/richardartoul/molecule v1.0.1-0.20221107223329-32cfee06a052 // indirect
234
230
github.com/rivo/uniseg v0.4.4 // indirect
235
231
github.com/robfig/cron/v3 v3.0.1 // indirect
236
- github.com/rogpeppe/go-internal v1.12.0 // indirect
237
232
github.com/secure-systems-lab/go-securesystemslib v0.7.0 // indirect
238
233
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
239
234
github.com/spaolacci/murmur3 v1.1.0 // indirect
@@ -256,38 +251,38 @@ require (
256
251
github.com/vmihailenco/tagparser v0.1.2 // indirect
257
252
github.com/x448/float16 v0.8.4 // indirect
258
253
github.com/xanzy/ssh-agent v0.3.3 // indirect
259
- github.com/zclconf/go-cty v1.14.4 // indirect
254
+ github.com/zclconf/go-cty v1.15.0 // indirect
260
255
github.com/zeebo/errs v1.3.0 // indirect
261
256
go.etcd.io/etcd/raft/v3 v3.5.6 // indirect
262
257
go.nhat.io/otelsql v0.13.0 // indirect
263
258
go.opencensus.io v0.24.0 // indirect
264
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49 .0 // indirect
265
- go.opentelemetry.io/otel v1.24 .0 // indirect
266
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21 .0 // indirect
267
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21 .0 // indirect
268
- go.opentelemetry.io/otel/metric v1.24 .0 // indirect
269
- go.opentelemetry.io/otel/sdk v1.24 .0 // indirect
270
- go.opentelemetry.io/otel/trace v1.24 .0 // indirect
271
- go.opentelemetry.io/proto/otlp v1.0.0 // indirect
259
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53 .0 // indirect
260
+ go.opentelemetry.io/otel v1.28 .0 // indirect
261
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28 .0 // indirect
262
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28 .0 // indirect
263
+ go.opentelemetry.io/otel/metric v1.28 .0 // indirect
264
+ go.opentelemetry.io/otel/sdk v1.28 .0 // indirect
265
+ go.opentelemetry.io/otel/trace v1.28 .0 // indirect
266
+ go.opentelemetry.io/proto/otlp v1.3.1 // indirect
272
267
go.uber.org/atomic v1.11.0 // indirect
273
268
go4.org/mem v0.0.0-20220726221520-4f986261bf13 // indirect
274
269
go4.org/netipx v0.0.0-20230728180743-ad4cb58a6516 // indirect
275
270
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
276
- golang.org/x/net v0.26 .0 // indirect
277
- golang.org/x/oauth2 v0.20 .0 // indirect
271
+ golang.org/x/net v0.27 .0 // indirect
272
+ golang.org/x/oauth2 v0.21 .0 // indirect
278
273
golang.org/x/sys v0.23.0 // indirect
279
274
golang.org/x/term v0.23.0 // indirect
280
275
golang.org/x/text v0.17.0 // indirect
281
276
golang.org/x/time v0.5.0 // indirect
282
- golang.org/x/tools v0.22 .0 // indirect
277
+ golang.org/x/tools v0.23 .0 // indirect
283
278
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
284
279
golang.zx2c4.com/wireguard/windows v0.5.3 // indirect
285
280
google.golang.org/appengine v1.6.8 // indirect
286
- google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda // indirect
287
- google.golang.org/genproto/googleapis/api v0.0.0-20240513163218-0867130af1f8 // indirect
288
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240521202816-d264139d666e // indirect
289
- google.golang.org/grpc v1.64.1 // indirect
290
- google.golang.org/protobuf v1.34.1 // indirect
281
+ google.golang.org/genproto v0.0.0-20240730163845-b1a4ccb954bf // indirect
282
+ google.golang.org/genproto/googleapis/api v0.0.0-20240725223205-93522f1f2a9f // indirect
283
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240730163845-b1a4ccb954bf // indirect
284
+ google.golang.org/grpc v1.65.0 // indirect
285
+ google.golang.org/protobuf v1.34.2 // indirect
291
286
gopkg.in/DataDog/dd-trace-go.v1 v1.64.0 // indirect
292
287
gopkg.in/warnings.v0 v0.1.2 // indirect
293
288
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments