add versioned migrations (#1644)
This commit is contained in:
parent
ac910fd44c
commit
6049ec758c
5 changed files with 264 additions and 267 deletions
1
go.mod
1
go.mod
|
@ -75,6 +75,7 @@ require (
|
|||
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
||||
github.com/fxamacker/cbor/v2 v2.5.0 // indirect
|
||||
github.com/glebarez/go-sqlite v1.21.2 // indirect
|
||||
github.com/go-gormigrate/gormigrate/v2 v2.1.1 // indirect
|
||||
github.com/go-jose/go-jose/v3 v3.0.1 // indirect
|
||||
github.com/gogo/protobuf v1.3.2 // indirect
|
||||
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue