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/hashicorp/jsonapi v0.0.0-20210420151930-edf82c9774bf github.com/stretchr/testify v1.3.0 golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 ) go 1.14