aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/hashicorp/hil/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/hashicorp/hil/go.mod')
-rw-r--r--vendor/github.com/hashicorp/hil/go.mod6
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/github.com/hashicorp/hil/go.mod b/vendor/github.com/hashicorp/hil/go.mod
new file mode 100644
index 0000000..45719a6
--- /dev/null
+++ b/vendor/github.com/hashicorp/hil/go.mod
@@ -0,0 +1,6 @@
1module github.com/hashicorp/hil
2
3require (
4 github.com/mitchellh/mapstructure v1.1.2
5 github.com/mitchellh/reflectwalk v1.0.0
6)