Skip to content

Commit a9dd754

Browse files
committed
fix(enterprise-scim): update go-github import from v82 to v83
1 parent 73d37e9 commit a9dd754

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

github/util_enterprise_scim.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package github
33
import (
44
"context"
55

6-
gh "github.com/google/go-github/v82/github"
6+
gh "github.com/google/go-github/v83/github"
77
)
88

99
// enterpriseSCIMListAllGroups fetches all SCIM groups for an enterprise with automatic pagination.

github/util_enterprise_scim_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"testing"
55
"time"
66

7-
gh "github.com/google/go-github/v82/github"
7+
gh "github.com/google/go-github/v83/github"
88
)
99

1010
func TestFlattenEnterpriseSCIMMeta(t *testing.T) {

0 commit comments

Comments
 (0)