mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
chore: replace unmaintained ping library (#15808)
Relates to https://github.com/coder/coder/pull/15712#issuecomment-2527841239. We only use a ping library to determine the closest devtunnel node, so is a very minor change.
This commit is contained in:
@ -5,7 +5,7 @@ import (
|
||||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/go-ping/ping"
|
||||
ping "github.com/prometheus-community/pro-bing"
|
||||
"golang.org/x/exp/slices"
|
||||
"golang.org/x/sync/errgroup"
|
||||
"golang.org/x/xerrors"
|
||||
|
Reference in New Issue
Block a user