2024-10-02 10:07:12 -07:00
|
|
|
module git.oreonproject.org/oreonproject/eternity
|
2024-08-28 12:10:50 -07:00
|
|
|
|
|
|
|
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
|
2024-09-19 09:13:59 -07:00
|
|
|
github.com/sassoftware/go-rpmutils v0.4.0
|
2024-08-28 12:10:50 -07:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-09-19 09:13:59 -07:00
|
|
|
github.com/DataDog/zstd v1.5.6 // indirect
|
|
|
|
github.com/ProtonMail/go-crypto v1.0.0 // indirect
|
|
|
|
github.com/cloudflare/circl v1.4.0 // indirect
|
2024-08-28 12:10:50 -07:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2024-09-19 09:13:59 -07:00
|
|
|
github.com/ulikunitz/xz v0.5.12 // indirect
|
|
|
|
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
|
|
|
|
golang.org/x/crypto v0.27.0 // indirect
|
|
|
|
golang.org/x/sys v0.25.0 // indirect
|
2024-08-28 12:10:50 -07:00
|
|
|
)
|