added main cmd structure

This commit is contained in:
Livio Amstutz
2020-03-18 15:46:41 +01:00
parent d3cb575e1d
commit af8905036b
7 changed files with 409 additions and 0 deletions

9
go.mod
View File

@@ -1,3 +1,12 @@
module github.com/caos/zitadel
go 1.14
require (
github.com/BurntSushi/toml v0.3.1
github.com/caos/logging v0.0.0-20191210002624-b3260f690a6a
github.com/caos/utils v0.0.0-20200305060859-ac2fa70f313e // indirect
github.com/ghodss/yaml v1.0.0
golang.org/x/sys v0.0.0-20200317113312-5766fd39f98d // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)