-
Notifications
You must be signed in to change notification settings - Fork 102
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (17 loc) · 569 Bytes
/
go.mod
File metadata and controls
20 lines (17 loc) · 569 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/tonistiigi/binfmt
go 1.25.0
require (
github.com/containerd/platforms v1.0.0-rc.1
github.com/moby/buildkit v0.19.0
github.com/opencontainers/image-spec v1.1.0
github.com/pkg/errors v0.9.1
)
require (
github.com/containerd/log v0.1.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/tonistiigi/go-archvariant v1.0.0 // indirect
go.opentelemetry.io/otel v1.31.0 // indirect
go.opentelemetry.io/otel/trace v1.31.0 // indirect
golang.org/x/sys v0.28.0 // indirect
)