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 (
|
|
|
|
github.com/google/uuid v1.1.1
|
|
|
|
github.com/gorilla/mux v1.7.4
|
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-05-31 00:06:14 +01:00
|
|
|
)
|