Skip to content

Commit c0067cc

Browse files
fix(deps): update all dependencies
1 parent d4d2f01 commit c0067cc

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

example/plugin-demo/go.mod

Lines changed: 1 addition & 1 deletion
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.1 // master
13+
github.com/aperturerobotics/controllerbus v0.50.2 // master
1414
github.com/aperturerobotics/protobuf-go-lite v0.9.1 // latest
1515
github.com/aperturerobotics/starpc v0.39.1 // indirect; main
1616
github.com/aperturerobotics/util v1.30.0 // indirect; latest

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
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
1717
github.com/aperturerobotics/starpc v0.39.1 // latest
18-
github.com/aperturerobotics/util v1.30.0 // latest
18+
github.com/aperturerobotics/util v1.30.1 // latest
1919
)
2020

2121
require (

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ github.com/aperturerobotics/starpc v0.39.1 h1:RBc9oO/20a9+bS75WoAtmUXR59c4J77NRN
1212
github.com/aperturerobotics/starpc v0.39.1/go.mod h1:kCl/LKJ2n216URRhrzOUFg+YIDTZL3FeKhcPYKqHuuM=
1313
github.com/aperturerobotics/util v1.30.0 h1:OKhFVPnAfR8/dfVNV27EtMr27C0kzwPiStoCwKiint0=
1414
github.com/aperturerobotics/util v1.30.0/go.mod h1:T97YTP+FVLegYo5rylOVaPuTLyZyiDqYxD5zVLI9YAc=
15+
github.com/aperturerobotics/util v1.30.1 h1:4ssKO1TlfoBBcLXZwISAw8Yf8H9Mg9D0jnn+klMXAKY=
16+
github.com/aperturerobotics/util v1.30.1/go.mod h1:OLTwZiBfCVh9kirNhA1quJfnLuy4OW7CyIkvoFX62+A=
1517
github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=
1618
github.com/blang/semver/v4 v4.0.0/go.mod h1:IbckMUScFkM3pff0VJDNKRiT6TG/YpiHIM2yvyW5YoQ=
1719
github.com/coder/websocket v1.8.13 h1:f3QZdXy7uGVz+4uCJy2nTZyM0yTBj8yANEHhqlXZ9FE=

0 commit comments

Comments
 (0)