forked from Elara6331/itd
26 lines
950 B
Modula-2
26 lines
950 B
Modula-2
module go.arsenm.dev/itd
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/VividCortex/ewma v1.2.0 // indirect
|
|
github.com/abiosoft/ishell v2.0.0+incompatible
|
|
github.com/abiosoft/readline v0.0.0-20180607040430-155bce2042db // indirect
|
|
github.com/cheggaaa/pb/v3 v3.0.8
|
|
github.com/fatih/color v1.12.0 // indirect
|
|
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
|
|
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-20210822032731-d228b6cf60f1
|
|
golang.org/x/sys v0.0.0-20210820121016-41cdb8703e55 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
)
|