mirror of
https://github.com/coder/terraform-provider-envbuilder.git
synced 2025-07-25 21:17:51 +00:00
chore(deps): update github.com/coder/envbuilder to v1.0.2 (#55)
This commit is contained in:
parent
437dde9144
commit
cdd57d3b36
3 changed files with 4 additions and 4 deletions
2
go.mod
2
go.mod
|
@ -10,7 +10,7 @@ replace tailscale.com => github.com/coder/tailscale v1.1.1-0.20240702054557-aa55
|
|||
|
||||
require (
|
||||
github.com/GoogleContainerTools/kaniko v1.9.2
|
||||
github.com/coder/envbuilder v1.0.0-rc.0.0.20240927195324-5c150b3c1e35
|
||||
github.com/coder/envbuilder v1.0.2
|
||||
github.com/coder/serpent v0.8.0
|
||||
github.com/docker/docker v26.1.5+incompatible
|
||||
github.com/gliderlabs/ssh v0.3.7
|
||||
|
|
4
go.sum
4
go.sum
|
@ -186,8 +186,8 @@ github.com/cockroachdb/errors v1.2.4/go.mod h1:rQD95gz6FARkaKkQXUksEje/d9a6wBJoC
|
|||
github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f/go.mod h1:i/u985jwjWRlyHXQbwatDASoW0RMlZ/3i9yJHE2xLkI=
|
||||
github.com/coder/coder/v2 v2.10.1-0.20240704130443-c2d44d16a352 h1:L/EjCuZxs5tOcqqCaASj/nu65TRYEFcTt8qRQfHZXX0=
|
||||
github.com/coder/coder/v2 v2.10.1-0.20240704130443-c2d44d16a352/go.mod h1:P1KoQSgnKEAG6Mnd3YlGzAophty+yKA9VV48LpfNRvo=
|
||||
github.com/coder/envbuilder v1.0.0-rc.0.0.20240927195324-5c150b3c1e35 h1:VtiMOd1q774fVZTSDuRlQcKbkQ1iNIDd2sqxcZ81cf0=
|
||||
github.com/coder/envbuilder v1.0.0-rc.0.0.20240927195324-5c150b3c1e35/go.mod h1:1Qn60Fx3oGZlwmRfTNkrGxrQJsEZ7XIUUPgzil2lte8=
|
||||
github.com/coder/envbuilder v1.0.2 h1:39YnrQKFoUW6++gdfV/TELOW8dZLE2VN3sxXbkYoaj4=
|
||||
github.com/coder/envbuilder v1.0.2/go.mod h1:CkP/qKzWmK14I/aSPwEXoEHlss7OqYDmaM8Q7rDhwt8=
|
||||
github.com/coder/kaniko v0.0.0-20240925122543-caa18967f374 h1:/cyXf0vTSwFh7evQqeWHXXl14aRfC4CsNIYxOenJytQ=
|
||||
github.com/coder/kaniko v0.0.0-20240925122543-caa18967f374/go.mod h1:XoTDIhNF0Ll4tLmRYdOn31udU9w5zFrY2PME/crSRCA=
|
||||
github.com/coder/pretty v0.0.0-20230908205945-e89ba86370e0 h1:3A0ES21Ke+FxEM8CXx9n47SZOKOpgSE1bbJzlE4qPVs=
|
||||
|
|
|
@ -194,7 +194,7 @@ SCANLOGS:
|
|||
}
|
||||
log := scanner.Text()
|
||||
t.Logf("envbuilder: %s", log)
|
||||
if strings.Contains(log, "=== Running the init command") {
|
||||
if strings.Contains(log, "=== Running init command") {
|
||||
break SCANLOGS
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue