summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/hashicorp/go-hclog/go.mod
blob: 0d079a65444c7be27a7c41342ea133b2645d8c33 (plain)
1
2
3
4
5
6
7
module github.com/hashicorp/go-hclog

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
)