Fix go mod

This commit is contained in:
CrazyMax
2019-08-22 21:19:46 +02:00
parent 3013512af6
commit e7e548ce4e

1
go.mod
View File

@@ -25,6 +25,7 @@ require (
github.com/prometheus/client_golang v1.1.0 // indirect
github.com/robfig/cron/v3 v3.0.0
github.com/rs/zerolog v1.14.3
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.3.0
go.etcd.io/bbolt v1.3.3
gopkg.in/alecthomas/kingpin.v2 v2.2.6