Byte-snake-engine/go.mod
2021-01-19 14:42:36 -08:00

11 lines
235 B
Modula-2

module github.com/BattlesnakeOfficial/rules
go 1.15
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
)