GoAsWebServer/go.mod

9 lines
129 B
Modula-2
Raw Permalink Normal View History

2022-08-03 22:03:29 +02:00
module endmove/webserverlearning
go 1.18
require (
github.com/gorilla/mux v1.8.0
2022-08-03 22:49:52 +02:00
github.com/russross/blackfriday/v2 v2.1.0
2022-08-03 22:03:29 +02:00
)