File: go.mod

package info (click to toggle)
golang-github-hashicorp-terraform-json 0.5.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,572 kB
  • sloc: makefile: 31
file content (8 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
module github.com/hashicorp/terraform-json

go 1.13

require (
	github.com/davecgh/go-spew v1.1.1
	github.com/zclconf/go-cty v1.2.1
)