refactor: split coderd/gitauth into two, add cli/gitauth (#9479)

* refactor: split coderd/gitauth into two, add cli/gitauth

Ref: #9380
This commit is contained in:
Mathias Fredriksson
2023-09-01 15:41:22 +00:00
committed by GitHub
parent d8718c3818
commit 702b064cac
7 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import (
"github.com/coder/coder/v2/cli/clibase"
"github.com/coder/coder/v2/cli/cliui"
"github.com/coder/coder/v2/coderd/gitauth"
"github.com/coder/coder/v2/cli/gitauth"
"github.com/coder/coder/v2/codersdk"
"github.com/coder/retry"
)