module isula.org/isula-build go 1.13 require ( github.com/BurntSushi/toml v0.3.1 github.com/blang/semver v4.0.0+incompatible // indirect github.com/bndr/gotabulate v1.1.3-0.20170315142410-bc555436bfd5 github.com/containerd/cgroups v0.0.0-20200710171044-318312a37340 // indirect github.com/containerd/containerd v1.4.0-rc.0 github.com/containerd/continuity v0.0.0-20200710164510-efbc4488d8fe // indirect github.com/containerd/go-runc v0.0.0-20200707131846-23d84c510c41 github.com/containers/image/v5 v5.9.0 github.com/containers/libtrust v0.0.0-20200511145503-9c3a6c22cd9a // indirect github.com/containers/storage v1.23.7 github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf github.com/cyphar/filepath-securejoin v0.2.2 github.com/docker/distribution v2.7.1+incompatible github.com/docker/docker v20.10.2+incompatible github.com/docker/libnetwork v0.8.0-dev.2.0.20190625141545-5a177b73e316 github.com/gofrs/flock v0.7.1 github.com/gogo/protobuf v1.3.1 github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect github.com/ishidawataru/sctp v0.0.0-20191218070446-00ab2ac2db07 // indirect github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect github.com/opencontainers/go-digest v1.0.0 github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6 github.com/opencontainers/runtime-spec v1.0.3-0.20200728170252-4d89ac9fbff6 github.com/opencontainers/runtime-tools v0.9.0 github.com/pkg/errors v0.9.1 github.com/pquerna/ffjson v0.0.0-20190930134022-aa0246cd15f7 // indirect github.com/prometheus/common v0.11.1 // indirect github.com/sirupsen/logrus v1.7.0 github.com/spf13/cobra v1.0.0 github.com/spf13/pflag v1.0.5 // indirect github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect go.opencensus.io v0.22.4 // indirect golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 golang.org/x/sys v0.0.0-20200909081042-eff7692f9009 golang.org/x/text v0.3.3 // indirect google.golang.org/genproto v0.0.0-20200808173500-a06252235341 // indirect google.golang.org/grpc v1.31.0 google.golang.org/protobuf v1.25.0 // indirect gopkg.in/square/go-jose.v2 v2.5.1 // indirect gotest.tools/v3 v3.0.3 )