mirror of
https://github.com/cuigh/swirl
synced 2024-12-28 14:51:57 +00:00
28 lines
980 B
Modula-2
28 lines
980 B
Modula-2
module github.com/cuigh/swirl
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/boltdb/bolt v1.3.1
|
|
github.com/containerd/containerd v1.5.8 // indirect
|
|
github.com/cuigh/auxo v0.0.0-20211213084008-60eb7f7752a7
|
|
github.com/docker/docker v20.10.9+incompatible
|
|
github.com/docker/go-connections v0.4.0
|
|
github.com/docker/go-units v0.4.0
|
|
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/imdario/mergo v0.3.12
|
|
github.com/jinzhu/copier v0.3.2
|
|
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/image-spec v1.0.2 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.7.1
|
|
github.com/prometheus/common v0.10.0
|
|
go.mongodb.org/mongo-driver v1.8.1
|
|
golang.org/x/net v0.0.0-20211008194852-3b03d305991f // indirect
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|