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.

38 lines
1.6 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/beorn7/perks v1.0.0 // indirect
  6. github.com/dgrijalva/jwt-go v3.2.0+incompatible
  7. github.com/globalsign/mgo v0.0.0-20180403085842-f76e4f9da92e
  8. github.com/go-ini/ini v1.35.0 // indirect
  9. github.com/golang/protobuf v1.3.1 // indirect
  10. github.com/golang/snappy v0.0.2 // indirect
  11. github.com/google/go-cmp v0.3.0 // indirect
  12. github.com/gorilla/websocket v1.4.0 // indirect
  13. github.com/h2non/filetype v1.0.8
  14. github.com/minio/minio-go v0.0.0-20180409193742-3d2d02921f05
  15. github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747 // indirect
  16. github.com/prometheus/client_golang v0.9.1
  17. github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect
  18. github.com/prometheus/common v0.4.0 // indirect
  19. github.com/prometheus/procfs v0.0.0-20190517135640-51af30a78b0e // indirect
  20. github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
  21. github.com/stretchr/testify v1.3.0
  22. github.com/tidwall/pretty v1.0.0 // indirect
  23. github.com/vektah/dataloaden v0.3.0
  24. github.com/vektah/gqlparser v1.1.2
  25. github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
  26. github.com/xdg/stringprep v1.0.0 // indirect
  27. go.mongodb.org/mongo-driver v1.0.3
  28. golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 // indirect
  29. golang.org/x/net v0.0.0-20190514140710-3ec191127204 // indirect
  30. golang.org/x/sync v0.0.0-20190423024810-112230192c58
  31. golang.org/x/text v0.3.0 // indirect
  32. gopkg.in/ini.v1 v1.42.0 // indirect
  33. gopkg.in/yaml.v2 v2.2.2
  34. )
  35. replace golang.org/x/net => golang.org/x/net v0.0.0-20180416171110-a35a21de978d