Skip to content

Commit 074c322

Browse files
fix(enterprise-scim): update go-github import to v82
Update import paths from go-github/v81 to go-github/v82 to match the current version in upstream/main.
1 parent 5f31354 commit 074c322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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/v81/github"
6+
gh "github.com/google/go-github/v82/github"
77
)
88

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

0 commit comments

Comments
 (0)