Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
7 changes: 4 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ module github.com/terraform-providers/terraform-provider-github
go 1.16

require (
cloud.google.com/go/iam v0.10.0 // indirect
github.com/client9/misspell v0.3.4
github.com/golangci/golangci-lint v1.25.1
github.com/golangci/golangci-lint v1.50.1
github.com/google/go-github/v36 v36.0.0
github.com/hashicorp/go-getter v1.4.2-0.20200106182914-9813cbd4eb02 // indirect
github.com/hashicorp/hcl/v2 v2.3.0 // indirect
github.com/hashicorp/terraform-config-inspect v0.0.0-20191212124732-c6ae6269b9d7 // indirect
github.com/hashicorp/terraform-plugin-sdk v1.7.0
github.com/shurcooL/githubv4 v0.0.0-20201206200315-234843c633fa
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/crypto v0.1.0
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783
gopkg.in/square/go-jose.v2 v2.5.1
)
1,910 changes: 1,707 additions & 203 deletions go.sum

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions vendor/4d63.com/gochecknoglobals/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

187 changes: 187 additions & 0 deletions vendor/4d63.com/gochecknoglobals/checknoglobals/check_no_globals.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading