Byte-snake-engine/go.mod

12 lines
235 B
Modula-2
Raw Normal View History

2020-01-01 17:46:01 -08:00
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
)