-
Notifications
You must be signed in to change notification settings - Fork 80
/
go.mod
29 lines (27 loc) · 1.07 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module github.com/cuigh/swirl
go 1.16
require (
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/boltdb/bolt v1.3.1
github.com/containerd/containerd v1.6.2 // indirect
github.com/cuigh/auxo v0.0.0-20211213084008-60eb7f7752a7
github.com/docker/distribution v2.8.1+incompatible // indirect
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/ws v1.1.0
github.com/imdario/mergo v0.3.12
github.com/jinzhu/copier v0.3.2
github.com/klauspost/compress v1.15.1 // indirect
github.com/mattn/go-shellwords v1.0.12
github.com/mitchellh/mapstructure v1.4.3
github.com/opencontainers/image-spec v1.0.2 // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/common v0.30.0
go.mongodb.org/mongo-driver v1.8.2
golang.org/x/net v0.0.0-20220420153159-1850ba15e1be // indirect
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
google.golang.org/genproto v0.0.0-20220420195807-44278fea765b // indirect
gopkg.in/yaml.v2 v2.4.0
)