Commit e109075 1 parent 495ff59 commit e109075 Copy full SHA for e109075
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
"net"
7
7
"time"
8
8
9
- "github.com/pkg/errors"
10
9
websocket "github.com/coder/websocket"
10
+ "github.com/pkg/errors"
11
11
)
12
12
13
13
// PacketConn implements the PacketConn interface with a websocket.
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ import (
14
14
"github.com/aperturerobotics/bifrost/util/saddr"
15
15
httplog "github.com/aperturerobotics/util/httplog"
16
16
"github.com/blang/semver/v4"
17
+ websocket "github.com/coder/websocket"
17
18
"github.com/libp2p/go-libp2p/core/crypto"
18
19
"github.com/quic-go/quic-go"
19
20
"github.com/sirupsen/logrus"
20
- websocket "github.com/coder/websocket"
21
21
)
22
22
23
23
// TransportType is the transport type identifier for this transport.
You can’t perform that action at this time.
0 commit comments