startpage/go.mod

13 lines
249 B
Modula-2
Raw Normal View History

2022-09-05 14:21:12 +02:00
module git.milar.in/milarin/startpage
2022-05-08 14:32:13 +02:00
go 1.18
2022-09-05 14:17:07 +02:00
require (
git.milar.in/milarin/slices v0.0.4
2022-09-05 14:46:00 +02:00
github.com/gorilla/mux v1.8.0
2022-09-05 14:17:07 +02:00
github.com/gorilla/sessions v1.2.1
golang.org/x/text v0.3.7
)
require github.com/gorilla/securecookie v1.1.1 // indirect