module github.com/multiplay/go-ts3

go 1.13

require (
	github.com/mitchellh/mapstructure v1.5.0
	github.com/stretchr/testify v1.8.1
	golang.org/x/crypto v0.3.0
)
