aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/hashicorp/hil/go.mod
blob: 45719a69b7d43c44d2537079a426229e9a4718dd (plain) (blame)
1
2
3
4
5
6
module github.com/hashicorp/hil

require (
	github.com/mitchellh/mapstructure v1.1.2
	github.com/mitchellh/reflectwalk v1.0.0
)