Update infinitime library to fix connection bug

This commit is contained in:
2021-08-22 13:13:37 -07:00
parent a5490b8364
commit b4992cb393
4 changed files with 4 additions and 4 deletions

4
go.mod
View File

@@ -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
)