Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit df2cb99

Browse files
committed
Update deps
1 parent baed0c2 commit df2cb99

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

net/web_relay_manager.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ import (
66
"encoding/json"
77
"fmt"
88

9+
"github.com/btcsuite/btcutil/base58"
10+
11+
"gx/ipfs/QmerPMzPk1mJVowm8KgmoknWa4yCYvvugMPsgWmDNUvDLW/go-multihash"
12+
913
"github.com/gorilla/websocket"
10-
"github.com/mr-tron/base58/base58"
11-
"github.com/multiformats/go-multihash"
1214
)
1315

1416
type WebRelayManager struct {

0 commit comments

Comments
 (0)