module github.com/go-git/go-git-fixtures/v4

go 1.14

require (
	github.com/go-git/go-billy/v5 v5.2.0
	github.com/stretchr/testify v1.7.0 // indirect
	gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
)
