GoAsWebServer/go.mod
2022-08-03 22:03:29 +02:00

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
)