try single go mod
This commit is contained in:
parent
27c8ca977a
commit
616b42e525
13 changed files with 34 additions and 531 deletions
25
go.mod
Normal file
25
go.mod
Normal file
|
@ -0,0 +1,25 @@
|
|||
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
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue