module github.com/tbaehler/gin-keycloak require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/gin-contrib/sse v0.1.0 // indirect github.com/gin-gonic/gin v1.4.0 github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b github.com/kr/pretty v0.1.0 // indirect github.com/mattn/go-isatty v0.0.8 // indirect github.com/patrickmn/go-cache v2.1.0+incompatible github.com/stretchr/testify v1.3.0 github.com/ugorji/go v1.1.5-pre // indirect golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8 // indirect golang.org/x/net v0.0.0-20190613194153-d28f0bde5980 // indirect golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 golang.org/x/sys v0.0.0-20190613124609-5ed2794edfdc // indirect google.golang.org/appengine v1.6.1 // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect gopkg.in/square/go-jose.v2 v2.3.1 ) go 1.13