We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a026d commit ffc5fffCopy full SHA for ffc5fff
package.json
@@ -102,8 +102,8 @@
102
"dependencies": {
103
"@aptre/it-ws": "^1.1.2",
104
"@aptre/protobuf-es-lite": "^0.5.2",
105
- "@chainsafe/libp2p-yamux": "^7.0.1",
106
- "@libp2p/interface": "^2.6.1",
+ "@chainsafe/libp2p-yamux": "^8.0.0",
+ "@libp2p/interface": "^3.0.0",
107
"event-iterator": "^2.0.0",
108
"isomorphic-ws": "^5.0.0",
109
"it-first": "^3.0.6",
tools/go.mod
@@ -13,7 +13,7 @@ require (
13
)
14
15
require (
16
- github.com/evanw/esbuild v0.25.10
+ github.com/evanw/esbuild v0.25.11
17
github.com/golangci/golangci-lint/v2 v2.5.0
18
github.com/psampaz/go-mod-outdated v0.9.0
19
golang.org/x/tools v0.38.0
0 commit comments