eternity/go.mod
Arzumify b867612961 Initial commit
Note that the cmd is and will always be licensed under GPL, NOT LGPL, like the rest of the program.
2024-08-28 20:10:50 +01:00

16 lines
334 B
Modula-2

module eternity
go 1.23
require (
github.com/Masterminds/semver v1.5.0
github.com/cespare/xxhash/v2 v2.3.0
github.com/fatih/color v1.17.0
github.com/klauspost/compress v1.17.9
)
require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/sys v0.24.0 // indirect
)