2020-08-07 03:50:35 +02:00
|
|
|
module github.com/jordanknott/taskcafe
|
2020-04-10 04:40:22 +02:00
|
|
|
|
|
|
|
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
|
2020-07-05 01:02:57 +02:00
|
|
|
github.com/golang-migrate/migrate/v4 v4.11.0
|
2020-08-21 01:11:24 +02:00
|
|
|
github.com/golang/protobuf v1.3.4 // indirect
|
2020-04-10 04:40:22 +02:00
|
|
|
github.com/google/uuid v1.1.1
|
|
|
|
github.com/jmoiron/sqlx v1.2.0
|
2020-07-05 01:02:57 +02:00
|
|
|
github.com/lib/pq v1.3.0
|
|
|
|
github.com/magefile/mage v1.9.0
|
2020-08-21 01:11:24 +02:00
|
|
|
github.com/pelletier/go-toml v1.8.0 // indirect
|
2020-07-05 01:02:57 +02:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-07-16 01:20:08 +02:00
|
|
|
github.com/shurcooL/vfsgen v0.0.0-20180121065927-ffb13db8def0
|
2020-04-10 04:40:22 +02:00
|
|
|
github.com/sirupsen/logrus v1.4.2
|
2020-07-16 01:20:08 +02:00
|
|
|
github.com/spf13/cobra v1.0.0
|
2020-06-23 22:20:53 +02:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2020-07-16 01:20:08 +02:00
|
|
|
github.com/spf13/viper v1.4.0
|
2020-04-10 04:40:22 +02:00
|
|
|
github.com/vektah/gqlparser/v2 v2.0.1
|
2020-07-05 01:02:57 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073
|
2020-08-21 01:11:24 +02:00
|
|
|
golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect
|
2020-06-23 22:20:53 +02:00
|
|
|
golang.org/x/text v0.3.3 // indirect
|
2020-08-21 01:11:24 +02:00
|
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
|
|
|
|
golang.org/x/tools v0.0.0-20200303165918-5bcca83a7881 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20200303153909-beee998c1893 // indirect
|
2020-04-10 04:40:22 +02:00
|
|
|
)
|