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.

20 lines
635 B

  1. module github.com/arnaucube/gogame
  2. go 1.12
  3. require (
  4. github.com/appleboy/gin-jwt/v2 v2.6.2
  5. github.com/dgrijalva/jwt-go v3.2.0+incompatible
  6. github.com/fatih/color v1.7.0
  7. github.com/gin-contrib/cors v1.3.0
  8. github.com/gin-gonic/gin v1.4.0
  9. github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
  10. github.com/mgutz/logxi v0.0.0-20161027140823-aebf8a7d67ab // indirect
  11. github.com/spf13/viper v1.4.0
  12. github.com/stretchr/testify v1.3.0
  13. github.com/urfave/cli v1.20.0
  14. golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
  15. gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce
  16. )
  17. replace github.com/arnaucube/gogame => ./