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

// go-git supports the last 3 stable Go versions.
go 1.24.0

toolchain go1.24.11

require (
	github.com/go-git/go-billy/v6 v6.0.0-20260114122816-19306b749ecc
	github.com/stretchr/testify v1.11.1
)

require (
	github.com/cyphar/filepath-securejoin v0.6.1 // indirect
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	golang.org/x/sys v0.40.0 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)
