File: go.mod

package info (click to toggle)
golang-github-hashicorp-terraform-plugin-test 1.3.0%2Bgit20200503.328f99a-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 140 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 155 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/hashicorp/terraform-plugin-test

go 1.12

require (
	github.com/hashicorp/go-getter v1.4.0
	github.com/hashicorp/terraform-json v0.4.0
)