Skip to content

Commit 49d7922

Browse files
committed
go mod tidy
1 parent fd2f586 commit 49d7922

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

enterprise/cli/licenses.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ import (
1212

1313
"golang.org/x/xerrors"
1414

15+
"github.com/google/uuid"
16+
1517
"github.com/coder/coder/cli/clibase"
1618
"github.com/coder/coder/cli/cliui"
1719
"github.com/coder/coder/codersdk"
18-
"github.com/google/uuid"
1920
)
2021

2122
var jwtRegexp = regexp.MustCompile(`^[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+\.[A-Za-z0-9_-]+$`)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ require (
345345
go.opentelemetry.io/otel/metric v1.16.0 // indirect
346346
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
347347
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
349349
golang.org/x/text v0.11.0 // indirect
350350
golang.org/x/time v0.3.0 // indirect
351351
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect

0 commit comments

Comments
 (0)