mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 11:34:26 +00:00
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
|
||
|
)
|