File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,11 @@ import (
12
12
13
13
"golang.org/x/xerrors"
14
14
15
+ "github.com/google/uuid"
16
+
15
17
"github.com/coder/coder/cli/clibase"
16
18
"github.com/coder/coder/cli/cliui"
17
19
"github.com/coder/coder/codersdk"
18
- "github.com/google/uuid"
19
20
)
20
21
21
22
var jwtRegexp = regexp .MustCompile (`^[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+$` )
Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ require (
345
345
go.opentelemetry.io/otel/metric v1.16.0 // indirect
346
346
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
347
347
go4.org/mem v0.0.0-20210711025021-927187094b94 // indirect
348
- golang.org/x/net v0.12.0 // indirect
348
+ golang.org/x/net v0.12.0
349
349
golang.org/x/text v0.11.0 // indirect
350
350
golang.org/x/time v0.3.0 // indirect
351
351
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
You can’t perform that action at this time.
0 commit comments