18 lines
540 B
Modula-2
Raw Permalink Normal View History

2025-01-05 02:53:54 +01:00
module git.kapelle.org/niklas/beerpong-elo
go 1.22.6
require github.com/alexflint/go-arg v1.5.1
2025-01-06 01:15:36 +01:00
require (
2025-01-10 17:03:50 +01:00
filippo.io/edwards25519 v1.1.0 // indirect
2025-01-06 01:15:36 +01:00
github.com/alexflint/go-scalar v1.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
2025-01-10 17:03:50 +01:00
github.com/go-sql-driver/mysql v1.8.1 // indirect
2025-01-08 02:00:34 +01:00
github.com/graphql-go/graphql v0.8.1 // indirect
github.com/graphql-go/handler v0.2.4 // indirect
2025-01-06 01:15:36 +01:00
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.10.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)