2020-01-21 17:00:00 +08:00
|
|
|
module isula.org/syscontainer-tools
|
2019-09-30 10:53:51 -04:00
|
|
|
|
|
|
|
|
replace (
|
|
|
|
|
golang.org/x/crypto => github.com/golang/crypto v0.0.0-20190701094942-4def268fd1a4
|
|
|
|
|
golang.org/x/net => github.com/golang/net v0.0.0-20190813141303-74dc4d7220e7
|
|
|
|
|
golang.org/x/sync => github.com/golang/sync v0.0.0-20190423024810-112230192c58
|
|
|
|
|
golang.org/x/sys => github.com/golang/sys v0.0.0-20190813064441-fde4db37ae7a
|
|
|
|
|
golang.org/x/text => github.com/golang/text v0.3.2
|
|
|
|
|
golang.org/x/tools => github.com/golang/tools v0.0.0-20190815235612-5b08f89bfc0c
|
|
|
|
|
golang.org/x/xerrors => github.com/golang/xerrors v0.0.0-20190717185122-a985d3407aa7
|
|
|
|
|
gopkg.in/yaml.v2 => github.com/go-yaml/yaml v2.1.0+incompatible
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/Microsoft/go-winio v0.4.14 // indirect
|
|
|
|
|
github.com/coreos/go-systemd v0.0.0-20161114122254-48702e0da86b // indirect
|
|
|
|
|
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
|
|
|
|
|
github.com/docker/docker v1.13.1
|
|
|
|
|
github.com/docker/go-units v0.4.0 // indirect
|
|
|
|
|
github.com/docker/libnetwork v0.5.6
|
|
|
|
|
github.com/godbus/dbus v4.1.0+incompatible // indirect
|
|
|
|
|
github.com/golang/protobuf v1.3.2 // indirect
|
|
|
|
|
github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 // indirect
|
|
|
|
|
github.com/opencontainers/runc v1.0.0-rc3
|
|
|
|
|
github.com/opencontainers/runtime-spec v1.0.0-rc5
|
|
|
|
|
github.com/seccomp/libseccomp-golang v0.9.1 // indirect
|
|
|
|
|
github.com/sirupsen/logrus v1.4.2
|
|
|
|
|
github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 // indirect
|
|
|
|
|
github.com/urfave/cli v1.21.0
|
|
|
|
|
github.com/vishvananda/netlink v1.0.0
|
|
|
|
|
github.com/vishvananda/netns v0.0.0-20190625233234-7109fa855b0f
|
|
|
|
|
golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b
|
|
|
|
|
)
|