zitadel/go.mod

47 lines
1.8 KiB
Modula-2
Raw Normal View History

2020-03-18 09:38:32 +00:00
module github.com/caos/zitadel
go 1.14
2020-03-18 14:46:41 +00:00
require (
cloud.google.com/go v0.56.0 // indirect
contrib.go.opencensus.io/exporter/stackdriver v0.13.1
2020-03-18 14:46:41 +00:00
github.com/BurntSushi/toml v0.3.1
github.com/DATA-DOG/go-sqlmock v1.4.1
2020-03-23 10:53:12 +00: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
github.com/aws/aws-sdk-go v1.30.1 // indirect
2020-03-30 09:57:56 +00:00
github.com/caos/logging v0.0.1
github.com/cockroachdb/cockroach-go v0.0.0-20200312223839-f565e4789405
github.com/envoyproxy/protoc-gen-validate v0.3.0
2020-03-25 06:58:58 +00:00
github.com/ghodss/yaml v1.0.0
2020-03-23 10:53:12 +00:00
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
2020-03-23 06:01:59 +00:00
github.com/golang/mock v1.4.3
github.com/golang/protobuf v1.4.0-rc.4
2020-03-23 10:53:12 +00:00
github.com/google/uuid v1.1.1 // indirect
2020-03-23 06:01:59 +00: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 10:53:12 +00:00
github.com/grpc-ecosystem/grpc-gateway v1.14.3
github.com/huandu/xstrings v1.3.0 // indirect
github.com/imdario/mergo v0.3.9 // indirect
github.com/jackc/pgconn v1.5.0 // indirect
github.com/lib/pq v1.3.0
2020-03-23 10:53:12 +00:00
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/reflectwalk v1.0.1 // indirect
2020-03-23 12:26:05 +00:00
github.com/nicksnyder/go-i18n/v2 v2.0.3
2020-03-24 13:15:01 +00:00
github.com/rs/cors v1.7.0
2020-03-30 09:57:56 +00:00
github.com/sirupsen/logrus v1.5.0 // indirect
2020-03-23 06:01:59 +00:00
github.com/stretchr/testify v1.5.1
2020-03-24 13:15:01 +00:00
go.opencensus.io v0.22.3
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
golang.org/x/sys v0.0.0-20200331124033-c3d80250170d // indirect
2020-03-23 12:26:05 +00:00
golang.org/x/text v0.3.2
golang.org/x/tools v0.0.0-20200331202046-9d5940d49312
google.golang.org/genproto v0.0.0-20200331122359-1ee6d9798940
2020-03-23 06:01:59 +00:00
google.golang.org/grpc v1.28.0
google.golang.org/protobuf v1.20.1
2020-03-25 06:58:58 +00:00
gopkg.in/yaml.v2 v2.2.8 // indirect
2020-03-18 14:46:41 +00:00
)