remove mysql

This commit is contained in:
2023-05-14 07:11:14 +08:00
parent ee3b60eccc
commit 5b8d0ca3c0
4 changed files with 2 additions and 52 deletions

4
go.mod
View File

@@ -3,15 +3,15 @@ module main
go 1.18
require (
github.com/go-sql-driver/mysql v1.7.1
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.5.0
github.com/mattn/go-sqlite3 v1.14.16
github.com/russross/blackfriday v1.6.0
gorm.io/gorm v1.25.1
)
require github.com/mattn/go-sqlite3 v1.14.16 // indirect
require (
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect