Skip to content

Commit

Permalink
go mod tidy (#13)
Browse files Browse the repository at this point in the history
Co-authored-by: Lorenz Kästle <[email protected]>
  • Loading branch information
RincewindsHat and Lorenz Kästle authored Aug 6, 2024
1 parent cb4c975 commit 6c55664
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 @@ -3,12 +3,12 @@ module github.com/NETWAYS/ido-cleanup
go 1.19

require (
github.com/go-sql-driver/mysql v1.8.1
github.com/sirupsen/logrus v1.9.3
github.com/spf13/pflag v1.0.5
)

require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/go-sql-driver/mysql v1.8.1 // indirect
golang.org/x/sys v0.22.0 // indirect
)

0 comments on commit 6c55664

Please sign in to comment.