module github.com/cuigh/swirl require ( github.com/CloudyKit/fastprinter v0.0.0-20170127035650-74b38d55f37a github.com/CloudyKit/jet v2.1.2+incompatible github.com/Microsoft/go-winio v0.4.11 github.com/boltdb/bolt v1.3.1 github.com/cuigh/auxo v0.0.0-20180910024834-ee4737b5b47d github.com/docker/distribution v0.0.0-20180327202408-83389a148052 github.com/docker/docker v0.0.0-20180415161252-ea579a619452 github.com/docker/go-connections v0.4.0 github.com/docker/go-units v0.3.3 github.com/globalsign/mgo v0.0.0-20180905125535-1ca0a4f7cbcb github.com/go-ldap/ldap v2.5.1+incompatible github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee github.com/gobwas/pool v0.2.0 github.com/gobwas/ws v1.0.0 github.com/gogo/protobuf v1.1.1 github.com/mattn/go-shellwords v1.0.3 github.com/mitchellh/mapstructure v1.0.0 github.com/opencontainers/go-digest v1.0.0-rc1 github.com/opencontainers/image-spec v1.0.1 github.com/pkg/errors v0.8.0 github.com/prometheus/client_golang v0.9.0-pre1 github.com/prometheus/common v0.0.0-20180801064454-c7de2306084e golang.org/x/crypto v0.0.0-20180910181607-0e37d006457b golang.org/x/net v0.0.0-20180906233101-161cd47e91fd golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e gopkg.in/asn1-ber.v1 v1.0.0-20170511165959-379148ca0225 gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/yaml.v2 v2.2.1 )