23 lines
880 B
AMPL
23 lines
880 B
AMPL
module github.com/jchenry/jchenry/cmd/web-tinkertoy
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/codegangsta/negroni v1.0.0 // indirect
|
|
github.com/coreos/go-oidc v2.1.0+incompatible // indirect
|
|
github.com/gorilla/sessions v1.2.0 // indirect
|
|
github.com/jchenry/jchenry v0.0.0-00010101000000-000000000000
|
|
github.com/julienschmidt/httprouter v1.2.0 // indirect
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
|
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 // indirect
|
|
golang.org/x/crypto v0.0.0-20190927123631-a832865fa7ad // indirect
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect
|
|
gopkg.in/auth0.v1 v1.2.7 // indirect
|
|
gopkg.in/square/go-jose.v2 v2.3.1 // indirect
|
|
rsc.io/dbstore v0.1.1
|
|
)
|
|
|
|
replace github.com/jchenry/jchenry => ../../
|