Skip to content

Commit

Permalink
fix(mod): run mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
escalopa committed May 10, 2023
1 parent 49161f0 commit 9b6a593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ require (
github.com/mattes/migrate v3.0.1+incompatible
github.com/o1egl/paseto v1.0.0
github.com/rabbitmq/amqp091-go v1.7.0
github.com/sirupsen/logrus v1.9.0
github.com/spf13/viper v1.15.0
github.com/stretchr/testify v1.8.2
github.com/testcontainers/testcontainers-go v0.18.0
Expand Down Expand Up @@ -65,7 +66,6 @@ require (
github.com/pelletier/go-toml/v2 v2.0.7 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/spf13/afero v1.9.5 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
Expand Down

0 comments on commit 9b6a593

Please sign in to comment.