fix(deps): update module github.com/moby/buildkit to v0.10.5
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2022-10-26 14:33:09 +00:00
parent 631ac5a81c
commit 7751c4331d
2 changed files with 18 additions and 2 deletions

4
go.mod
View File

@@ -19,7 +19,7 @@ require (
github.com/mattn/go-colorable v0.1.12
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
github.com/mitchellh/go-homedir v1.1.0
github.com/moby/buildkit v0.10.1
github.com/moby/buildkit v0.10.5
github.com/morikuni/aec v1.0.0
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
@@ -43,7 +43,7 @@ require (
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
golang.org/x/tools v0.1.8 // indirect
google.golang.org/grpc v1.45.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
gopkg.in/yaml.v3 v3.0.0
)
replace (