12 lines
300 B
Modula-2
12 lines
300 B
Modula-2
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
|
|
)
|