mirror of
https://github.com/coder/terraform-provider-envbuilder.git
synced 2025-11-21 02:20:45 +00:00
chore: update envbuilder to include multi-stage cache probe fix (#41)
This commit is contained in:
parent
11c4b3b088
commit
e35030b39f
2 changed files with 6 additions and 6 deletions
4
go.mod
4
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.5.0.20240815142547-cd63d0b71a40
|
||||
github.com/coder/envbuilder v1.0.0-rc.0.0.20240830145058-fb7e689f39ed
|
||||
github.com/docker/docker v26.1.5+incompatible
|
||||
github.com/gliderlabs/ssh v0.3.7
|
||||
github.com/go-git/go-billy/v5 v5.5.0
|
||||
|
|
@ -119,7 +119,7 @@ require (
|
|||
github.com/dimchansky/utfbom v1.1.1 // indirect
|
||||
github.com/distribution/distribution/v3 v3.0.0-alpha.1 // indirect
|
||||
github.com/distribution/reference v0.6.0 // indirect
|
||||
github.com/docker/cli v27.1.1+incompatible // indirect
|
||||
github.com/docker/cli v27.2.0+incompatible // indirect
|
||||
github.com/docker/distribution v2.8.2+incompatible // indirect
|
||||
github.com/docker/docker-credential-helpers v0.8.2 // indirect
|
||||
github.com/docker/go-connections v0.5.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue