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

14
pkg/utils/go.mod Normal file
View file

@ -0,0 +1,14 @@
module github.com/caos/oidc/pkg/utils
go 1.13
require (
github.com/caos/utils/logging v0.0.0-20191104132131-b318678afbef
github.com/caos/utils/pairs v0.0.0-20191104132131-b318678afbef // indirect
github.com/gorilla/schema v1.1.0
github.com/gorilla/securecookie v1.1.1
github.com/grpc-ecosystem/grpc-gateway v1.12.1 // indirect
golang.org/x/sys v0.0.0-20191119060738-e882bf8e40c2 // indirect
google.golang.org/genproto v0.0.0-20191115221424-83cc0476cb11 // indirect
google.golang.org/grpc v1.25.1 // indirect
)