9 lines
150 B
Modula-2
9 lines
150 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/stretchr/testify v1.6.0
|
|
)
|