Skip to content

Commit 5045600

Browse files
committed
manual updates from merge
1 parent 1229e45 commit 5045600

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

github/resource_github_organization_ruleset.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ func resourceGithubOrganizationRulesetDelete(d *schema.ResourceData, meta any) e
706706
func resourceGithubOrganizationRulesetImport(d *schema.ResourceData, meta any) ([]*schema.ResourceData, error) {
707707
rulesetID, err := strconv.ParseInt(d.Id(), 10, 64)
708708
if err != nil {
709-
return []*schema.ResourceData{d}, unconvertibleIdErr(rulesetIDStr, err)
709+
return []*schema.ResourceData{d}, unconvertibleIdErr(d.Id(), err)
710710
}
711711
if rulesetID == 0 {
712712
return []*schema.ResourceData{d}, fmt.Errorf("`ruleset_id` must be present")

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ require (
1616
golang.org/x/oauth2 v0.30.0
1717
)
1818

19-
require github.com/google/go-github/v67 v67.0.0
20-
2119
require (
2220
4d63.com/gocheckcompilerdirectives v1.3.0 // indirect
2321
4d63.com/gochecknoglobals v0.2.2 // indirect

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,6 @@ github.com/google/go-cmp v0.5.8/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeN
331331
github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
332332
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
333333
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
334-
github.com/google/go-github/v67 v67.0.0 h1:g11NDAmfaBaCO8qYdI9fsmbaRipHNWRIU/2YGvlh4rg=
335-
github.com/google/go-github/v67 v67.0.0/go.mod h1:zH3K7BxjFndr9QSeFibx4lTKkYS3K9nDanoI1NjaOtY=
336334
github.com/google/go-github/v77 v77.0.0 h1:9DsKKbZqil5y/4Z9mNpZDQnpli6PJbqipSuuNdcbjwI=
337335
github.com/google/go-github/v77 v77.0.0/go.mod h1:c8VmGXRUmaZUqbctUcGEDWYnMrtzZfJhDSylEf1wfmA=
338336
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=

vendor/github.com/alecthomas/chroma/v2/lexers/embedded/dax.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)