Skip to content

Commit

Permalink
moved interfaces from utils
Browse files Browse the repository at this point in the history
Signed-off-by: Umesh Lumbhani <umeshl@proximabiz.com>
  • Loading branch information
umeshlumbhani247 committed Jul 20, 2023
1 parent 592e399 commit b6f3905
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cla-backend-go/signatures/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import (
gitlab_api "github.com/communitybridge/easycla/cla-backend-go/gitlab_api"
service2 "github.com/communitybridge/easycla/cla-backend-go/project/service"
signatureModels "github.com/communitybridge/easycla/cla-backend-go/signatures/models"
"github.com/communitybridge/easycla/cla-backend-go/utils/interfaces"
"github.com/communitybridge/easycla/cla-backend-go/v2/common"
"github.com/communitybridge/easycla/cla-backend-go/v2/github_activity/interfaces"
"github.com/communitybridge/easycla/cla-backend-go/v2/gitlab_organizations"
"github.com/xanzy/go-gitlab"

Expand Down
2 changes: 1 addition & 1 deletion cla-backend-go/v2/gitlab_organizations/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import (

"github.com/aws/aws-sdk-go/aws"
"github.com/communitybridge/easycla/cla-backend-go/company"
"github.com/communitybridge/easycla/cla-backend-go/signatures/interfaces"
"github.com/communitybridge/easycla/cla-backend-go/users"
"github.com/communitybridge/easycla/cla-backend-go/utils/interfaces"
"github.com/communitybridge/easycla/cla-backend-go/v2/repositories"

"github.com/communitybridge/easycla/cla-backend-go/v2/common"
Expand Down

0 comments on commit b6f3905

Please sign in to comment.