try different packags structures

This commit is contained in:
Livio Amstutz 2019-11-19 13:10:40 +01:00
parent f6ba7ab75e
commit f19df22e8e
36 changed files with 1821 additions and 23 deletions

12
go.mod
View file

@ -1,12 +0,0 @@
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
)