zitadel/go.mod
livio-a 87d5cd3f09
Init (#17)
* 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
2020-03-19 14:39:06 +01:00

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
)