File: go.mod

package info (click to toggle)
golang-github-hashicorp-terraform-svchost 0.0~git20200729.f050f53-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 228 kB
  • sloc: makefile: 5; sh: 4
file content (12 lines) | stat: -rw-r--r-- 326 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
module github.com/hashicorp/terraform-svchost

go 1.12

require (
	github.com/google/go-cmp v0.3.1
	github.com/hashicorp/go-cleanhttp v0.5.1
	github.com/hashicorp/go-version v1.2.0
	github.com/zclconf/go-cty v1.1.0
	golang.org/x/net v0.0.0-20191009170851-d66e71096ffb
	golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
)