Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
moosavi.smd committed Apr 26, 2024
1 parent 1079ebf commit 52c7d33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ module github.com/moosavismd/app

go 1.22

require github.com/google/uuid v1.6.0

require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/go-sql-driver/mysql v1.8.1 // indirect
github.com/go-sql-driver/mysql v1.8.1
github.com/google/uuid v1.6.0
)

require filippo.io/edwards25519 v1.1.0 // indirect

0 comments on commit 52c7d33

Please sign in to comment.