GoAsWebServer/go.mod

9 lines
129 B
Modula-2

module endmove/webserverlearning
go 1.18
require (
github.com/gorilla/mux v1.8.0
github.com/russross/blackfriday/v2 v2.1.0
)