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

  1. module gogame
  2. go 1.12
  3. require (
  4. github.com/fatih/color v1.7.0
  5. github.com/mattn/go-colorable v0.1.2 // indirect
  6. github.com/spf13/viper v1.4.0
  7. github.com/stretchr/testify v1.3.0
  8. github.com/urfave/cli v1.20.0
  9. gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce
  10. )