feat: Added migration tool

This commit is contained in:
2025-08-11 18:58:52 +03:00
parent e5aadbe9c8
commit 40a313f93b
6 changed files with 100 additions and 17 deletions

4
go.mod
View File

@@ -7,6 +7,7 @@ require (
github.com/go-andiamo/chioas v1.16.4
github.com/go-chi/chi/v5 v5.2.2
github.com/joho/godotenv v1.5.1
github.com/pressly/goose/v3 v3.24.3
github.com/rabbitmq/amqp091-go v1.10.0
github.com/sirupsen/logrus v1.9.3
go.uber.org/mock v0.5.2
@@ -25,6 +26,9 @@ require (
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/mfridman/interpolate v0.0.2 // indirect
github.com/sethvargo/go-retry v0.3.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.40.0 // indirect
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792 // indirect
golang.org/x/sync v0.16.0 // indirect