mirror of
https://github.com/docker/buildx.git
synced 2024-11-22 15:37:16 +08:00
go.mod: reformat file
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
fa51b90094
commit
5551de4b8a
21
go.mod
21
go.mod
@ -1,5 +1,7 @@
|
|||||||
module github.com/docker/buildx
|
module github.com/docker/buildx
|
||||||
|
|
||||||
|
go 1.13
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // indirect
|
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // indirect
|
||||||
github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 // indirect
|
github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 // indirect
|
||||||
@ -59,15 +61,14 @@ require (
|
|||||||
k8s.io/client-go v0.19.0
|
k8s.io/client-go v0.19.0
|
||||||
)
|
)
|
||||||
|
|
||||||
replace github.com/jaguilar/vt100 => github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305
|
replace (
|
||||||
|
// protobuf: corresponds to containerd (through buildkit)
|
||||||
|
github.com/golang/protobuf => github.com/golang/protobuf v1.3.5
|
||||||
|
github.com/jaguilar/vt100 => github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305
|
||||||
|
|
||||||
// protobuf: corresponds to containerd (through buildkit)
|
// latest x/sys fails to build containerd/console
|
||||||
replace github.com/golang/protobuf => github.com/golang/protobuf v1.3.5
|
golang.org/x/sys => golang.org/x/sys v0.0.0-20200728102440-3e129f6d46b1
|
||||||
|
|
||||||
// latest x/sys fails to build containerd/console
|
// genproto: corresponds to containerd (through buildkit)
|
||||||
replace golang.org/x/sys => golang.org/x/sys v0.0.0-20200728102440-3e129f6d46b1
|
google.golang.org/genproto => google.golang.org/genproto v0.0.0-20200224152610-e50cd9704f63
|
||||||
|
)
|
||||||
// genproto: corresponds to containerd (through buildkit)
|
|
||||||
replace google.golang.org/genproto => google.golang.org/genproto v0.0.0-20200224152610-e50cd9704f63
|
|
||||||
|
|
||||||
go 1.13
|
|
||||||
|
Loading…
Reference in New Issue
Block a user