File: go.mod

package info (click to toggle)
golang-github-hashicorp-go-tfe 0.11.1%2Bgit20201207.19dc0b8-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 748 kB
  • sloc: makefile: 6
file content (15 lines) | stat: -rw-r--r-- 465 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module github.com/hashicorp/go-tfe

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/google/go-querystring v1.0.0
	github.com/hashicorp/go-cleanhttp v0.5.0
	github.com/hashicorp/go-retryablehttp v0.5.2
	github.com/hashicorp/go-slug v0.4.1
	github.com/hashicorp/go-uuid v1.0.1
	github.com/stretchr/testify v1.3.0
	github.com/svanharmelen/jsonapi v0.0.0-20180618144545-0c0828c3f16d
	golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
)

go 1.14