16 lines
285 B
Modula-2
16 lines
285 B
Modula-2
module github.com/johannesbuehl/golunteer/setup
|
|
|
|
go 1.23.4
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.8.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/google/uuid v1.6.0
|
|
github.com/jmoiron/sqlx v1.4.0
|
|
golang.org/x/crypto v0.32.0
|
|
)
|