Files
zeit/go.mod
T
2020-10-11 01:58:14 +01:00

10 lines
148 B
Modula-2

module github.com/mrusme/zeit
go 1.15
require (
github.com/google/uuid v1.1.2
github.com/spf13/cobra v1.0.0
github.com/tidwall/buntdb v1.1.2
)