Codebase list golang-github-git-lfs-gitobj / 44a8059b-4b66-4d8d-9153-1bd2a629e4ec/main go.mod
44a8059b-4b66-4d8d-9153-1bd2a629e4ec/main

Tree @44a8059b-4b66-4d8d-9153-1bd2a629e4ec/main (Download .tar.gz)

go.mod @44a8059b-4b66-4d8d-9153-1bd2a629e4ec/mainraw · history · blame

1
2
3
4
5
6
7
8
9
module github.com/git-lfs/gitobj/v2

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	github.com/stretchr/testify v1.2.2
)

go 1.11