itd/go.mod

26 lines
950 B
Modula-2
Raw Normal View History

2021-08-21 08:19:49 +00:00
module go.arsenm.dev/itd
go 1.16
require (
github.com/VividCortex/ewma v1.2.0 // indirect
2021-08-21 19:30:16 +00:00
github.com/abiosoft/ishell v2.0.0+incompatible
github.com/abiosoft/readline v0.0.0-20180607040430-155bce2042db // indirect
2021-08-21 08:19:49 +00:00
github.com/cheggaaa/pb/v3 v3.0.8
github.com/fatih/color v1.12.0 // indirect
2021-08-21 19:30:16 +00:00
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
2021-08-21 08:19:49 +00:00
github.com/fsnotify/fsnotify v1.5.0 // indirect
github.com/godbus/dbus/v5 v5.0.4
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mitchellh/mapstructure v1.4.1
github.com/rs/zerolog v1.23.0
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/spf13/cast v1.4.1 // indirect
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
go.arsenm.dev/infinitime v0.0.0-20210821070429-ea488067fb9b
2021-08-21 08:19:49 +00:00
golang.org/x/sys v0.0.0-20210820121016-41cdb8703e55 // indirect
golang.org/x/text v0.3.7 // indirect
)