Skip to content

Commit

Permalink
chore: fix go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
CaioTeixeira95 committed May 22, 2024
1 parent ff59c5a commit d678757
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 @@ -9,6 +9,7 @@ require (
github.com/rubenv/sql-migrate v1.6.1
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.17.0
github.com/stellar/go v0.0.0-20240416222646-fd107948e6c4
github.com/stretchr/testify v1.9.0
)
Expand Down Expand Up @@ -47,7 +48,6 @@ require (
github.com/spf13/afero v1.10.0 // indirect
github.com/spf13/cast v1.5.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.17.0 // indirect
github.com/stellar/go-xdr v0.0.0-20231122183749-b53fb00bcac2 // indirect
github.com/stretchr/objx v0.5.2 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
Expand Down

0 comments on commit d678757

Please sign in to comment.