|
module github.com/arnaucube/gogame
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/fatih/color v1.7.0
|
|
github.com/gin-contrib/cors v1.3.0
|
|
github.com/gin-gonic/gin v1.4.0
|
|
github.com/mattn/go-colorable v0.1.2 // indirect
|
|
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
|
|
github.com/mgutz/logxi v0.0.0-20161027140823-aebf8a7d67ab // indirect
|
|
github.com/spf13/viper v1.4.0
|
|
github.com/stretchr/testify v1.3.0
|
|
github.com/urfave/cli v1.20.0
|
|
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
|
|
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce
|
|
)
|
|
|
|
replace githoub.com/arnaucube/gogame => ./
|