-
Notifications
You must be signed in to change notification settings - Fork 764
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run
go mod tidy
to remove go-github
v28
indirect dependency.
- Loading branch information
1 parent
93b6d0e
commit d34232f
Showing
2 changed files
with
120 additions
and
253 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 |
---|---|---|
@@ -1,13 +1,11 @@ | ||
module github.com/terraform-providers/terraform-provider-github | ||
|
||
go 1.13 | ||
|
||
require ( | ||
github.com/google/go-github/v28 v28.1.1 // indirect | ||
github.com/google/go-github/v29 v29.0.2 | ||
github.com/hashicorp/terraform v0.12.7 | ||
github.com/hashicorp/terraform v0.12.20 | ||
github.com/kylelemons/godebug v1.1.0 | ||
github.com/terraform-providers/terraform-provider-tls v1.2.0 | ||
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 | ||
golang.org/x/tools v0.0.0-20200127190540-f3a16861ae2e // indirect | ||
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d | ||
) | ||
|
||
go 1.13 |
Oops, something went wrong.