mirror of
https://github.com/terraform-docs/terraform-docs.git
synced 2026-03-27 12:58:35 +07:00
10 lines
214 B
Modula-2
10 lines
214 B
Modula-2
module github.com/segmentio/terraform-docs
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/hashicorp/terraform-config-inspect v0.0.0-20191212124732-c6ae6269b9d7
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/stretchr/testify v1.4.0
|
|
)
|