2018-09-11 08:36:54 +00:00
|
|
|
module github.com/cuigh/swirl
|
|
|
|
|
2021-02-26 05:19:40 +00:00
|
|
|
go 1.16
|
|
|
|
|
2018-09-11 08:36:54 +00:00
|
|
|
require (
|
|
|
|
github.com/boltdb/bolt v1.3.1
|
2023-02-16 14:27:41 +00:00
|
|
|
github.com/containerd/containerd v1.6.18 // indirect
|
2021-12-06 12:24:22 +00:00
|
|
|
github.com/cuigh/auxo v0.0.0-20211213084008-60eb7f7752a7
|
2022-04-21 06:17:23 +00:00
|
|
|
github.com/docker/distribution v2.8.1+incompatible // indirect
|
2021-12-06 12:24:22 +00:00
|
|
|
github.com/docker/docker v20.10.9+incompatible
|
2018-09-11 08:36:54 +00:00
|
|
|
github.com/docker/go-connections v0.4.0
|
2021-12-06 12:24:22 +00:00
|
|
|
github.com/docker/go-units v0.4.0
|
2022-01-07 06:23:41 +00:00
|
|
|
github.com/gobwas/ws v1.1.0
|
2021-12-06 12:24:22 +00:00
|
|
|
github.com/imdario/mergo v0.3.12
|
|
|
|
github.com/jinzhu/copier v0.3.2
|
2022-04-21 06:17:23 +00:00
|
|
|
github.com/klauspost/compress v1.15.1 // indirect
|
2022-01-07 06:23:41 +00:00
|
|
|
github.com/mattn/go-shellwords v1.0.12
|
|
|
|
github.com/mitchellh/mapstructure v1.4.3
|
2021-12-06 12:24:22 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2023-02-16 14:27:41 +00:00
|
|
|
github.com/prometheus/client_golang v1.11.1
|
2022-04-21 06:17:23 +00:00
|
|
|
github.com/prometheus/common v0.30.0
|
2022-01-07 06:23:41 +00:00
|
|
|
go.mongodb.org/mongo-driver v1.8.2
|
2021-12-06 12:24:22 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2018-09-11 08:36:54 +00:00
|
|
|
)
|