Skip to content

Commit f6ce353

Browse files
Merge pull request #407 from depot/fix-nil-panic
Update buildkit client library to fix nil panic
2 parents 8f2037f + e21aaad commit f6ce353

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ require (
201201

202202
replace (
203203
github.com/docker/docker => github.com/docker/docker v24.0.9+incompatible
204-
github.com/moby/buildkit => github.com/depot/buildkit v0.11.6-depot.39
204+
github.com/moby/buildkit => github.com/depot/buildkit v0.11.6-depot.41
205205
k8s.io/api => k8s.io/api v0.22.4
206206
k8s.io/apimachinery => k8s.io/apimachinery v0.22.4
207207
k8s.io/client-go => k8s.io/client-go v0.22.4

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,8 @@ github.com/creack/pty v1.1.24/go.mod h1:08sCNb52WyoAwi2QDyzUCTgcvVFhUzewun7wtTfv
213213
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
214214
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
215215
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
216-
github.com/depot/buildkit v0.11.6-depot.39 h1:/FyslZ+pOEf1R9NdOLhTgXTWGcHQuE99SGrNFvCwkyI=
217-
github.com/depot/buildkit v0.11.6-depot.39/go.mod h1:UWjGnq1o1zCJMboFIcyOmFba+R0+CF1lu5ZoGRwPtaM=
216+
github.com/depot/buildkit v0.11.6-depot.41 h1:8QDACTqTE5JtLtJ7f8xh1/HhOoCP90hkhj4mLLjAYJo=
217+
github.com/depot/buildkit v0.11.6-depot.41/go.mod h1:UWjGnq1o1zCJMboFIcyOmFba+R0+CF1lu5ZoGRwPtaM=
218218
github.com/distribution/reference v0.5.0 h1:/FUIFXtfc/x2gpa5/VGfiGLuOIdYa1t65IKK2OFGvA0=
219219
github.com/distribution/reference v0.5.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
220220
github.com/docker/buildx v0.10.3 h1:9bPC/SZV85ZQDAa1rk5bjodsrK8HIBFThOUpWc052t0=

0 commit comments

Comments
 (0)