-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (21 loc) · 952 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
module github.com/james-lawrence/systemd-alert
go 1.15
require (
github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38 // indirect
github.com/alecthomas/colour v0.1.0 // indirect
github.com/alecthomas/repr v0.0.0-20200925101113-8eaab51b74bf // indirect
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/esiqveland/notify v0.9.1
github.com/godbus/dbus v4.0.1-0.20170527204033-012f3c27dcbd+incompatible
github.com/godbus/dbus/v5 v5.0.3
github.com/influxdata/influxdb v1.2.4
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/naoina/go-stringutil v0.1.0 // indirect
github.com/naoina/toml v0.1.1
github.com/pkg/errors v0.8.0
github.com/sergi/go-diff v1.1.0 // indirect
github.com/stretchr/testify v1.6.1 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.4
)