forked from jinnatar/chadburn
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
26 lines (23 loc) · 934 Bytes
/
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
module github.com/PremoWeb/Chadburn
go 1.15
require (
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2
github.com/bradfitz/go-smtpd v0.0.0-20170404230938-deb6d6237625
github.com/fsouza/go-dockerclient v1.6.5
github.com/gobs/args v0.0.0-20180315064131-86002b4df18c
github.com/jessevdk/go-flags v1.4.0
github.com/mcuadros/go-defaults v1.2.0
github.com/mitchellh/mapstructure v1.3.3
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/robfig/cron/v3 v3.0.1
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b
gopkg.in/gcfg.v1 v1.2.3
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
)
require (
github.com/docker/docker v1.4.2-0.20191101170500-ac7306503d23
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_golang v1.13.0 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
)