xmnt/go.mod

28 lines
848 B
Modula-2
Raw Normal View History

2022-10-07 02:19:04 +09:00
module gensokyo.cafe/xmnt
2023-03-04 14:11:18 +09:00
go 1.20
2022-10-07 02:19:04 +09:00
require (
2023-03-04 14:11:18 +09:00
github.com/bitfield/script v0.21.4
github.com/coreos/go-systemd/v22 v22.5.0
github.com/fatih/color v1.14.1
2022-10-07 02:19:04 +09:00
github.com/go-errors/errors v1.4.2
2023-03-04 14:11:18 +09:00
github.com/ilyakaznacheev/cleanenv v1.4.2
golang.org/x/exp v0.0.0-20230303215020-44a13b063f3e
golang.org/x/text v0.7.0
2022-10-07 02:19:04 +09:00
gopkg.in/yaml.v3 v3.0.1
)
require (
bitbucket.org/creachadair/shell v0.0.7 // indirect
2023-03-04 14:11:18 +09:00
github.com/BurntSushi/toml v1.2.1 // indirect
2022-10-07 03:42:32 +09:00
github.com/godbus/dbus/v5 v5.1.0 // indirect
2023-03-04 14:11:18 +09:00
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
2022-10-07 03:42:32 +09:00
github.com/mattn/go-colorable v0.1.13 // indirect
2023-03-04 14:11:18 +09:00
github.com/mattn/go-isatty v0.0.17 // indirect
golang.org/x/sys v0.5.0 // indirect
2022-10-07 02:19:04 +09:00
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
)