module github.com/linkedin/goavro/v2

go 1.12

require (
	github.com/golang/snappy v0.0.1
	github.com/stretchr/testify v1.7.5
)
