Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Winkler authored and Scott Winkler committed Dec 28, 2020
1 parent 287a2cf commit 5845816
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 0 deletions.
21 changes: 21 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Copy link
@anpolychrono

anpolychrono Mar 19, 2022

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.

This comment has been minimized.

Copy link
@scottwinkler

scottwinkler Mar 22, 2022

Contributor

hello sir. yes you have found another bug. the repo was moved and i didnt update the dependencies correctly. This pr fixes the issues: #2. Thank you so much for your feedback.

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
)
Loading

0 comments on commit 5845816

Please sign in to comment.