mirror of
https://github.com/cuigh/swirl
synced 2024-12-28 23:02:02 +00:00
33 lines
1.3 KiB
Modula-2
33 lines
1.3 KiB
Modula-2
module github.com/cuigh/swirl
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
|
|
github.com/Microsoft/go-winio v0.4.11 // indirect
|
|
github.com/boltdb/bolt v1.3.1
|
|
github.com/cuigh/auxo v0.0.0-20210226051556-f5eae17ef79a // indirect
|
|
github.com/docker/distribution v0.0.0-20180327202408-83389a148052 // indirect
|
|
github.com/docker/docker v0.0.0-20190404075923-dbe4a30928d4
|
|
github.com/docker/go-connections v0.4.0
|
|
github.com/docker/go-units v0.3.3
|
|
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8
|
|
github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee // indirect
|
|
github.com/gobwas/pool v0.2.0 // indirect
|
|
github.com/gobwas/ws v1.0.0
|
|
github.com/gorilla/mux v1.7.1 // indirect
|
|
github.com/imdario/mergo v0.3.7
|
|
github.com/mattn/go-shellwords v1.0.3
|
|
github.com/mitchellh/mapstructure v1.1.2
|
|
github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c // indirect
|
|
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
|
|
github.com/opencontainers/image-spec v1.0.1 // indirect
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/prometheus/client_golang v1.1.0
|
|
github.com/prometheus/common v0.6.0
|
|
github.com/sirupsen/logrus v1.4.1 // indirect
|
|
google.golang.org/grpc v1.20.0 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
gotest.tools v2.2.0+incompatible // indirect
|
|
)
|