starpc 0.35.1 → 0.35.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/echo/echo.pb.go +1 -1
- package/go.mod +1 -1
- package/mock/mock.pb.go +1 -1
- package/package.json +1 -1
- package/srpc/rpcproto.pb.go +1 -1
package/echo/echo.pb.go
CHANGED
package/go.mod
CHANGED
|
@@ -19,7 +19,7 @@ require (
|
|
|
19
19
|
|
|
20
20
|
require (
|
|
21
21
|
github.com/coder/websocket v1.8.12 // latest
|
|
22
|
-
github.com/libp2p/go-libp2p v0.
|
|
22
|
+
github.com/libp2p/go-libp2p v0.37.0 // latest
|
|
23
23
|
github.com/libp2p/go-yamux/v4 v4.0.2-0.20240826150533-e92055b23e0e // master
|
|
24
24
|
github.com/pkg/errors v0.9.1 // latest
|
|
25
25
|
github.com/sirupsen/logrus v1.9.3 // latest
|
package/mock/mock.pb.go
CHANGED
package/package.json
CHANGED
package/srpc/rpcproto.pb.go
CHANGED