-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Scott Winkler
authored and
Scott Winkler
committed
Dec 28, 2020
1 parent
287a2cf
commit 5845816
Showing
2 changed files
with
77 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,29 @@ module github.com/terraform-in-action/terraform-provider-petstore | |
go 1.14 | ||
|
||
require ( | ||
github.com/agext/levenshtein v1.2.3 // indirect | ||
github.com/davecgh/go-spew v1.1.1 | ||
github.com/fatih/color v1.10.0 // indirect | ||
github.com/golang/protobuf v1.4.3 // indirect | ||
github.com/google/go-cmp v0.5.4 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-multierror v1.1.0 // indirect | ||
github.com/hashicorp/go-uuid v1.0.2 // indirect | ||
github.com/hashicorp/hcl/v2 v2.8.1 // indirect | ||
github.com/hashicorp/terraform-plugin-go v0.2.0 // indirect | ||
github.com/hashicorp/terraform-plugin-sdk/v2 v2.4.0 | ||
github.com/hashicorp/yamux v0.0.0-20200609203250-aecfd211c9ce // indirect | ||
github.com/mitchellh/go-testing-interface v1.14.1 // indirect | ||
github.com/mitchellh/go-wordwrap v1.0.1 // indirect | ||
github.com/mitchellh/mapstructure v1.4.0 // indirect | ||
github.com/oklog/run v1.1.0 // indirect | ||
github.com/scottwinkler/go-petstore v0.1.2 | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
scottwinkler
Contributor
|
||
github.com/terraform-in-action/go-petstore v0.1.1 | ||
github.com/zclconf/go-cty v1.7.1 // indirect | ||
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect | ||
golang.org/x/sys v0.0.0-20201223074533-0d417f636930 // indirect | ||
golang.org/x/text v0.3.4 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d // indirect | ||
google.golang.org/grpc v1.34.0 // indirect | ||
) |
Oops, something went wrong.
Is this still needed ? Because I am getting the below in "go mod tidy: :
go: github.com/terraform-in-action/[email protected] requires
github.com/scottwinkler/[email protected]: reading github.com/scottwinkler/go-petstore/go.mod at revision v0.1.2: git ls-remote -q origin in /home/apolychrono/go/pkg/mod/cache/vcs/8f6a59bb7c5bd7474c96d1474841586dc24fb961b88da85bcd94b1e23d2cbf27: exit status 128:
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Confirm the import path was entered correctly.
If this is a private repository, see https://golang.org/doc/faq#git_https for additional information.