2019-06-04 20:11:54 +00:00
|
|
|
module github.com/crazy-max/diun
|
|
|
|
|
2019-12-11 21:29:01 +00:00
|
|
|
go 1.13
|
2019-11-04 20:42:18 +00:00
|
|
|
|
2019-06-04 20:11:54 +00:00
|
|
|
require (
|
2019-12-11 23:03:08 +00:00
|
|
|
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
|
2019-10-20 15:32:19 +00:00
|
|
|
github.com/alecthomas/kingpin v0.0.0-20190816080609-dce89ec0b9f1
|
2020-03-26 12:17:08 +00:00
|
|
|
github.com/containers/image/v5 v5.2.1
|
2019-12-11 23:03:08 +00:00
|
|
|
github.com/docker/docker v1.13.1
|
2019-12-14 01:42:37 +00:00
|
|
|
github.com/docker/go-connections v0.4.0
|
2019-06-04 20:11:54 +00:00
|
|
|
github.com/go-gomail/gomail v0.0.0-20160411212932-81ebce5c23df
|
2020-01-28 19:28:57 +00:00
|
|
|
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
|
2019-06-28 15:07:20 +00:00
|
|
|
github.com/hako/durafmt v0.0.0-20190612201238-650ed9f29a84
|
2020-03-25 13:51:08 +00:00
|
|
|
github.com/imdario/mergo v0.3.9
|
2020-01-30 15:30:52 +00:00
|
|
|
github.com/matcornic/hermes/v2 v2.1.0
|
2019-12-11 23:07:29 +00:00
|
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
2019-12-17 22:40:03 +00:00
|
|
|
github.com/nlopes/slack v0.6.0
|
2019-06-04 20:11:54 +00:00
|
|
|
github.com/opencontainers/go-digest v1.0.0-rc1
|
2020-02-27 08:55:34 +00:00
|
|
|
github.com/panjf2000/ants/v2 v2.3.1
|
2020-01-17 09:34:00 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-01-06 10:12:00 +00:00
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
2020-02-11 09:32:02 +00:00
|
|
|
github.com/rs/zerolog v1.18.0
|
2020-03-26 01:30:28 +00:00
|
|
|
github.com/sirupsen/logrus v1.5.0
|
2020-02-20 17:28:15 +00:00
|
|
|
github.com/stretchr/testify v1.5.1
|
2020-01-28 19:28:57 +00:00
|
|
|
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
|
2020-03-21 18:35:21 +00:00
|
|
|
go.etcd.io/bbolt v1.3.4
|
2019-12-11 23:03:08 +00:00
|
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
|
2019-06-04 20:11:54 +00:00
|
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df // indirect
|
2020-01-23 10:16:59 +00:00
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
2019-06-04 20:11:54 +00:00
|
|
|
)
|
|
|
|
|
2020-03-26 01:33:24 +00:00
|
|
|
replace github.com/docker/docker => github.com/docker/engine v1.4.2-0.20200309214505-aa6a9891b09c
|