module github.com/ory/kratos go 1.13 replace github.com/santhosh-tekuri/jsonschema/v2 => github.com/ory/jsonschema/v2 v2.1.1-0.20191123130340-1c20114d2c04 require ( github.com/Masterminds/sprig/v3 v3.0.0 github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 // indirect github.com/bxcodec/faker v2.0.1+incompatible github.com/cenkalti/backoff v2.2.1+incompatible github.com/coreos/go-oidc v2.1.0+incompatible github.com/fsnotify/fsnotify v1.4.7 github.com/ghodss/yaml v1.0.0 github.com/go-errors/errors v1.0.1 github.com/go-openapi/analysis v0.19.7 // indirect github.com/go-openapi/errors v0.19.3 github.com/go-openapi/runtime v0.19.10 github.com/go-openapi/spec v0.19.5 // indirect github.com/go-openapi/strfmt v0.19.4 github.com/go-openapi/swag v0.19.7 github.com/go-openapi/validate v0.19.6 github.com/go-playground/locales v0.12.1 // indirect github.com/go-playground/universal-translator v0.16.0 // indirect github.com/go-swagger/go-swagger v0.21.1-0.20200107003254-1c98855b472d // indirect github.com/gobuffalo/httptest v1.0.2 github.com/gobuffalo/logger v1.0.3 github.com/gobuffalo/packr v1.22.0 github.com/gobuffalo/packr/v2 v2.7.1 github.com/gobuffalo/pop/v5 v5.0.7 github.com/gobuffalo/tags v2.1.7+incompatible // indirect github.com/gobuffalo/uuid v2.0.5+incompatible github.com/gofrs/uuid v3.2.0+incompatible github.com/golang/gddo v0.0.0-20190904175337-72a348e765d2 github.com/golang/mock v1.3.1 github.com/google/go-github/v27 v27.0.1 github.com/google/uuid v1.1.1 github.com/gorilla/context v1.1.1 github.com/gorilla/securecookie v1.1.1 github.com/gorilla/sessions v1.1.3 github.com/hashicorp/golang-lru v0.5.1 github.com/imdario/mergo v0.3.7 github.com/jteeuwen/go-bindata v3.0.7+incompatible github.com/julienschmidt/httprouter v1.2.0 github.com/justinas/nosurf v0.0.0-20190118163749-6453469bdcc9 github.com/kr/pretty v0.2.0 // indirect github.com/leodido/go-urn v1.1.0 // indirect github.com/markbates/pkger v0.12.8 github.com/mattn/goveralls v0.0.5 github.com/mitchellh/go-homedir v1.1.0 github.com/ory/dockertest v3.3.5+incompatible github.com/ory/go-acc v0.1.0 github.com/ory/gojsonschema v1.2.0 github.com/ory/graceful v0.1.1 github.com/ory/herodot v0.6.3 github.com/ory/sdk/swagutil v0.0.0-20200131083057-53fe3c2ddf8a github.com/ory/viper v1.5.6 github.com/ory/x v0.0.93 github.com/pelletier/go-toml v1.6.0 // indirect github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2 github.com/pkg/errors v0.9.1 github.com/rogpeppe/go-internal v1.5.0 // indirect github.com/santhosh-tekuri/jsonschema/v2 v2.1.0 github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e github.com/sirupsen/logrus v1.4.2 github.com/spf13/cast v1.3.1 // indirect github.com/spf13/cobra v0.0.5 github.com/spf13/pflag v1.0.5 // indirect github.com/spf13/viper v1.6.2 github.com/sqs/goreturns v0.0.0-20181028201513-538ac6014518 github.com/stretchr/testify v1.4.0 github.com/tidwall/gjson v1.3.5 github.com/tidwall/sjson v1.0.4 github.com/urfave/negroni v1.0.0 github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect go.mongodb.org/mongo-driver v1.2.1 // indirect golang.org/x/crypto v0.0.0-20200117160349-530e935923ad golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9 // indirect golang.org/x/tools v0.0.0-20200125223703-d33eef8e6825 google.golang.org/appengine v1.6.5 // indirect gopkg.in/go-playground/assert.v1 v1.2.1 // indirect gopkg.in/go-playground/validator.v9 v9.28.0 gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df gopkg.in/ini.v1 v1.51.1 // indirect gopkg.in/square/go-jose.v2 v2.4.1 // indirect gopkg.in/yaml.v2 v2.2.8 // indirect )