startpage/go.mod

18 lines
413 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 (
2022-09-05 19:38:53 +02:00
git.milar.in/milarin/envvars/v2 v2.0.0
2022-09-05 14:17:07 +02:00
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
2022-09-05 19:38:53 +02:00
github.com/srinathgs/mysqlstore v0.0.0-20200417050510-9cbb9420fc4c
2022-09-05 14:17:07 +02:00
golang.org/x/text v0.3.7
)
2022-09-05 19:36:22 +02:00
require (
github.com/go-sql-driver/mysql v1.6.0 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
)