File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ 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-20240924160037-1e6bd4e19fc6
6
+ replace github.com/GoogleContainerTools/kaniko => github.com/coder/kaniko v0.0.0-20240925122543-caa18967f374
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
- github.com/coder/envbuilder v1.0.0-rc.0.0.20240924170424-29636303d05f
13
+ github.com/coder/envbuilder v1.0.0-rc.0.0.20240925123650-9c315aabfaef
14
14
github.com/coder/serpent v0.8.0
15
15
github.com/docker/docker v26.1.5+incompatible
16
16
github.com/gliderlabs/ssh v0.3.7
Original file line number Diff line number Diff line change @@ -188,8 +188,12 @@ github.com/coder/coder/v2 v2.10.1-0.20240704130443-c2d44d16a352 h1:L/EjCuZxs5tOc
188
188
github.com/coder/coder/v2 v2.10.1-0.20240704130443-c2d44d16a352 /go.mod h1:P1KoQSgnKEAG6Mnd3YlGzAophty+yKA9VV48LpfNRvo =
189
189
github.com/coder/envbuilder v1.0.0-rc.0.0.20240924170424-29636303d05f h1:1KdB2Jbo+zLuG+R08/By1BIeHBcKXiOqv95wZ5+Ewks =
190
190
github.com/coder/envbuilder v1.0.0-rc.0.0.20240924170424-29636303d05f /go.mod h1:ju1iDjfVSUQS3tlaIItlRo8UwYbGN5KvOdnbOzlD/6I =
191
+ github.com/coder/envbuilder v1.0.0-rc.0.0.20240925123650-9c315aabfaef h1:l9mQMoHNl7P2tiahwM2zkUCdWsjSoLsUDn30Ndgsx0Y =
192
+ github.com/coder/envbuilder v1.0.0-rc.0.0.20240925123650-9c315aabfaef /go.mod h1:1Qn60Fx3oGZlwmRfTNkrGxrQJsEZ7XIUUPgzil2lte8 =
191
193
github.com/coder/kaniko v0.0.0-20240924160037-1e6bd4e19fc6 h1:vLlV6P0abwoOeaBwkqQxB31ZzMv483UQLhQuPvXbvRM =
192
194
github.com/coder/kaniko v0.0.0-20240924160037-1e6bd4e19fc6 /go.mod h1:XoTDIhNF0Ll4tLmRYdOn31udU9w5zFrY2PME/crSRCA =
195
+ github.com/coder/kaniko v0.0.0-20240925122543-caa18967f374 h1:/cyXf0vTSwFh7evQqeWHXXl14aRfC4CsNIYxOenJytQ =
196
+ github.com/coder/kaniko v0.0.0-20240925122543-caa18967f374 /go.mod h1:XoTDIhNF0Ll4tLmRYdOn31udU9w5zFrY2PME/crSRCA =
193
197
github.com/coder/pretty v0.0.0-20230908205945-e89ba86370e0 h1:3A0ES21Ke+FxEM8CXx9n47SZOKOpgSE1bbJzlE4qPVs =
194
198
github.com/coder/pretty v0.0.0-20230908205945-e89ba86370e0 /go.mod h1:5UuS2Ts+nTToAMeOjNlnHFkPahrtDkmpydBen/3wgZc =
195
199
github.com/coder/quartz v0.1.0 h1:cLL+0g5l7xTf6ordRnUMMiZtRE8Sq5LxpghS63vEXrQ =
You can’t perform that action at this time.
0 commit comments