Skip to content

Commit 3578aec

Browse files
fix(deps): update all dependencies
1 parent c1ba863 commit 3578aec

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
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.3 // 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ replace github.com/libp2p/go-msgio => github.com/aperturerobotics/go-libp2p-msgi
1111

1212
require (
1313
github.com/aperturerobotics/cli v1.0.0 // latest
14-
github.com/aperturerobotics/common v0.22.5 // latest
14+
github.com/aperturerobotics/common v0.22.6 // 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.39.1 // latest
18-
github.com/aperturerobotics/util v1.30.0 // latest
17+
github.com/aperturerobotics/starpc v0.39.4 // latest
18+
github.com/aperturerobotics/util v1.30.1 // latest
1919
)
2020

2121
require (
@@ -38,7 +38,7 @@ require (
3838
github.com/ipfs/go-cid v0.4.1 // indirect
3939
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
4040
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
41-
github.com/libp2p/go-libp2p v0.41.1 // indirect
41+
github.com/libp2p/go-libp2p v0.42.0 // indirect
4242
github.com/libp2p/go-yamux/v4 v4.0.2-0.20240826150533-e92055b23e0e // indirect
4343
github.com/minio/sha256-simd v1.0.1 // indirect
4444
github.com/multiformats/go-base32 v0.1.0 // indirect

go.sum

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ github.com/aperturerobotics/cli v1.0.0 h1:s3xT2h7eBih4/4yZKTn/HQ6P+qpk6ygWZl2416
22
github.com/aperturerobotics/cli v1.0.0/go.mod h1:wtlINjMcKuwyV1x4ftReuA6hHZcPB8kPMXHyQqGFCSc=
33
github.com/aperturerobotics/common v0.22.5 h1:VhweXK3CVWfPdNXI2311EOMq9SUpdZAnWuinNYH7020=
44
github.com/aperturerobotics/common v0.22.5/go.mod h1:wsPfDVCTNpGHddg/MSfm84rKoO4GAvb+TQtATXz+pKY=
5+
github.com/aperturerobotics/common v0.22.6 h1:qLkfyEYfrNr7jN20kVD68F7qFBw0YrhvQneK1LCzAVQ=
6+
github.com/aperturerobotics/common v0.22.6/go.mod h1:wsPfDVCTNpGHddg/MSfm84rKoO4GAvb+TQtATXz+pKY=
57
github.com/aperturerobotics/go-libp2p v0.37.1-0.20241111002741-5cfbb50b74e0 h1:tGwbeDoEeQCrUQL+ClUywldqvz9eRmhcVrGwGxz2xJg=
68
github.com/aperturerobotics/go-libp2p v0.37.1-0.20241111002741-5cfbb50b74e0/go.mod h1:FJkAtQcP9XxqG1NNLNHKm+wLVIGSCQX2s6CEoD+w97g=
79
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20241223092408-d525fa878b3e h1:9KDK70CSnHCUGShpq3sEg/t8zEEnKePlhJ4775ekpeI=
@@ -10,8 +12,12 @@ github.com/aperturerobotics/protobuf-go-lite v0.9.1 h1:P1knXKnwLJpVE8fmeXYGckKu7
1012
github.com/aperturerobotics/protobuf-go-lite v0.9.1/go.mod h1:fULrxQxEBWKQm7vvju9AfjTp9yfHoLgwMQWTiZQ2tg0=
1113
github.com/aperturerobotics/starpc v0.39.1 h1:RBc9oO/20a9+bS75WoAtmUXR59c4J77NRNmUGCp5Uyg=
1214
github.com/aperturerobotics/starpc v0.39.1/go.mod h1:kCl/LKJ2n216URRhrzOUFg+YIDTZL3FeKhcPYKqHuuM=
15+
github.com/aperturerobotics/starpc v0.39.4 h1:iHW6Dxe1jWhGdlf3JKV/T4D4Cu7PmXmJlnolAIFDQno=
16+
github.com/aperturerobotics/starpc v0.39.4/go.mod h1:IwBfUAPAC1RHI+NNvotKLcHspeUmNoSBqNjEqcgSNy0=
1317
github.com/aperturerobotics/util v1.30.0 h1:OKhFVPnAfR8/dfVNV27EtMr27C0kzwPiStoCwKiint0=
1418
github.com/aperturerobotics/util v1.30.0/go.mod h1:T97YTP+FVLegYo5rylOVaPuTLyZyiDqYxD5zVLI9YAc=
19+
github.com/aperturerobotics/util v1.30.1 h1:4ssKO1TlfoBBcLXZwISAw8Yf8H9Mg9D0jnn+klMXAKY=
20+
github.com/aperturerobotics/util v1.30.1/go.mod h1:OLTwZiBfCVh9kirNhA1quJfnLuy4OW7CyIkvoFX62+A=
1521
github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=
1622
github.com/blang/semver/v4 v4.0.0/go.mod h1:IbckMUScFkM3pff0VJDNKRiT6TG/YpiHIM2yvyW5YoQ=
1723
github.com/coder/websocket v1.8.13 h1:f3QZdXy7uGVz+4uCJy2nTZyM0yTBj8yANEHhqlXZ9FE=

0 commit comments

Comments
 (0)