2020-04-10 04:40:22 +02:00
|
|
|
module github.com/jordanknott/project-citadel/api
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2020-04-11 04:22:22 +02:00
|
|
|
github.com/99designs/gqlgen v0.11.3
|
2020-04-10 04:40:22 +02:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
|
|
github.com/go-chi/chi v3.3.2+incompatible
|
|
|
|
github.com/go-chi/cors v1.0.0
|
|
|
|
github.com/google/martian v2.1.0+incompatible
|
|
|
|
github.com/google/uuid v1.1.1
|
|
|
|
github.com/jmoiron/sqlx v1.2.0
|
|
|
|
github.com/lib/pq v1.0.0
|
|
|
|
github.com/pkg/errors v0.8.1
|
|
|
|
github.com/sirupsen/logrus v1.4.2
|
2020-04-11 04:22:22 +02:00
|
|
|
github.com/urfave/cli v1.20.0 // indirect
|
2020-04-10 04:40:22 +02:00
|
|
|
github.com/vektah/gqlparser/v2 v2.0.1
|
|
|
|
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
|
|
|
|
)
|