Updated dependencies

This commit is contained in:
マリウス
2022-11-12 11:55:09 -05:00
parent 27569af352
commit 1c8cec0c54
2 changed files with 15 additions and 5 deletions
+5 -5
View File
@@ -8,20 +8,20 @@ require (
github.com/gookit/color v1.5.2
github.com/jinzhu/now v1.1.5
github.com/shopspring/decimal v1.3.1
github.com/spf13/cobra v1.5.0
github.com/spf13/cobra v1.6.1
github.com/tidwall/buntdb v1.2.10
)
require (
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tidwall/btree v1.4.2 // indirect
github.com/tidwall/btree v1.5.2 // indirect
github.com/tidwall/gjson v1.14.3 // indirect
github.com/tidwall/grect v0.1.4 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/rtred v0.1.2 // indirect
github.com/tidwall/tinyqueue v0.1.1 // indirect
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/sys v0.2.0 // indirect
)