FILE / ScuroNeko/Laniakea
go.mod
Исходный файл и его история в репозитории.
20 lines
427 B
AMPL
20 lines
427 B
AMPL
module git.scuroneko.dev/scuroneko/laniakea
|
|
|
|
go 1.26
|
|
|
|
retract v1.0.0-rc.5
|
|
|
|
require (
|
|
git.scuroneko.dev/scuroneko/extypes v1.2.3
|
|
git.scuroneko.dev/scuroneko/slog v1.2.0
|
|
github.com/alitto/pond/v2 v2.7.0
|
|
golang.org/x/time v0.15.0
|
|
)
|
|
|
|
require (
|
|
github.com/fatih/color v1.19.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.21 // indirect
|
|
golang.org/x/sys v0.43.0 // indirect
|
|
)
|