Skip to content

Commit 3eaec11

Browse files
committed
fixup! chore: update golang.org/x/exp/slices
1 parent 1fb0a1b commit 3eaec11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailnet/coordinator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import (
1313
"sync"
1414
"time"
1515

16-
"github.com/coder/coder/coderd/util/slice"
1716
"github.com/google/uuid"
1817
lru "github.com/hashicorp/golang-lru/v2"
1918
"golang.org/x/exp/slices"
@@ -22,6 +21,7 @@ import (
2221
"tailscale.com/types/key"
2322

2423
"cdr.dev/slog"
24+
"github.com/coder/coder/coderd/util/slice"
2525
)
2626

2727
// Coordinator exchanges nodes with agents to establish connections.

0 commit comments

Comments
 (0)