Use sql database instead of bolt
This commit is contained in:
4
go.mod
4
go.mod
@@ -4,6 +4,7 @@ go 1.12
|
||||
|
||||
require (
|
||||
github.com/go-bindata/go-bindata v3.1.2+incompatible // indirect
|
||||
github.com/go-gormigrate/gormigrate/v2 v2.0.0
|
||||
github.com/golang/protobuf v1.4.2 // indirect
|
||||
github.com/google/go-cmp v0.4.1 // indirect
|
||||
github.com/google/uuid v1.1.1
|
||||
@@ -14,4 +15,7 @@ require (
|
||||
go.etcd.io/bbolt v1.3.4
|
||||
golang.org/x/sys v0.0.0-20200523222454-059865788121 // indirect
|
||||
google.golang.org/protobuf v1.24.0 // indirect
|
||||
gorm.io/driver/postgres v1.0.0
|
||||
gorm.io/driver/sqlite v1.1.3
|
||||
gorm.io/gorm v1.20.5
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user