module go-rest-api

go 1.13

require (
	github.com/cortesi/modd v0.0.0-20200630120222-8983974e5450
	github.com/gorilla/mux v1.8.0
)