bump go-sqlite3 and go.mod version

This commit is contained in:
2022-07-22 14:36:08 +08:00
parent 0b76ea08cd
commit 824866bdd8
2 changed files with 6 additions and 11 deletions

6
go.mod
View File

@@ -1,9 +1,11 @@
module msw-open-music
go 1.16
go 1.18
require (
github.com/gorilla/sessions v1.2.1
github.com/mattn/go-sqlite3 v1.14.7
github.com/mattn/go-sqlite3 v1.14.14
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
)
require github.com/gorilla/securecookie v1.1.1 // indirect