beerpong-elo/go.mod

14 lines
345 B
Modula-2
Raw 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 (
github.com/alexflint/go-scalar v1.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
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
)