xmnt/go.mod

28 lines
875 B
Modula-2
Raw Normal View History

2022-10-07 02:19:04 +09:00
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
2022-10-07 03:42:32 +09:00
golang.org/x/exp v0.0.0-20221004215720-b9f4876ce741
2022-10-07 02:19:04 +09:00
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
2022-10-07 03:42:32 +09:00
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/itchyny/gojq v0.12.9 // indirect
github.com/itchyny/timefmt-go v0.1.4 // indirect
2022-10-07 02:19:04 +09:00
github.com/joho/godotenv v1.4.0 // indirect
2022-10-07 03:42:32 +09:00
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect
2022-10-07 02:19:04 +09:00
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
)