-
- Downloads
Add separate module for the api package
api/go.mod
0 → 100644
api/go.sum
0 → 100644
... | ... | @@ -9,6 +9,7 @@ require ( |
github.com/coreos/go-semver v0.3.0 // indirect | ||
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect | ||
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect | ||
github.com/dexidp/dex/api v0.0.0-00010101000000-000000000000 | ||
github.com/felixge/httpsnoop v1.0.1 | ||
github.com/ghodss/yaml v1.0.0 | ||
github.com/go-sql-driver/mysql v1.5.0 | ||
... | ... | @@ -48,3 +49,5 @@ require ( |
gopkg.in/square/go-jose.v2 v2.4.1 | ||
sigs.k8s.io/testing_frameworks v0.1.2 | ||
) | ||
replace github.com/dexidp/dex/api => ./api |
Please register or sign in to comment