Implemented program skeleton

This commit is contained in:
マリウス
2020-10-11 01:58:14 +01:00
parent cf1cc31a12
commit 3f5454426d
5 changed files with 203 additions and 8 deletions
+6
View File
@@ -1,3 +1,9 @@
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
)