Byte-snake-engine/go.mod
Len Payne 6c1e0d9547
Command Line Interface to Run Games Locally (#25)
* Initial Attempts at Cobra Command
* Update to the README
* Fixes for Linter

Thanks @LenPayne for all your hard work getting this started!
2020-12-10 14:35:52 -08:00

11 lines
235 B
Modula-2

module github.com/BattlesnakeOfficial/rules
go 1.13
require (
github.com/google/uuid v1.1.2
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.4.0
)