2020-03-18 10:38:32 +01:00
|
|
|
module github.com/caos/zitadel
|
|
|
|
|
|
|
|
go 1.14
|
2020-03-18 15:46:41 +01:00
|
|
|
|
|
|
|
require (
|
2020-04-06 06:42:21 +02:00
|
|
|
cloud.google.com/go v0.56.0 // indirect
|
|
|
|
contrib.go.opencensus.io/exporter/stackdriver v0.13.1
|
2020-03-18 15:46:41 +01:00
|
|
|
github.com/BurntSushi/toml v0.3.1
|
2020-04-06 06:42:21 +02:00
|
|
|
github.com/DATA-DOG/go-sqlmock v1.4.1
|
2020-03-23 11:53:12 +01:00
|
|
|
github.com/Masterminds/goutils v1.1.0 // indirect
|
|
|
|
github.com/Masterminds/semver v1.5.0 // indirect
|
|
|
|
github.com/Masterminds/sprig v2.22.0+incompatible
|
2020-04-20 15:16:33 +02:00
|
|
|
github.com/VictoriaMetrics/fastcache v1.5.7
|
|
|
|
github.com/allegro/bigcache v1.2.1
|
2020-04-07 13:23:04 +02:00
|
|
|
github.com/aws/aws-sdk-go v1.30.4 // indirect
|
2020-03-30 11:57:56 +02:00
|
|
|
github.com/caos/logging v0.0.1
|
2020-04-06 06:42:21 +02:00
|
|
|
github.com/cockroachdb/cockroach-go v0.0.0-20200312223839-f565e4789405
|
|
|
|
github.com/envoyproxy/protoc-gen-validate v0.3.0
|
2020-03-25 07:58:58 +01:00
|
|
|
github.com/ghodss/yaml v1.0.0
|
2020-03-23 11:53:12 +01:00
|
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
|
2020-03-23 07:01:59 +01:00
|
|
|
github.com/golang/mock v1.4.3
|
2020-03-31 11:07:48 +02:00
|
|
|
github.com/golang/protobuf v1.4.0-rc.4
|
2020-03-23 11:53:12 +01:00
|
|
|
github.com/google/uuid v1.1.1 // indirect
|
2020-03-23 07:01:59 +01:00
|
|
|
github.com/gorilla/schema v1.1.0
|
|
|
|
github.com/gorilla/securecookie v1.1.1
|
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0
|
2020-03-23 11:53:12 +01:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway v1.14.3
|
|
|
|
github.com/huandu/xstrings v1.3.0 // indirect
|
2020-04-06 06:42:21 +02:00
|
|
|
github.com/imdario/mergo v0.3.9 // indirect
|
|
|
|
github.com/jackc/pgconn v1.5.0 // indirect
|
2020-04-14 18:20:20 +02:00
|
|
|
github.com/jinzhu/gorm v1.9.12
|
2020-04-06 06:42:21 +02:00
|
|
|
github.com/lib/pq v1.3.0
|
2020-03-23 11:53:12 +01:00
|
|
|
github.com/mitchellh/copystructure v1.0.0 // indirect
|
2020-04-06 06:42:21 +02:00
|
|
|
github.com/mitchellh/reflectwalk v1.0.1 // indirect
|
2020-03-23 13:26:05 +01:00
|
|
|
github.com/nicksnyder/go-i18n/v2 v2.0.3
|
2020-03-24 14:15:01 +01:00
|
|
|
github.com/rs/cors v1.7.0
|
2020-04-21 17:00:32 +02:00
|
|
|
github.com/sethvargo/go-password v0.1.3
|
2020-03-30 11:57:56 +02:00
|
|
|
github.com/sirupsen/logrus v1.5.0 // indirect
|
2020-04-07 13:23:04 +02:00
|
|
|
github.com/sony/sonyflake v1.0.0
|
2020-03-23 07:01:59 +01:00
|
|
|
github.com/stretchr/testify v1.5.1
|
2020-03-24 14:15:01 +01:00
|
|
|
go.opencensus.io v0.22.3
|
2020-04-07 13:23:04 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20200403201458-baeed622b8d8
|
2020-03-23 13:26:05 +01:00
|
|
|
golang.org/x/text v0.3.2
|
2020-04-07 13:23:04 +02:00
|
|
|
golang.org/x/tools v0.0.0-20200403190813-44a64ad78b9b
|
|
|
|
google.golang.org/api v0.21.0 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20200403120447-c50568487044
|
2020-03-23 07:01:59 +01:00
|
|
|
google.golang.org/grpc v1.28.0
|
2020-03-31 11:07:48 +02:00
|
|
|
google.golang.org/protobuf v1.20.1
|
2020-03-25 07:58:58 +01:00
|
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
2020-03-18 15:46:41 +01:00
|
|
|
)
|