zeit/go.mod

17 lines
466 B
Modula-2
Raw Normal View History

2020-10-10 18:37:37 +00:00
module github.com/mrusme/zeit
go 1.15
2020-10-11 00:58:14 +00:00
require (
2022-02-28 16:38:48 +00:00
github.com/cnf/structhash v0.0.0-20201127153200-e1b16c1ebc08
github.com/google/uuid v1.3.0
github.com/gookit/color v1.5.0
2022-04-14 23:58:49 +00:00
github.com/jinzhu/now v1.1.5
2022-02-28 16:38:48 +00:00
github.com/shopspring/decimal v1.3.1
2022-04-14 23:58:49 +00:00
github.com/spf13/cobra v1.4.0
github.com/tidwall/btree v1.3.0 // indirect
2022-02-28 16:38:48 +00:00
github.com/tidwall/buntdb v1.2.9
github.com/tidwall/gjson v1.14.0 // indirect
2022-04-14 23:58:49 +00:00
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
2020-10-11 00:58:14 +00:00
)