Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ require (
github.com/spf13/pflag v1.0.6
github.com/stealthrocket/netjail v0.1.2
github.com/stretchr/testify v1.11.1
github.com/subomi/requestmigrations v0.4.0
github.com/subomi/requestmigrations v0.6.0
github.com/swaggo/swag v1.16.4
github.com/testcontainers/testcontainers-go v0.36.0
github.com/testcontainers/testcontainers-go/modules/compose v0.36.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1954,8 +1954,8 @@ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
github.com/stvp/tempredis v0.0.0-20181119212430-b82af8480203 h1:QVqDTf3h2WHt08YuiTGPZLls0Wq99X9bWd0Q5ZSBesM=
github.com/stvp/tempredis v0.0.0-20181119212430-b82af8480203/go.mod h1:oqN97ltKNihBbwlX8dLpwxCl3+HnXKV/R0e+sRLd9C8=
github.com/subomi/requestmigrations v0.4.0 h1:xMhkzWWZn00Oqb13amqiunyjhzDMoij+WOaPvdtzsxY=
github.com/subomi/requestmigrations v0.4.0/go.mod h1:vadXwLm1DExF3s/U/wEoeQQiopmnAU8/YiWxCt/SRbI=
github.com/subomi/requestmigrations v0.6.0 h1:aTW5K6YNYk9V4IjiFlgKFpZqnNRe16/f5EH65MrC6q8=
github.com/subomi/requestmigrations v0.6.0/go.mod h1:OSnwcic6ImO9S7IC6sXYaOBSwoPtvJnDBKHeSZmg5cw=
github.com/subosito/gotenv v1.2.0 h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s=
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
github.com/swaggo/swag v1.8.12/go.mod h1:lNfm6Gg+oAq3zRJQNEMBE66LIJKM44mxFqhEEgy2its=
Expand Down
Loading