2020-01-01 17:46:01 -08:00
|
|
|
module github.com/BattlesnakeOfficial/rules
|
|
|
|
|
|
2021-01-19 14:42:36 -08:00
|
|
|
go 1.15
|
2020-01-01 17:46:01 -08:00
|
|
|
|
2020-12-10 17:35:52 -05:00
|
|
|
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
|
|
|
|
|
)
|