@@ -12,12 +12,14 @@ replace tailscale.com => github.com/coder/tailscale v1.1.1-0.20230323204624-bf57
12
12
require (
13
13
github.com/GoogleContainerTools/kaniko v1.9.2
14
14
github.com/breml/rootcerts v0.2.10
15
- github.com/coder/coder v0.20.2 -0.20230323200229-2383f64d8929
15
+ github.com/coder/coder v0.22.1 -0.20230410192959-81e2b2500afa
16
16
github.com/coder/retry v1.3.1-0.20230210155434-e90a2e1e091d
17
17
github.com/containerd/containerd v1.7.0
18
18
github.com/docker/docker v23.0.1+incompatible
19
+ github.com/fatih/color v1.15.0
19
20
github.com/go-git/go-billy/v5 v5.4.1
20
21
github.com/go-git/go-git/v5 v5.6.1
22
+ github.com/google/go-containerregistry v0.14.0
21
23
github.com/sirupsen/logrus v1.9.0
22
24
github.com/spf13/cobra v1.6.1
23
25
github.com/stretchr/testify v1.8.2
@@ -26,7 +28,7 @@ require (
26
28
)
27
29
28
30
require (
29
- cdr.dev/slog v1.4.2-0.20230228204227-60d22dceaf04 // indirect
31
+ cdr.dev/slog v1.4.2 // indirect
30
32
cloud.google.com/go/compute v1.18.0 // indirect
31
33
cloud.google.com/go/compute/metadata v0.2.3 // indirect
32
34
filippo.io/edwards25519 v1.0.0-rc.1 // indirect
@@ -69,7 +71,7 @@ require (
69
71
github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589 // indirect
70
72
github.com/cilium/ebpf v0.9.1 // indirect
71
73
github.com/cloudflare/circl v1.1.0 // indirect
72
- github.com/coder/terraform-provider-coder v0.6.21 // indirect
74
+ github.com/coder/terraform-provider-coder v0.6.23 // indirect
73
75
github.com/containerd/cgroups v1.1.0 // indirect
74
76
github.com/containerd/continuity v0.3.0 // indirect
75
77
github.com/containerd/fifo v1.1.0 // indirect
@@ -89,7 +91,6 @@ require (
89
91
github.com/docker/go-units v0.5.0 // indirect
90
92
github.com/ePirat/docker-credential-gitlabci v1.0.0 // indirect
91
93
github.com/emirpasic/gods v1.18.1 // indirect
92
- github.com/fatih/color v1.15.0 // indirect
93
94
github.com/fxamacker/cbor/v2 v2.4.0 // indirect
94
95
github.com/ghodss/yaml v1.0.0 // indirect
95
96
github.com/go-chi/chi/v5 v5.0.7 // indirect
@@ -107,7 +108,6 @@ require (
107
108
github.com/golang/protobuf v1.5.3 // indirect
108
109
github.com/google/btree v1.1.2 // indirect
109
110
github.com/google/go-cmp v0.5.9 // indirect
110
- github.com/google/go-containerregistry v0.14.0 // indirect
111
111
github.com/google/uuid v1.3.0 // indirect
112
112
github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.1 // indirect
113
113
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -140,7 +140,7 @@ require (
140
140
github.com/json-iterator/go v1.1.12 // indirect
141
141
github.com/karrick/godirwalk v1.16.1 // indirect
142
142
github.com/kevinburke/ssh_config v1.2.0 // indirect
143
- github.com/klauspost/compress v1.16.0 // indirect
143
+ github.com/klauspost/compress v1.16.3 // indirect
144
144
github.com/kortschak/wol v0.0.0-20200729010619-da482cc4850a // indirect
145
145
github.com/lib/pq v1.10.6 // indirect
146
146
github.com/mattn/go-colorable v0.1.13 // indirect
@@ -174,7 +174,7 @@ require (
174
174
github.com/open-policy-agent/opa v0.44.0 // indirect
175
175
github.com/opencontainers/go-digest v1.0.0 // indirect
176
176
github.com/opencontainers/image-spec v1.1.0-rc2.0.20221005185240-3a7f492d3f1b // indirect
177
- github.com/opencontainers/runc v1.1.4 // indirect
177
+ github.com/opencontainers/runc v1.1.5 // indirect
178
178
github.com/opencontainers/runtime-spec v1.1.0-rc.1 // indirect
179
179
github.com/opencontainers/selinux v1.11.0 // indirect
180
180
github.com/otiai10/copy v1.7.0 // indirect
@@ -229,7 +229,7 @@ require (
229
229
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
230
230
go4.org/mem v0.0.0-20210711025021-927187094b94 // indirect
231
231
go4.org/netipx v0.0.0-20220725152314-7e7bdc8411bf // indirect
232
- golang.org/x/crypto v0.6 .0 // indirect
232
+ golang.org/x/crypto v0.7 .0 // indirect
233
233
golang.org/x/exp v0.0.0-20221205204356-47842c84f3db // indirect
234
234
golang.org/x/mod v0.9.0 // indirect
235
235
golang.org/x/net v0.8.0 // indirect
0 commit comments