17 lines
378 B
Modula-2
17 lines
378 B
Modula-2
module dutchellie.nl/DutchEllie/proper-website-2
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/google/uuid v1.3.0
|
|
github.com/gorilla/handlers v1.5.1
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/maxence-charriere/go-app/v9 v9.3.3
|
|
golang.org/x/net v0.0.0-20220622184535-263ec571b305
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/felixge/httpsnoop v1.0.1 // indirect
|
|
)
|