Skip to content

Commit

Permalink
fix: sync deps with local ones
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahanmmi committed Nov 16, 2024
1 parent 187cf12 commit e1b7f4a
Show file tree
Hide file tree
Showing 53 changed files with 259 additions and 261 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ require (
github.com/opengovern/og-util v1.0.6-0.20241105222646-0d15ca2bc5c5
github.com/shurcooL/githubv4 v0.0.0-20240727222349-48295856cce7
github.com/spf13/cobra v1.7.0
github.com/turbot/steampipe-plugin-github v1.0.0
github.com/turbot/steampipe-plugin-sdk/v5 v5.10.4
go.uber.org/zap v1.26.0
golang.org/x/net v0.27.0
Expand Down Expand Up @@ -93,6 +92,7 @@ require (
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-test/deep v1.0.8 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/golang/glog v1.2.1 // indirect
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -813,8 +813,6 @@ github.com/tkrajina/go-reflector v0.5.6 h1:hKQ0gyocG7vgMD2M3dRlYN6WBBOmdoOzJ6njQ
github.com/tkrajina/go-reflector v0.5.6/go.mod h1:ECbqLgccecY5kPmPmXg1MrHW585yMcDkVl6IvJe64T4=
github.com/turbot/go-kit v0.10.0-rc.0 h1:kd+jp2ibbIV33Hc8SsMAN410Dl9Pz6SJ40axbKUlSoA=
github.com/turbot/go-kit v0.10.0-rc.0/go.mod h1:fFQqR59I5z5JeeBLfK1PjSifn4Oprs3NiQx0CxeSJxs=
github.com/turbot/steampipe-plugin-github v1.0.0 h1:acPxp8cVkL8MtAc5KbNtvm9jYxt7uUslsF52pXRqxN8=
github.com/turbot/steampipe-plugin-github v1.0.0/go.mod h1:k+oV6TR9UFwzGGHzDfTP1HEQHuAc4jlgYPBILeFR/Sw=
github.com/turbot/steampipe-plugin-sdk/v5 v5.10.4 h1:h2Ye0ksL6KN6w2wh1O3mgKthLnyl4QPsTpUj47bRbvc=
github.com/turbot/steampipe-plugin-sdk/v5 v5.10.4/go.mod h1:FzW+0aq4x1PoCkklCRx43dMrhxk7SYeWVHUb3pNFtFc=
github.com/ulikunitz/xz v0.5.10/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=
Expand Down
410 changes: 205 additions & 205 deletions steampipe-plugin-github/CHANGELOG.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions steampipe-plugin-github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* **[Get started →](https://hub.steampipe.io/plugins/turbot/github)**
* Documentation: [Table definitions & examples](https://hub.steampipe.io/plugins/turbot/github/tables)
* Community: [Join #steampipe on Slack →](https://turbot.com/community/join)
* Get involved: [Issues](https://github.com/turbot/steampipe-plugin-github/issues)
* Get involved: [Issues](https://github.com/opengovern/og-describer-github/steampipe-plugin-github/issues)

## Quick start

Expand Down Expand Up @@ -67,7 +67,7 @@ Prerequisites:
Clone:

```sh
git clone https://github.com/turbot/steampipe-plugin-github.git
git clone https://github.com/opengovern/og-describer-github/steampipe-plugin-github.git
cd steampipe-plugin-github
```

Expand Down Expand Up @@ -109,4 +109,4 @@ This repository is published under the [Apache 2.0](https://www.apache.org/licen
Want to help but don't know where to start? Pick up one of the `help wanted` issues:

* [Steampipe](https://github.com/turbot/steampipe/labels/help%20wanted)
* [GitHub Plugin](https://github.com/turbot/steampipe-plugin-github/labels/help%20wanted)
* [GitHub Plugin](https://github.com/opengovern/og-describer-github/steampipe-plugin-github/labels/help%20wanted)
2 changes: 1 addition & 1 deletion steampipe-plugin-github/github/branch_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"fmt"
"slices"

"github.com/opengovern/og-describer-github/steampipe-plugin-github/github/models"
"github.com/shurcooL/githubv4"
"github.com/turbot/steampipe-plugin-github/github/models"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin"
)

Expand Down
2 changes: 1 addition & 1 deletion steampipe-plugin-github/github/commit_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"fmt"
"slices"

"github.com/opengovern/og-describer-github/steampipe-plugin-github/github/models"
"github.com/shurcooL/githubv4"
"github.com/turbot/steampipe-plugin-github/github/models"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin"
)

Expand Down
2 changes: 1 addition & 1 deletion steampipe-plugin-github/github/community_profile_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"fmt"
"slices"

"github.com/opengovern/og-describer-github/steampipe-plugin-github/github/models"
"github.com/shurcooL/githubv4"
"github.com/turbot/steampipe-plugin-github/github/models"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin"
)

Expand Down
2 changes: 1 addition & 1 deletion steampipe-plugin-github/github/issue_pr_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"fmt"
"slices"

"github.com/opengovern/og-describer-github/steampipe-plugin-github/github/models"
"github.com/shurcooL/githubv4"
"github.com/turbot/steampipe-plugin-github/github/models"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin"
)

Expand Down
2 changes: 1 addition & 1 deletion steampipe-plugin-github/github/license_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"fmt"
"slices"

"github.com/opengovern/og-describer-github/steampipe-plugin-github/github/models"
"github.com/shurcooL/githubv4"
"github.com/turbot/steampipe-plugin-github/github/models"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin"
)

Expand Down
2 changes: 1 addition & 1 deletion steampipe-plugin-github/github/organization_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"fmt"
"slices"

"github.com/opengovern/og-describer-github/steampipe-plugin-github/github/models"
"github.com/shurcooL/githubv4"
"github.com/turbot/steampipe-plugin-github/github/models"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin"
)

Expand Down
2 changes: 1 addition & 1 deletion steampipe-plugin-github/github/rate_limit_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"fmt"
"slices"

"github.com/opengovern/og-describer-github/steampipe-plugin-github/github/models"
"github.com/shurcooL/githubv4"
"github.com/turbot/steampipe-plugin-github/github/models"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin"
)

Expand Down
2 changes: 1 addition & 1 deletion steampipe-plugin-github/github/repo_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"fmt"
"slices"

"github.com/opengovern/og-describer-github/steampipe-plugin-github/github/models"
"github.com/shurcooL/githubv4"
"github.com/turbot/steampipe-plugin-github/github/models"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin"
)

Expand Down
2 changes: 1 addition & 1 deletion steampipe-plugin-github/github/table_github_branch.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package github
import (
"context"

"github.com/opengovern/og-describer-github/steampipe-plugin-github/github/models"
"github.com/shurcooL/githubv4"
"github.com/turbot/steampipe-plugin-github/github/models"

"github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package github
import (
"context"

"github.com/opengovern/og-describer-github/steampipe-plugin-github/github/models"
"github.com/shurcooL/githubv4"
"github.com/turbot/steampipe-plugin-github/github/models"
"github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform"
Expand Down
2 changes: 1 addition & 1 deletion steampipe-plugin-github/github/table_github_commit.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"context"
"time"

"github.com/opengovern/og-describer-github/steampipe-plugin-github/github/models"
"github.com/shurcooL/githubv4"
"github.com/turbot/steampipe-plugin-github/github/models"
"github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package github
import (
"context"

"github.com/opengovern/og-describer-github/steampipe-plugin-github/github/models"
"github.com/shurcooL/githubv4"
"github.com/turbot/steampipe-plugin-github/github/models"
"github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform"
Expand Down
2 changes: 1 addition & 1 deletion steampipe-plugin-github/github/table_github_issue.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"fmt"
"time"

"github.com/opengovern/og-describer-github/steampipe-plugin-github/github/models"
"github.com/shurcooL/githubv4"
"github.com/turbot/steampipe-plugin-github/github/models"

"github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package github
import (
"context"

"github.com/opengovern/og-describer-github/steampipe-plugin-github/github/models"
"github.com/shurcooL/githubv4"
"github.com/turbot/steampipe-plugin-github/github/models"
"github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform"
Expand Down
2 changes: 1 addition & 1 deletion steampipe-plugin-github/github/table_github_license.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package github
import (
"context"

"github.com/opengovern/og-describer-github/steampipe-plugin-github/github/models"
"github.com/shurcooL/githubv4"
"github.com/turbot/steampipe-plugin-github/github/models"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform"

"github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto"
Expand Down
2 changes: 1 addition & 1 deletion steampipe-plugin-github/github/table_github_my_issue.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package github
import (
"context"
"fmt"
"github.com/opengovern/og-describer-github/steampipe-plugin-github/github/models"
"github.com/shurcooL/githubv4"
"github.com/turbot/steampipe-plugin-github/github/models"
"github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform"
"time"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package github
import (
"context"

"github.com/opengovern/og-describer-github/steampipe-plugin-github/github/models"
"github.com/shurcooL/githubv4"
"github.com/turbot/steampipe-plugin-github/github/models"

"github.com/turbot/steampipe-plugin-sdk/v5/plugin"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package github

import (
"context"
"github.com/opengovern/og-describer-github/steampipe-plugin-github/github/models"
"github.com/shurcooL/githubv4"
"github.com/turbot/steampipe-plugin-github/github/models"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin"
)

Expand Down
2 changes: 1 addition & 1 deletion steampipe-plugin-github/github/table_github_my_star.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package github
import (
"context"

"github.com/opengovern/og-describer-github/steampipe-plugin-github/github/models"
"github.com/shurcooL/githubv4"
"github.com/turbot/steampipe-plugin-github/github/models"
"github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform"
Expand Down
2 changes: 1 addition & 1 deletion steampipe-plugin-github/github/table_github_my_team.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package github
import (
"context"

"github.com/opengovern/og-describer-github/steampipe-plugin-github/github/models"
"github.com/shurcooL/githubv4"
"github.com/turbot/steampipe-plugin-github/github/models"

"github.com/turbot/steampipe-plugin-sdk/v5/plugin"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"strings"

"github.com/google/go-github/v55/github"
"github.com/opengovern/og-describer-github/steampipe-plugin-github/github/models"
"github.com/shurcooL/githubv4"
"github.com/turbot/steampipe-plugin-github/github/models"

"github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"strings"

"github.com/turbot/steampipe-plugin-github/github/models"
"github.com/opengovern/og-describer-github/steampipe-plugin-github/github/models"

"github.com/shurcooL/githubv4"

Expand Down Expand Up @@ -81,7 +81,7 @@ func listGitHubOrganizationCollaborators(ctx context.Context, d *plugin.QueryDat
}

// We are encountering the secondary rate limit when making API calls with a page size of 100 for large-scale datasets.
// Reducing the page size to fetch smaller data amounts per page could be beneficial.
// Reducing the page size to fetch smaller data amounts per page could be beneficial.
pageSize := adjustPageSize(50, d.QueryContext.Limit)

var query struct {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package github
import (
"context"

"github.com/opengovern/og-describer-github/steampipe-plugin-github/github/models"
"github.com/shurcooL/githubv4"
"github.com/turbot/steampipe-plugin-github/github/models"
"github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"strings"

"github.com/turbot/steampipe-plugin-github/github/models"
"github.com/opengovern/og-describer-github/steampipe-plugin-github/github/models"

"github.com/shurcooL/githubv4"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"context"
"fmt"

"github.com/opengovern/og-describer-github/steampipe-plugin-github/github/models"
"github.com/shurcooL/githubv4"
"github.com/turbot/steampipe-plugin-github/github/models"
"github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package github
import (
"context"

"github.com/opengovern/og-describer-github/steampipe-plugin-github/github/models"
"github.com/shurcooL/githubv4"
"github.com/turbot/steampipe-plugin-github/github/models"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin"
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package github
import (
"context"

"github.com/opengovern/og-describer-github/steampipe-plugin-github/github/models"
"github.com/shurcooL/githubv4"
"github.com/turbot/steampipe-plugin-github/github/models"
"github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"strings"

"github.com/turbot/steampipe-plugin-github/github/models"
"github.com/opengovern/og-describer-github/steampipe-plugin-github/github/models"
"github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform"
Expand Down
2 changes: 1 addition & 1 deletion steampipe-plugin-github/github/table_github_repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"strings"

"github.com/google/go-github/v55/github"
"github.com/opengovern/og-describer-github/steampipe-plugin-github/github/models"
"github.com/shurcooL/githubv4"
"github.com/turbot/steampipe-plugin-github/github/models"
"github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"fmt"
"strings"

"github.com/opengovern/og-describer-github/steampipe-plugin-github/github/models"
"github.com/shurcooL/githubv4"
"github.com/turbot/steampipe-plugin-github/github/models"
"github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"encoding/base64"
"strings"

"github.com/opengovern/og-describer-github/steampipe-plugin-github/github/models"
"github.com/shurcooL/githubv4"
"github.com/turbot/steampipe-plugin-github/github/models"
"github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package github
import (
"context"

"github.com/opengovern/og-describer-github/steampipe-plugin-github/github/models"
"github.com/shurcooL/githubv4"
"github.com/turbot/steampipe-plugin-github/github/models"
"github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package github
import (
"context"

"github.com/opengovern/og-describer-github/steampipe-plugin-github/github/models"
"github.com/shurcooL/githubv4"
"github.com/turbot/steampipe-plugin-github/github/models"
"github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"context"
"time"

"github.com/opengovern/og-describer-github/steampipe-plugin-github/github/models"
"github.com/shurcooL/githubv4"
"github.com/turbot/steampipe-plugin-github/github/models"
"github.com/turbot/steampipe-plugin-sdk/v5/grpc/proto"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin"
"github.com/turbot/steampipe-plugin-sdk/v5/plugin/transform"
Expand Down
Loading

0 comments on commit e1b7f4a

Please sign in to comment.