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.

25 lines
875 B

  1. module git.aiterp.net/rpdata/api
  2. go 1.12
  3. require (
  4. github.com/99designs/gqlgen v0.9.0
  5. github.com/dgrijalva/jwt-go v3.2.0+incompatible
  6. github.com/globalsign/mgo v0.0.0-20180403085842-f76e4f9da92e
  7. github.com/go-ini/ini v1.35.0 // indirect
  8. github.com/h2non/filetype v1.0.8
  9. github.com/kyleconroy/sqlc v1.7.0
  10. github.com/lib/pq v1.10.0
  11. github.com/minio/minio-go v0.0.0-20180409193742-3d2d02921f05
  12. github.com/prometheus/client_golang v0.9.3
  13. github.com/prometheus/procfs v0.0.0-20190517135640-51af30a78b0e // indirect
  14. github.com/stretchr/testify v1.5.1
  15. github.com/tidwall/pretty v1.0.0 // indirect
  16. github.com/vektah/dataloaden v0.3.0
  17. github.com/vektah/gqlparser v1.1.2
  18. go.mongodb.org/mongo-driver v1.0.3
  19. golang.org/x/sync v0.0.0-20190423024810-112230192c58
  20. gopkg.in/yaml.v2 v2.4.0
  21. )
  22. replace golang.org/x/net => golang.org/x/net v0.0.0-20180416171110-a35a21de978d