forked from Elara6331/itd
Add GUI frontend
This commit is contained in:
3
go.mod
3
go.mod
@@ -3,6 +3,7 @@ module go.arsenm.dev/itd
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
fyne.io/fyne/v2 v2.0.4
|
||||
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
|
||||
@@ -19,7 +20,7 @@ require (
|
||||
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-20210823171603-8648afeebf08
|
||||
go.arsenm.dev/infinitime v0.0.0-20210825051734-745b4bd37cf4
|
||||
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
|
||||
golang.org/x/text v0.3.7 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user