-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
26 lines (23 loc) · 905 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/damdo/grontab
go 1.17
require (
github.com/asdine/storm v1.1.1-0.20190808085602-a53b1e41feb9
github.com/damdo/randid v0.1.0
github.com/fatih/color v1.6.0
github.com/pkg/errors v0.8.0
github.com/wgliang/cron v0.0.0-20180129105837-79834306f643
go.etcd.io/bbolt v1.3.6
)
require (
github.com/DataDog/zstd v1.5.0 // indirect
github.com/Sereal/Sereal v0.0.0-20220131071111-6356df0ce089 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/mattn/go-colorable v0.1.11 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/stretchr/testify v1.7.0 // indirect
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
golang.org/x/sys v0.0.0-20211103235746-7861aae1554b // indirect
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)