fix build for windows
This commit is contained in:
5
go.mod
5
go.mod
@@ -9,7 +9,7 @@ require (
|
||||
github.com/andreaskoch/go-fswatch v1.0.0
|
||||
github.com/containerd/containerd v1.3.3 // indirect
|
||||
github.com/docker/distribution v2.7.1+incompatible // indirect
|
||||
github.com/docker/docker v1.4.2-0.20200229013735-71373c6105e3
|
||||
github.com/docker/docker v0.0.0-20200229013735-71373c6105e3
|
||||
github.com/docker/go-connections v0.4.0 // indirect
|
||||
github.com/emirpasic/gods v1.12.0 // indirect
|
||||
github.com/go-ini/ini v1.41.0
|
||||
@@ -49,3 +49,6 @@ require (
|
||||
gopkg.in/yaml.v3 v3.0.0-20200121175148-a6ecf24a6d71
|
||||
gotest.tools v2.2.0+incompatible
|
||||
)
|
||||
|
||||
replace github.com/docker/docker => github.com/docker/docker v0.0.0-20200229013735-71373c6105e3
|
||||
replace golang.org/x/sys => golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a
|
||||
|
Reference in New Issue
Block a user