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-05-27 23:18:50 +02:00
|
|
|
github.com/BurntSushi/toml v0.3.1
|
2020-07-05 01:02:57 +02:00
|
|
|
github.com/RichardKnop/machinery v1.8.6
|
2020-06-23 22:20:53 +02:00
|
|
|
github.com/boyter/scc v2.12.0+incompatible // indirect
|
|
|
|
github.com/dbaggerman/cuba v0.3.2 // indirect
|
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-16 01:20:08 +02:00
|
|
|
github.com/gochrono/chrono v1.1.0
|
2020-07-05 01:02:57 +02:00
|
|
|
github.com/golang-migrate/migrate/v4 v4.11.0
|
2020-04-10 04:40:22 +02:00
|
|
|
github.com/google/martian v2.1.0+incompatible
|
|
|
|
github.com/google/uuid v1.1.1
|
|
|
|
github.com/jmoiron/sqlx v1.2.0
|
2020-06-23 22:20:53 +02:00
|
|
|
github.com/jordan-wright/email v0.0.0-20200602115436-fd8a7622303e
|
2020-07-16 01:20:08 +02:00
|
|
|
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
|
2020-07-05 01:02:57 +02:00
|
|
|
github.com/lib/pq v1.3.0
|
|
|
|
github.com/magefile/mage v1.9.0
|
2020-06-23 22:20:53 +02:00
|
|
|
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
|
|
|
|
github.com/monochromegane/go-gitignore v0.0.0-20200525100937-58356a36e03f // indirect
|
2020-05-27 23:18:50 +02:00
|
|
|
github.com/pelletier/go-toml v1.8.0
|
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
|
|
|
|
github.com/spf13/jwalterweatherman 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-07-05 01:02:57 +02:00
|
|
|
github.com/streadway/amqp v1.0.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-06-23 22:20:53 +02:00
|
|
|
golang.org/x/text v0.3.3 // indirect
|
2020-04-10 04:40:22 +02:00
|
|
|
)
|