From 4d41048e788d6e62047328d04eaf7df6a58f8e5e Mon Sep 17 00:00:00 2001 From: Masayuki Morita Date: Tue, 19 Apr 2022 23:55:07 +0900 Subject: [PATCH] go mod tidy --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7e3b3f7..66ffaa9 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,6 @@ require ( github.com/hashicorp/logutils v1.0.0 github.com/hashicorp/terraform-json v0.13.0 github.com/minamijoyo/hcledit v0.2.4-0.20220223085546-e31138854650 - github.com/mitchellh/mapstructure v1.4.3 github.com/spf13/cobra v1.3.0 github.com/spf13/viper v1.10.1 github.com/zclconf/go-cty v1.9.1 @@ -24,6 +23,7 @@ require ( github.com/inconshreveable/mousetrap v1.0.0 // indirect github.com/magiconair/properties v1.8.5 // indirect github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect + github.com/mitchellh/mapstructure v1.4.3 // indirect github.com/pelletier/go-toml v1.9.4 // indirect github.com/spf13/afero v1.6.0 // indirect github.com/spf13/cast v1.4.1 // indirect