Remove replace directive and update infinitime library

This commit is contained in:
2021-08-21 01:37:16 -07:00
parent 407a6cb3d7
commit 60d2053894
2 changed files with 3 additions and 3 deletions

4
go.mod
View File

@@ -2,8 +2,6 @@ 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/cheggaaa/pb/v3 v3.0.8
@@ -18,7 +16,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-00010101000000-000000000000
go.arsenm.dev/infinitime v0.0.0-20210821070429-ea488067fb9b
golang.org/x/sys v0.0.0-20210820121016-41cdb8703e55 // indirect
golang.org/x/text v0.3.7 // indirect
)