mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 11:04:25 +00:00
87d5cd3f09
* add basic gitignore * init go mod * add semrel and badges * add error pkg * added config pkg * added main cmd structure * return error on file not found and added log ids and messages * add todo for error_creator.go
13 lines
351 B
Modula-2
13 lines
351 B
Modula-2
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
|
|
)
|