File tree Expand file tree Collapse file tree 5 files changed +124
-106
lines changed Expand file tree Collapse file tree 5 files changed +124
-106
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ replace github.com/aperturerobotics/controllerbus => ../..
10
10
replace github.com/libp2p/go-libp2p => github.com/aperturerobotics/go-libp2p v0.37.1-0.20241111002741-5cfbb50b74e0 // aperture
11
11
12
12
require (
13
- github.com/aperturerobotics/controllerbus v0.50.1 // master
13
+ github.com/aperturerobotics/controllerbus v0.50.3 // master
14
14
github.com/aperturerobotics/protobuf-go-lite v0.9.1 // latest
15
15
github.com/aperturerobotics/starpc v0.39.1 // indirect; main
16
16
github.com/aperturerobotics/util v1.30.0 // indirect; latest
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
15
15
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20241223092408-d525fa878b3e // latest
16
16
github.com/aperturerobotics/protobuf-go-lite v0.9.1 // latest
17
17
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
19
19
)
20
20
21
21
require (
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ github.com/aperturerobotics/starpc v0.39.1 h1:RBc9oO/20a9+bS75WoAtmUXR59c4J77NRN
12
12
github.com/aperturerobotics/starpc v0.39.1 /go.mod h1:kCl/LKJ2n216URRhrzOUFg+YIDTZL3FeKhcPYKqHuuM =
13
13
github.com/aperturerobotics/util v1.30.0 h1:OKhFVPnAfR8/dfVNV27EtMr27C0kzwPiStoCwKiint0 =
14
14
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 =
15
17
github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM =
16
18
github.com/blang/semver/v4 v4.0.0 /go.mod h1:IbckMUScFkM3pff0VJDNKRiT6TG/YpiHIM2yvyW5YoQ =
17
19
github.com/coder/websocket v1.8.13 h1:f3QZdXy7uGVz+4uCJy2nTZyM0yTBj8yANEHhqlXZ9FE =
Original file line number Diff line number Diff line change 56
56
"vitest" : " ^3.1.1"
57
57
},
58
58
"dependencies" : {
59
- "@aptre/protobuf-es-lite" : " ^0.4.4 " ,
59
+ "@aptre/protobuf-es-lite" : " ^0.5.0 " ,
60
60
"starpc" : " ^0.39.0"
61
61
},
62
62
"resolutions" : {
63
- "@aptre/protobuf-es-lite" : " 0.4.9 "
63
+ "@aptre/protobuf-es-lite" : " ^0.5.0 "
64
64
}
65
65
}
You can’t perform that action at this time.
0 commit comments