proper-website-2/go.mod

17 lines
378 B
Modula-2
Raw Permalink Normal View History

2022-03-13 16:35:31 +01:00
module dutchellie.nl/DutchEllie/proper-website-2
2022-03-01 12:02:05 +01:00
go 1.17
2022-03-01 14:36:04 +01:00
2022-03-24 14:31:02 +01:00
require (
2022-06-25 11:28:37 +02:00
github.com/google/uuid v1.3.0
2022-03-24 14:31:02 +01:00
github.com/gorilla/handlers v1.5.1
2022-06-25 11:28:37 +02:00
github.com/gorilla/mux v1.8.0
2022-03-24 14:31:02 +01:00
github.com/maxence-charriere/go-app/v9 v9.3.3
2022-06-25 11:28:37 +02:00
golang.org/x/net v0.0.0-20220622184535-263ec571b305
2022-03-24 14:31:02 +01:00
)
2022-03-02 13:38:28 +01:00
2022-03-24 14:31:02 +01:00
require (
2022-05-23 14:40:48 +02:00
github.com/davecgh/go-spew v1.1.1 // indirect
2022-03-24 14:31:02 +01:00
github.com/felixge/httpsnoop v1.0.1 // indirect
)