25 lines
995 B
Modula-2
25 lines
995 B
Modula-2
module github.com/caos/oidc
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/caos/utils v0.0.0-20191104132131-b318678afbef
|
|
github.com/caos/utils/logging v0.0.0-20191104132131-b318678afbef
|
|
github.com/caos/utils/pairs v0.0.0-20191104132131-b318678afbef // indirect
|
|
github.com/golang/mock v1.3.1
|
|
github.com/google/uuid v1.1.1
|
|
github.com/gorilla/mux v1.7.3
|
|
github.com/gorilla/schema v1.1.0
|
|
github.com/gorilla/securecookie v1.1.1
|
|
github.com/grpc-ecosystem/grpc-gateway v1.12.1 // indirect
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/crypto v0.0.0-20191128160524-b544559bb6d1 // indirect
|
|
golang.org/x/net v0.0.0-20191126235420-ef20fe5d7933 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20191122200657-5d9234df094c
|
|
golang.org/x/sys v0.0.0-20191128015809-6d18c012aee9 // indirect
|
|
golang.org/x/text v0.3.2
|
|
google.golang.org/appengine v1.6.5 // indirect
|
|
google.golang.org/genproto v0.0.0-20191115221424-83cc0476cb11 // indirect
|
|
google.golang.org/grpc v1.25.1 // indirect
|
|
gopkg.in/square/go-jose.v2 v2.4.0
|
|
)
|