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
494 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.7.0
  9. github.com/spf13/viper v1.4.0
  10. github.com/stretchr/testify v1.4.0
  11. github.com/urfave/cli v1.20.0
  12. golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
  13. gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce
  14. )
  15. replace github.com/arnaucube/gogame => ./