2020-05-29 17:35:01 +01:00
|
|
|
module github.com/mdiluz/rove
|
|
|
|
|
|
|
|
go 1.14
|
2020-05-29 17:41:11 +01:00
|
|
|
|
2020-05-31 00:06:14 +01:00
|
|
|
require (
|
2020-06-10 23:23:09 +01:00
|
|
|
github.com/golang/protobuf v1.4.2
|
2020-05-31 00:06:14 +01:00
|
|
|
github.com/google/uuid v1.1.1
|
|
|
|
github.com/gorilla/mux v1.7.4
|
2020-06-11 18:16:11 +01:00
|
|
|
github.com/onsi/ginkgo v1.12.3 // indirect
|
2020-06-06 15:52:03 +01:00
|
|
|
github.com/robfig/cron v1.2.0
|
2020-06-02 17:59:33 +01:00
|
|
|
github.com/stretchr/testify v1.6.0
|
2020-06-06 16:52:30 +01:00
|
|
|
github.com/tjarratt/babble v0.0.0-20191209142150-eecdf8c2339d
|
2020-06-12 22:51:18 +01:00
|
|
|
golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7
|
2020-06-10 23:23:09 +01:00
|
|
|
google.golang.org/grpc v1.29.1
|
2020-05-31 00:06:14 +01:00
|
|
|
)
|