Skip to content

Commit a3dc24c

Browse files
committed
Fix bug rename core-go/auth to core-go/authentication
1 parent 3a55d02 commit a3dc24c

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

ldap/ldap_authenticator.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import (
1010
"strings"
1111
"time"
1212

13+
"github.com/go-ldap/ldap/v3"
1314
auth "github.com/core-go/authentication"
1415
)
1516

mock/mock_ldap_authenticator.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package mock
22

33
import (
44
"context"
5+
auth "github.com/core-go/authentication"
56
l "github.com/core-go/authentication/ldap"
67
"strings"
78
)

oauth2/cassandra/user_repository.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import (
66
"strings"
77
"time"
88

9+
auth "github.com/core-go/authentication"
910
"github.com/core-go/authentication/oauth2"
1011
"github.com/gocql/gocql"
1112
)

oauth2/firestore/user_repository.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import (
44
"cloud.google.com/go/firestore"
55
"context"
66
"fmt"
7+
auth "github.com/core-go/authentication"
78
"github.com/core-go/authentication/oauth2"
89
"strings"
910
)

oauth2/mongo/user_repository.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package mongo
22

33
import (
44
"context"
5+
auth "github.com/core-go/authentication"
56
"github.com/core-go/authentication/oauth2"
67
"go.mongodb.org/mongo-driver/bson"
78
"go.mongodb.org/mongo-driver/mongo"

0 commit comments

Comments
 (0)