forked from hlandau/acmetool
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
41 lines (39 loc) · 1.86 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
30
31
32
33
34
35
36
37
38
39
40
41
module github.com/hlandau/acmetool
go 1.13
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15 // indirect
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
github.com/erikdubbelboer/gspt v0.0.0-20210805194459-ce36a5128377 // indirect
github.com/fatih/color v1.12.0 // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/hlandau/buildinfo v0.0.0-20161112115716-337a29b54997 // indirect
github.com/hlandau/dexlogconfig v0.0.0-20210302104901-709dfd27e986
github.com/hlandau/goutils v0.0.0-20160722130800-0cdb66aea5b8
github.com/hlandau/xlog v1.0.0
github.com/hlandauf/go-systemd v22.2.1-0.20210317225616-d4cbd5bfbd43+incompatible
github.com/jmhodges/clock v0.0.0-20160418191101-880ee4c33548
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mitchellh/go-wordwrap v1.0.1
github.com/ogier/pflag v0.0.1 // indirect
github.com/peterhellberg/link v1.1.0 // indirect
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
github.com/shiena/ansicolor v0.0.0-20200904210342-c7312218db18 // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/net v0.0.0-20210825183410-e898025ed96a
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/cheggaaa/pb.v1 v1.0.28
gopkg.in/hlandau/acmeapi.v2 v2.0.2
gopkg.in/hlandau/configurable.v1 v1.0.1 // indirect
gopkg.in/hlandau/easyconfig.v1 v1.0.17
gopkg.in/hlandau/service.v2 v2.0.17
gopkg.in/hlandau/svcutils.v1 v1.0.11
gopkg.in/hlandauf/dbus.v5 v5.990.1 // indirect
gopkg.in/square/go-jose.v1 v1.1.2
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
gopkg.in/tylerb/graceful.v1 v1.2.15
gopkg.in/yaml.v2 v2.4.0
)