remove mysql
This commit is contained in:
4
go.mod
4
go.mod
@@ -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
|
||||
|
Reference in New Issue
Block a user