19 lines
620 B
Modula-2
19 lines
620 B
Modula-2
module github.com/jchenry/jchenry
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/codegangsta/negroni v1.0.0
|
|
github.com/coreos/go-oidc v2.1.0+incompatible
|
|
github.com/gorilla/sessions v1.2.0
|
|
github.com/julienschmidt/httprouter v1.2.0
|
|
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
|
|
github.com/stretchr/testify v1.4.0 // indirect
|
|
github.com/stripe/stripe-go v63.4.0+incompatible
|
|
golang.org/x/crypto v0.0.0-20190927123631-a832865fa7ad // indirect
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
|
gopkg.in/auth0.v1 v1.2.7
|
|
gopkg.in/square/go-jose.v2 v2.3.1 // indirect
|
|
rsc.io/dbstore v0.1.1
|
|
)
|