Add: backend session support and bug fix

This commit is contained in:
2021-12-12 01:13:26 +08:00
parent f3a95973e9
commit e608a6b1df
6 changed files with 123 additions and 26 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module msw-open-music
go 1.16
require github.com/mattn/go-sqlite3 v1.14.7 // indirect
require (
github.com/gorilla/sessions v1.2.1
github.com/mattn/go-sqlite3 v1.14.7
)