mirror of
https://github.com/Threnklyn/zeit.git
synced 2026-05-18 21:03:30 +02:00
10 lines
148 B
Modula-2
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
|
|
)
|