@@ -3,14 +3,15 @@ module github.com/coder/terraform-provider-envbuilder
3
3
go 1.22.4
4
4
5
5
// We use our own Kaniko fork.
6
- replace github.com/GoogleContainerTools/kaniko => github.com/coder/kaniko v0.0.0-20240807142221-ffc5e60fca41
6
+ replace github.com/GoogleContainerTools/kaniko => github.com/coder/kaniko v0.0.0-20240830141327-f307586e3dca
7
7
8
8
// Required to import codersdk due to gvisor dependency.
9
9
replace tailscale.com => github.com/coder/tailscale v1.1.1-0.20240702054557-aa558fbe5374
10
10
11
11
require (
12
12
github.com/GoogleContainerTools/kaniko v1.9.2
13
13
github.com/coder/envbuilder v1.0.0-rc.0.0.20240830145058-fb7e689f39ed
14
+ github.com/coder/serpent v0.7.0
14
15
github.com/docker/docker v26.1.5+incompatible
15
16
github.com/gliderlabs/ssh v0.3.7
16
17
github.com/go-git/go-billy/v5 v5.5.0
@@ -22,6 +23,7 @@ require (
22
23
github.com/hashicorp/terraform-plugin-go v0.23.0
23
24
github.com/hashicorp/terraform-plugin-log v0.9.0
24
25
github.com/hashicorp/terraform-plugin-testing v1.10.0
26
+ github.com/spf13/pflag v1.0.5
25
27
github.com/stretchr/testify v1.9.0
26
28
)
27
29
@@ -96,7 +98,6 @@ require (
96
98
github.com/coder/pretty v0.0.0-20230908205945-e89ba86370e0 // indirect
97
99
github.com/coder/quartz v0.1.0 // indirect
98
100
github.com/coder/retry v1.5.1 // indirect
99
- github.com/coder/serpent v0.7.0 // indirect
100
101
github.com/coder/terraform-provider-coder v0.23.0 // indirect
101
102
github.com/containerd/cgroups v1.1.0 // indirect
102
103
github.com/containerd/cgroups/v3 v3.0.2 // indirect
@@ -185,7 +186,6 @@ require (
185
186
github.com/jmespath/go-jmespath v0.4.0 // indirect
186
187
github.com/josharian/native v1.1.1-0.20230202152459-5c7d0dd6ab86 // indirect
187
188
github.com/jsimonetti/rtnetlink v1.3.5 // indirect
188
- github.com/karrick/godirwalk v1.16.1 // indirect
189
189
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
190
190
github.com/kevinburke/ssh_config v1.2.0 // indirect
191
191
github.com/klauspost/compress v1.17.9 // indirect
@@ -255,7 +255,6 @@ require (
255
255
github.com/spaolacci/murmur3 v1.1.0 // indirect
256
256
github.com/spf13/afero v1.11.0 // indirect
257
257
github.com/spf13/cast v1.6.0 // indirect
258
- github.com/spf13/pflag v1.0.5 // indirect
259
258
github.com/tailscale/certstore v0.1.1-0.20220316223106-78d6e1c49d8d // indirect
260
259
github.com/tailscale/golang-x-crypto v0.0.0-20230713185742-f0b76a10a08e // indirect
261
260
github.com/tailscale/goupnp v1.0.1-0.20210804011211-c64d0f06ea05 // indirect
@@ -264,6 +263,7 @@ require (
264
263
github.com/tailscale/wireguard-go v0.0.0-20231121184858-cc193a0b3272 // indirect
265
264
github.com/tcnksm/go-httpstat v0.2.0 // indirect
266
265
github.com/tinylib/msgp v1.1.8 // indirect
266
+ github.com/twpayne/go-vfs/v5 v5.0.4 // indirect
267
267
github.com/u-root/uio v0.0.0-20240209044354-b3d14b93376a // indirect
268
268
github.com/valyala/fasthttp v1.55.0 // indirect
269
269
github.com/vbatts/tar-split v0.11.5 // indirect
0 commit comments