GraphQL API and utilities for the rpdata project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.8 KiB

  1. module git.aiterp.net/rpdata/api
  2. go 1.12
  3. require (
  4. github.com/99designs/gqlgen v0.9.0
  5. github.com/agnivade/levenshtein v1.0.1
  6. github.com/beorn7/perks v1.0.0 // indirect
  7. github.com/davecgh/go-spew v1.1.1
  8. github.com/dgrijalva/jwt-go v3.2.0+incompatible
  9. github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4
  10. github.com/globalsign/mgo v0.0.0-20180403085842-f76e4f9da92e
  11. github.com/go-ini/ini v1.35.0
  12. github.com/go-sql-driver/mysql v1.4.0
  13. github.com/golang/protobuf v1.3.1 // indirect
  14. github.com/google/go-cmp v0.3.0 // indirect
  15. github.com/gorilla/websocket v1.4.0
  16. github.com/graph-gophers/dataloader v0.0.0-20180104184831-78139374585c
  17. github.com/hashicorp/golang-lru v0.5.0
  18. github.com/jmoiron/sqlx v0.0.0-20180614180643-0dae4fefe7c0
  19. github.com/minio/minio-go v0.0.0-20180409193742-3d2d02921f05
  20. github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747
  21. github.com/opentracing/opentracing-go v1.0.2
  22. github.com/pkg/errors v0.8.1
  23. github.com/pmezard/go-difflib v1.0.0
  24. github.com/prometheus/client_golang v0.9.1
  25. github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect
  26. github.com/prometheus/common v0.4.0 // indirect
  27. github.com/prometheus/procfs v0.0.0-20190517135640-51af30a78b0e // indirect
  28. github.com/sirupsen/logrus v1.2.0
  29. github.com/stretchr/testify v1.3.0
  30. github.com/tidwall/pretty v1.0.0 // indirect
  31. github.com/urfave/cli v1.20.0
  32. github.com/vektah/gqlparser v1.1.2
  33. go.mongodb.org/mongo-driver v1.0.3
  34. golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
  35. golang.org/x/net v0.0.0-20190514140710-3ec191127204
  36. golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
  37. golang.org/x/text v0.3.0
  38. golang.org/x/tools v0.0.0-20190515012406-7d7faa4812bd
  39. google.golang.org/appengine v1.1.0
  40. gopkg.in/yaml.v2 v2.2.2
  41. )
  42. replace golang.org/x/net => golang.org/x/net v0.0.0-20180416171110-a35a21de978d