Skip to content

Commit

Permalink
Run go mod tidy to remove go-github v28 indirect dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebiesinger-onduo committed Feb 5, 2020
1 parent 93b6d0e commit d34232f
Show file tree
Hide file tree
Showing 2 changed files with 120 additions and 253 deletions.
10 changes: 4 additions & 6 deletions go.mod
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
Loading

0 comments on commit d34232f

Please sign in to comment.