baisc structure and server begin server impl

This commit is contained in:
Livio Amstutz 2019-11-18 15:37:48 +01:00
parent 26bd873f4e
commit f6ba7ab75e
17 changed files with 575 additions and 0 deletions

12
go.mod Normal file
View file

@ -0,0 +1,12 @@
module github.com/caos/oidc
go 1.13
require (
github.com/caos/utils/logging v0.0.0-20191104132131-b318678afbef
github.com/gorilla/mux v1.7.3
github.com/stretchr/testify v1.4.0
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/text v0.3.2
gopkg.in/square/go-jose.v2 v2.4.0
)