replaced github.com/xhit/go-str2duration with my own func + tests

This commit is contained in:
2022-10-16 15:30:34 +02:00
parent dfd3ab9b77
commit da276a1b50
6 changed files with 123 additions and 15 deletions

1
go.mod
View File

@@ -8,7 +8,6 @@ require (
github.com/gookit/color v1.5.2
github.com/olekukonko/tablewriter v0.0.5
github.com/spf13/cobra v1.5.0
github.com/xhit/go-str2duration/v2 v2.0.0
)
require (