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 )