added Migrate Function for tests
Some checks failed
GoLang Tests / check and test (push) Failing after 24s
Some checks failed
GoLang Tests / check and test (push) Failing after 24s
This commit is contained in:
@@ -10,4 +10,13 @@ require github.com/a-h/templ v0.3.924
|
||||
|
||||
require github.com/alexedwards/scs/v2 v2.8.0
|
||||
|
||||
require github.com/joho/godotenv v1.5.1
|
||||
require (
|
||||
github.com/golang-migrate/migrate/v4 v4.18.3
|
||||
github.com/joho/godotenv v1.5.1
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/hashicorp/errwrap v1.1.0 // indirect
|
||||
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
||||
go.uber.org/atomic v1.7.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user