mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
fix(enterprise/coderd): check provisionerd API version on connection (#12191)
This commit is contained in:
@ -6,8 +6,8 @@ import (
|
||||
"github.com/google/uuid"
|
||||
"nhooyr.io/websocket"
|
||||
|
||||
"github.com/coder/coder/v2/apiversion"
|
||||
"github.com/coder/coder/v2/coderd/httpapi"
|
||||
"github.com/coder/coder/v2/coderd/util/apiversion"
|
||||
"github.com/coder/coder/v2/codersdk"
|
||||
"github.com/coder/coder/v2/tailnet/proto"
|
||||
)
|
||||
|
Reference in New Issue
Block a user