Newer
Older
pokemon-go-trade / vendor / github.com / stretchr / testify / go.mod
Simon Lindgren on 12 Feb 2021 188 bytes first commit
module github.com/stretchr/testify

require (
	github.com/davecgh/go-spew v1.1.0
	github.com/pmezard/go-difflib v1.0.0
	github.com/stretchr/objx v0.1.0
	gopkg.in/yaml.v2 v2.2.2
)

go 1.13