summaryrefslogtreecommitdiff
path: root/go.mod
blob: 5a701eddec2ae6bcbb2809709b9f1c60ceadf4b4 (plain)
1
2
3
4
5
6
7
8
module git.lukeshu.com/go/libfastimport

go 1.15

require (
	github.com/pkg/errors v0.9.1
	github.com/stretchr/testify v1.7.0 // indirect
)