summaryrefslogtreecommitdiff
path: root/internal/gitlabnet/authorizedkeys/client.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/gitlabnet/authorizedkeys/client.go')
-rw-r--r--internal/gitlabnet/authorizedkeys/client.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/gitlabnet/authorizedkeys/client.go b/internal/gitlabnet/authorizedkeys/client.go
index ac23a96..e4fec28 100644
--- a/internal/gitlabnet/authorizedkeys/client.go
+++ b/internal/gitlabnet/authorizedkeys/client.go
@@ -4,6 +4,7 @@ import (
"fmt"
"net/url"
+ "gitlab.com/gitlab-org/gitlab-shell/client"
"gitlab.com/gitlab-org/gitlab-shell/internal/config"
"gitlab.com/gitlab-org/gitlab-shell/internal/gitlabnet"
)
@@ -14,7 +15,7 @@ const (
type Client struct {
config *config.Config
- client *gitlabnet.GitlabClient
+ client *client.GitlabNetClient
}
type Response struct {