GoAsWebServer/go.mod

9 lines
117 B
Modula-2

module endmove/webserverlearning
go 1.18
require (
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
)