mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
feat: use latest gVisor and go 1.22.3 (#13338)
This commit is contained in:
2
coderd/apidoc/docs.go
generated
2
coderd/apidoc/docs.go
generated
@ -14489,7 +14489,7 @@ const docTemplate = `{
|
||||
"type": "string"
|
||||
},
|
||||
"host": {
|
||||
"description": "host or host:port",
|
||||
"description": "host or host:port (see Hostname and Port methods)",
|
||||
"type": "string"
|
||||
},
|
||||
"omitHost": {
|
||||
|
2
coderd/apidoc/swagger.json
generated
2
coderd/apidoc/swagger.json
generated
@ -13205,7 +13205,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"host": {
|
||||
"description": "host or host:port",
|
||||
"description": "host or host:port (see Hostname and Port methods)",
|
||||
"type": "string"
|
||||
},
|
||||
"omitHost": {
|
||||
|
@ -11,8 +11,8 @@ import (
|
||||
"time"
|
||||
|
||||
"github.com/briandowns/spinner"
|
||||
"github.com/tailscale/wireguard-go/device"
|
||||
"golang.org/x/xerrors"
|
||||
"golang.zx2c4.com/wireguard/device"
|
||||
|
||||
"cdr.dev/slog"
|
||||
"github.com/coder/coder/v2/cli/cliui"
|
||||
|
Reference in New Issue
Block a user