Skip to content

Commit

Permalink
Merge pull request #3340 from hashicorp/b/v1-differ
Browse files Browse the repository at this point in the history
`tools/extract-tf-resource-ids`: support for large changesets
  • Loading branch information
tombuildsstuff authored Nov 15, 2023
2 parents 3a2b2f4 + 656326d commit 312d520
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 377 deletions.
14 changes: 6 additions & 8 deletions tools/extract-tf-resource-ids/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@ module github.com/hashicorp/pandora/tools/extract-tf-resource-ids
go 1.21

require (
github.com/go-test/deep v1.0.8
github.com/google/go-github v17.0.0+incompatible
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
github.com/go-test/deep v1.1.0
github.com/google/go-github/v56 v56.0.0
golang.org/x/oauth2 v0.14.0
)

require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-querystring v1.1.0 // indirect
golang.org/x/net v0.17.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)
Loading

0 comments on commit 312d520

Please sign in to comment.