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

16
pkg/op/go.mod Normal file
View file

@ -0,0 +1,16 @@
module github.com/caos/oidc/pkg/server
go 1.13
replace github.com/caos/oidc => /Users/livio/workspaces/go/src/github.com/caos/oidc
require (
github.com/caos/oidc v0.0.0-20191119072320-6412f213450c
github.com/caos/utils/logging v0.0.0-20191104132131-b318678afbef
github.com/caos/utils/pairs v0.0.0-20191104132131-b318678afbef // indirect
github.com/gorilla/mux v1.7.3
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
)