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.
 
 
 

12 lines
267 B

module gogame
go 1.12
require (
github.com/fatih/color v1.7.0
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/spf13/viper v1.4.0
github.com/stretchr/testify v1.3.0
github.com/urfave/cli v1.20.0
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce
)