xmnt/go.mod

30 lines
854 B
Modula-2

module gensokyo.cafe/xmnt
go 1.24
toolchain go1.24.1
require (
github.com/bitfield/script v0.24.1
github.com/coreos/go-systemd/v22 v22.5.0
github.com/fatih/color v1.18.0
github.com/go-errors/errors v1.5.1
github.com/ilyakaznacheev/cleanenv v1.5.0
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394
golang.org/x/text v0.23.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/BurntSushi/toml v1.5.0 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/itchyny/gojq v0.12.17 // indirect
github.com/itchyny/timefmt-go v0.1.6 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/sys v0.31.0 // indirect
mvdan.cc/sh/v3 v3.11.0 // indirect
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
)