Skip to content

Commit

Permalink
Merge pull request #143 from crazy-max/bump-buildkit
Browse files Browse the repository at this point in the history
bump github.com/moby/buildkit from v0.10.3 to v0.12.3
  • Loading branch information
tonistiigi authored Oct 25, 2023
2 parents 5326a59 + a8892e3 commit 36e6f12
Show file tree
Hide file tree
Showing 337 changed files with 29,828 additions and 5,933 deletions.
22 changes: 12 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
module github.com/tonistiigi/binfmt

go 1.19
go 1.20

require (
github.com/containerd/containerd v1.6.18
github.com/moby/buildkit v0.10.3
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799
github.com/containerd/containerd v1.7.2
github.com/moby/buildkit v0.12.3
github.com/opencontainers/image-spec v1.1.0-rc3
github.com/pkg/errors v0.9.1
)

require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/tonistiigi/go-archvariant v1.0.0 // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect
google.golang.org/grpc v1.47.0 // indirect
google.golang.org/protobuf v1.28.0 // indirect
go.opentelemetry.io/otel v1.14.0 // indirect
go.opentelemetry.io/otel/trace v1.14.0 // indirect
golang.org/x/sys v0.7.0 // indirect
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
google.golang.org/grpc v1.53.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
)
165 changes: 27 additions & 138 deletions go.sum

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions vendor/github.com/containerd/containerd/log/context.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

98 changes: 5 additions & 93 deletions vendor/github.com/containerd/containerd/platforms/cpuinfo.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

161 changes: 161 additions & 0 deletions vendor/github.com/containerd/containerd/platforms/cpuinfo_linux.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 36e6f12

Please sign in to comment.