rove/go.mod
Marc Di Luzio b152861222 Add test for /spawn
Required small refactor
2020-06-02 18:00:51 +01:00

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
)