proper-website-2/go.mod
DutchEllie 7717210578
All checks were successful
continuous-integration/drone/push Build is passing
Compressing handlergit add .
2022-03-24 14:31:02 +01:00

14 lines
259 B
Modula-2

module dutchellie.nl/DutchEllie/proper-website-2
go 1.17
require (
github.com/gorilla/handlers v1.5.1
github.com/maxence-charriere/go-app/v9 v9.3.3
)
require (
github.com/felixge/httpsnoop v1.0.1 // indirect
github.com/google/uuid v1.3.0 // indirect
)