forked from Elara6331/itd
Remove replace directive and update infinitime library
This commit is contained in:
4
go.mod
4
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user