forked from hlandau/acmetool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
48 lines (44 loc) · 1.91 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
42
43
44
45
46
47
48
module github.com/hlandau/acmetool
go 1.23.3
replace gopkg.in/alecthomas/kingpin.v2 v2.4.0 => github.com/alecthomas/kingpin/v2 v2.4.0
require (
github.com/gofrs/uuid v4.4.0+incompatible
github.com/hlandau/dexlogconfig v0.0.0-20220319061854-86a3fc314fe7
github.com/hlandau/goutils v0.0.0-20240528211907-aa01326821a7
github.com/hlandau/xlog v1.0.0
github.com/hlandauf/go-systemd v22.2.1-0.20210317225616-d4cbd5bfbd43+incompatible
github.com/jmhodges/clock v1.2.0
github.com/mitchellh/go-wordwrap v1.0.1
golang.org/x/net v0.33.0
gopkg.in/alecthomas/kingpin.v2 v2.4.0
gopkg.in/cheggaaa/pb.v1 v1.0.28
gopkg.in/hlandau/acmeapi.v2 v2.0.2
gopkg.in/hlandau/easyconfig.v1 v1.0.18
gopkg.in/hlandau/service.v2 v2.0.17
gopkg.in/hlandau/svcutils.v1 v1.0.11
gopkg.in/square/go-jose.v1 v1.1.2
gopkg.in/tylerb/graceful.v1 v1.2.15
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // 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.18.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/hlandau/buildinfo v0.0.0-20161112115716-337a29b54997 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/ogier/pflag v0.0.1 // indirect
github.com/peterhellberg/link v1.2.0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/shiena/ansicolor v0.0.0-20230509054315-a9deabde6e02 // indirect
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
gopkg.in/hlandau/configurable.v1 v1.0.1 // indirect
gopkg.in/hlandauf/dbus.v5 v5.990.1 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
)