rove/go.mod

11 lines
244 B
Modula-2

module github.com/mdiluz/rove
go 1.14
require (
github.com/google/uuid v1.1.1
github.com/gorilla/mux v1.7.4
github.com/robfig/cron v1.2.0
github.com/stretchr/testify v1.6.0
github.com/tjarratt/babble v0.0.0-20191209142150-eecdf8c2339d
)