28 lines
874 B
Modula-2
28 lines
874 B
Modula-2
module gensokyo.cafe/xmnt
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/bitfield/script v0.20.2
|
|
github.com/coreos/go-systemd/v22 v22.4.0
|
|
github.com/fatih/color v1.13.0
|
|
github.com/go-errors/errors v1.4.2
|
|
github.com/ilyakaznacheev/cleanenv v1.3.0
|
|
golang.org/x/exp v0.0.0-20221002003631-540bb7301a08
|
|
golang.org/x/text v0.3.7
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
bitbucket.org/creachadair/shell v0.0.7 // indirect
|
|
github.com/BurntSushi/toml v1.2.0 // indirect
|
|
github.com/godbus/dbus/v5 v5.0.4 // indirect
|
|
github.com/itchyny/gojq v0.12.7 // indirect
|
|
github.com/itchyny/timefmt-go v0.1.3 // indirect
|
|
github.com/joho/godotenv v1.4.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.9 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
|
|
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
|
|
)
|