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