parent
4fb0e17b69
commit
ef91558600
8 changed files with 73 additions and 19 deletions
2
go.mod
2
go.mod
|
@ -29,6 +29,7 @@ require (
|
|||
gorm.io/gen v0.3.26
|
||||
gorm.io/gorm v1.25.12
|
||||
gorm.io/plugin/dbresolver v1.5.3
|
||||
github.com/pquerna/otp v1.4.0
|
||||
)
|
||||
|
||||
require (
|
||||
|
@ -69,7 +70,6 @@ require (
|
|||
github.com/pkg/errors v0.9.1 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
|
||||
github.com/pquerna/otp v1.4.0 // indirect
|
||||
github.com/prometheus/client_golang v1.14.0 // indirect
|
||||
github.com/prometheus/client_model v0.6.1 // indirect
|
||||
github.com/prometheus/common v0.37.0 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue