xmnt/go.mod

28 lines
848 B
Modula-2

module gensokyo.cafe/xmnt
go 1.20
require (
github.com/bitfield/script v0.21.4
github.com/coreos/go-systemd/v22 v22.5.0
github.com/fatih/color v1.14.1
github.com/go-errors/errors v1.4.2
github.com/ilyakaznacheev/cleanenv v1.4.2
golang.org/x/exp v0.0.0-20230303215020-44a13b063f3e
golang.org/x/text v0.7.0
gopkg.in/yaml.v3 v3.0.1
)
require (
bitbucket.org/creachadair/shell v0.0.7 // indirect
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/itchyny/gojq v0.12.12 // indirect
github.com/itchyny/timefmt-go v0.1.5 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
golang.org/x/sys v0.5.0 // indirect
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
)