stufflog graphql server
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.

18 lines
548 B

  1. module git.aiterp.net/stufflog/server
  2. go 1.14
  3. require (
  4. github.com/99designs/gqlgen v0.11.3
  5. github.com/Masterminds/squirrel v1.2.0
  6. github.com/gin-gonic/gin v1.6.2
  7. github.com/go-sql-driver/mysql v1.5.0
  8. github.com/jmoiron/sqlx v1.2.0
  9. github.com/pkg/errors v0.9.1
  10. github.com/pressly/goose v2.6.0+incompatible
  11. github.com/stretchr/testify v1.5.1
  12. github.com/urfave/cli/v2 v2.2.0
  13. github.com/vektah/dataloaden v0.2.1-0.20190515034641-a19b9a6e7c9e
  14. github.com/vektah/gqlparser/v2 v2.0.1
  15. golang.org/x/crypto v0.0.0-20200403201458-baeed622b8d8
  16. )