forked from Elara6331/itd
Update infinitime library to fix connection bug
This commit is contained in:
4
go.mod
4
go.mod
@@ -2,6 +2,8 @@ module go.arsenm.dev/itd
|
||||
|
||||
go 1.16
|
||||
|
||||
replace go.arsenm.dev/infinitime => /home/arsen/Code/infinitime
|
||||
|
||||
require (
|
||||
github.com/VividCortex/ewma v1.2.0 // indirect
|
||||
github.com/abiosoft/ishell v2.0.0+incompatible
|
||||
@@ -19,7 +21,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-20210822032731-d228b6cf60f1
|
||||
go.arsenm.dev/infinitime v0.0.0-20210822201216-955384489609
|
||||
golang.org/x/sys v0.0.0-20210820121016-41cdb8703e55 // indirect
|
||||
golang.org/x/text v0.3.7 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user