Skip to content

Commit

Permalink
Merge pull request #662 from threefoldtech/dependabot/go_modules/gith…
Browse files Browse the repository at this point in the history
…ub.com/hashicorp/terraform-plugin-docs-0.15.0

Bump github.com/hashicorp/terraform-plugin-docs from 0.14.1 to 0.15.0
  • Loading branch information
xmonader authored Jun 12, 2023
2 parents 6a4de4b + 0d17394 commit 9046aa8
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 62 deletions.
12 changes: 8 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/google/uuid v1.3.0
github.com/gruntwork-io/terratest v0.43.0
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/terraform-plugin-docs v0.14.1
github.com/hashicorp/terraform-plugin-docs v0.15.0
github.com/hashicorp/terraform-plugin-sdk/v2 v2.26.1
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.4
Expand All @@ -19,7 +19,11 @@ require (
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20210803171230-4253848d036c
)

require github.com/holiman/uint256 v1.2.2-0.20230321075855-87b91420868c // indirect
require (
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
github.com/cloudflare/circl v1.3.3 // indirect
github.com/holiman/uint256 v1.2.2-0.20230321075855-87b91420868c // indirect
)

require (
cloud.google.com/go v0.105.0 // indirect
Expand Down Expand Up @@ -70,7 +74,7 @@ require (
github.com/hashicorp/go-safetemp v1.0.0 // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/hashicorp/hc-install v0.5.0 // indirect
github.com/hashicorp/hc-install v0.5.2 // indirect
github.com/hashicorp/hcl/v2 v2.16.2 // indirect
github.com/hashicorp/logutils v1.0.0 // indirect
github.com/hashicorp/terraform-exec v0.18.1 // indirect
Expand Down Expand Up @@ -117,7 +121,7 @@ require (
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
github.com/vmihailenco/tagparser v0.1.1 // indirect
github.com/zclconf/go-cty v1.13.1 // indirect
github.com/zclconf/go-cty v1.13.2 // indirect
go.opencensus.io v0.24.0 // indirect
golang.org/x/exp v0.0.0-20230206171751-46f607a40771 // indirect
golang.org/x/mod v0.10.0 // indirect
Expand Down
Loading

0 comments on commit 9046aa8

Please sign in to comment.