10 lines
181 B
Modula-2
10 lines
181 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
|
|
)
|