mirror of
https://github.com/crazy-max/diun.git
synced 2025-01-12 11:38:11 +00:00
37 lines
1.8 KiB
Modula-2
37 lines
1.8 KiB
Modula-2
module github.com/crazy-max/diun
|
|
|
|
require (
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
|
|
github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4 // indirect
|
|
github.com/containerd/continuity v0.0.0-20190815185530-f2a389ac0a02 // indirect
|
|
github.com/containers/image v3.0.2+incompatible
|
|
github.com/containers/storage v1.13.2 // indirect
|
|
github.com/docker/distribution v2.7.1+incompatible // indirect
|
|
github.com/docker/docker-credential-helpers v0.6.3 // indirect
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82 // indirect
|
|
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
|
|
github.com/ghodss/yaml v1.0.0 // indirect
|
|
github.com/go-gomail/gomail v0.0.0-20160411212932-81ebce5c23df
|
|
github.com/gorilla/mux v1.7.3 // indirect
|
|
github.com/hako/durafmt v0.0.0-20190612201238-650ed9f29a84
|
|
github.com/imdario/mergo v0.3.7
|
|
github.com/matcornic/hermes/v2 v2.0.2
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/opencontainers/go-digest v1.0.0-rc1
|
|
github.com/opencontainers/image-spec v1.0.1 // indirect
|
|
github.com/panjf2000/ants v1.0.0
|
|
github.com/prometheus/client_golang v1.1.0 // indirect
|
|
github.com/robfig/cron/v3 v3.0.0
|
|
github.com/rs/zerolog v1.14.3
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/stretchr/testify v1.3.0
|
|
go.etcd.io/bbolt v1.3.3
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df // indirect
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|
|
|
|
replace github.com/docker/docker => github.com/docker/engine v0.0.0-20190423201726-d2cfbce3f3b0
|