mirror of
https://github.com/Threnklyn/zeit.git
synced 2026-05-19 13:23:30 +02:00
13 lines
280 B
Modula-2
13 lines
280 B
Modula-2
module github.com/mrusme/zeit
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/cnf/structhash v0.0.0-20201013183111-a92e111048cd
|
|
github.com/google/uuid v1.1.2
|
|
github.com/gookit/color v1.3.1
|
|
github.com/shopspring/decimal v1.2.0
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/tidwall/buntdb v1.1.2
|
|
)
|