Skip to content

Commit 32a4df5

Browse files
fix(deps): update all dependencies
1 parent 21aabc2 commit 32a4df5

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

example/plugin-demo/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ replace github.com/aperturerobotics/controllerbus => ../..
1010
replace github.com/libp2p/go-libp2p => github.com/aperturerobotics/go-libp2p v0.37.1-0.20241111002741-5cfbb50b74e0 // aperture
1111

1212
require (
13-
github.com/aperturerobotics/controllerbus v0.50.0 // master
13+
github.com/aperturerobotics/controllerbus v0.50.1 // master
1414
github.com/aperturerobotics/protobuf-go-lite v0.9.1 // latest
1515
github.com/aperturerobotics/starpc v0.38.0 // indirect; main
1616
github.com/aperturerobotics/util v1.30.0 // indirect; latest

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/aperturerobotics/common v0.22.1 // latest
1515
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20241223092408-d525fa878b3e // latest
1616
github.com/aperturerobotics/protobuf-go-lite v0.9.1 // latest
17-
github.com/aperturerobotics/starpc v0.38.0 // latest
17+
github.com/aperturerobotics/starpc v0.38.1 // latest
1818
github.com/aperturerobotics/util v1.30.0 // latest
1919
)
2020

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ github.com/aperturerobotics/protobuf-go-lite v0.9.1 h1:P1knXKnwLJpVE8fmeXYGckKu7
1010
github.com/aperturerobotics/protobuf-go-lite v0.9.1/go.mod h1:fULrxQxEBWKQm7vvju9AfjTp9yfHoLgwMQWTiZQ2tg0=
1111
github.com/aperturerobotics/starpc v0.38.0 h1:/1R3TLIoVIk5AA2SdCylykrL9BfoeTsXVvv8cRn0ebU=
1212
github.com/aperturerobotics/starpc v0.38.0/go.mod h1:hXOnhcvSXOoA6/Tw/qinQKhpi8+7WDkhrFXS5nHQ6us=
13+
github.com/aperturerobotics/starpc v0.38.1 h1:pdDfhrTn6nsEtn+/qYbFNgXRHnlJNb/MdbF9CMqgMoA=
14+
github.com/aperturerobotics/starpc v0.38.1/go.mod h1:IT2VZ+tDYFleXhcOSvxcUe1fyVk8rD6JCISwjFeA6OA=
1315
github.com/aperturerobotics/util v1.30.0 h1:OKhFVPnAfR8/dfVNV27EtMr27C0kzwPiStoCwKiint0=
1416
github.com/aperturerobotics/util v1.30.0/go.mod h1:T97YTP+FVLegYo5rylOVaPuTLyZyiDqYxD5zVLI9YAc=
1517
github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=

0 commit comments

Comments
 (0)