Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
minamijoyo committed Apr 19, 2022
1 parent 3df62e9 commit 4d41048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4d41048

Please sign in to comment.