Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions example/plugin-demo/go.mod
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
module github.com/aperturerobotics/controllerbus/example/plugin-demo

go 1.24.0
go 1.25

toolchain go1.25.3
toolchain go1.25.4

replace github.com/aperturerobotics/controllerbus => ../..

// While not absolutely necessary, this fork uses go-protobuf-lite.
replace github.com/libp2p/go-libp2p => github.com/aperturerobotics/go-libp2p v0.37.1-0.20241111002741-5cfbb50b74e0 // aperture

require (
github.com/aperturerobotics/controllerbus v0.51.1 // master
github.com/aperturerobotics/controllerbus v0.51.2 // master
github.com/aperturerobotics/protobuf-go-lite v0.11.0 // latest
github.com/aperturerobotics/starpc v0.39.10 // indirect; main
github.com/aperturerobotics/util v1.31.4 // indirect; latest
Expand All @@ -23,7 +23,7 @@ require (
)

require (
github.com/aperturerobotics/cli v1.0.0 // indirect
github.com/aperturerobotics/cli v1.0.1 // indirect
github.com/aperturerobotics/common v0.22.12 // indirect
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20251104042408-0c9eb8a3f726 // indirect
github.com/coder/websocket v1.8.14 // indirect
Expand All @@ -45,7 +45,7 @@ require (
github.com/multiformats/go-multistream v0.5.0 // indirect
github.com/multiformats/go-varint v0.0.7 // indirect
github.com/spaolacci/murmur3 v1.1.1-0.20190317074736-539464a789e9 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 // indirect
github.com/zeebo/blake3 v0.2.4 // indirect
golang.org/x/crypto v0.37.0 // indirect
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
Expand Down
4 changes: 4 additions & 0 deletions example/plugin-demo/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
github.com/aperturerobotics/cli v1.0.0 h1:s3xT2h7eBih4/4yZKTn/HQ6P+qpk6ygWZl2416xAI1M=
github.com/aperturerobotics/cli v1.0.0/go.mod h1:wtlINjMcKuwyV1x4ftReuA6hHZcPB8kPMXHyQqGFCSc=
github.com/aperturerobotics/cli v1.0.1 h1:9KsECHGESJ/iGU13Z4zNQzKFz5bMave4bA6lPXGjtOU=
github.com/aperturerobotics/cli v1.0.1/go.mod h1:s1Gh4eTOGGlrPqpyi/q8aIQwk0T6yDCF7C2xPyBMtek=
github.com/aperturerobotics/common v0.22.7 h1:gMtJLKVSe+WVHe4JNZJWfGsCwv4ajGLfzkbceEEdswk=
github.com/aperturerobotics/common v0.22.7/go.mod h1:wsPfDVCTNpGHddg/MSfm84rKoO4GAvb+TQtATXz+pKY=
github.com/aperturerobotics/common v0.22.10 h1:XFfXq9NGrirjW6rtqq525qiY1IN+1siGBZwIsvBJGfQ=
Expand Down Expand Up @@ -103,6 +105,8 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 h1:gEOO8jv9F4OT7lGCjxCBTO/36wtF6j2nSip77qHd4x4=
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1/go.mod h1:Ohn+xnUBiLI6FVj/9LpzZWtj1/D6lUovWYBkxHVV3aM=
github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 h1:FnBeRrxr7OU4VvAzt5X7s6266i6cSVkkFPS0TuXWbIg=
github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342/go.mod h1:Ohn+xnUBiLI6FVj/9LpzZWtj1/D6lUovWYBkxHVV3aM=
github.com/zeebo/assert v1.1.0 h1:hU1L1vLTHsnO8x8c9KAR5GmM5QscxHg5RNU5z5qbUWY=
github.com/zeebo/assert v1.1.0/go.mod h1:Pq9JiuJQpG8JLJdtkwrJESF0Foym2/D9XMU5ciN/wJ0=
github.com/zeebo/blake3 v0.2.4 h1:KYQPkhpRtcqh0ssGYcKLG1JYvddkEA8QwCM/yBqhaZI=
Expand Down
122 changes: 68 additions & 54 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -851,16 +851,16 @@
chai "^5.2.0"
tinyrainbow "^2.0.0"

"@vitest/expect@4.0.7":
version "4.0.7"
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-4.0.7.tgz#2bb08ee49946144536934478a699f54c4961c8c3"
integrity sha512-jGRG6HghnJDjljdjYIoVzX17S6uCVCBRFnsgdLGJ6CaxfPh8kzUKe/2n533y4O/aeZ/sIr7q7GbuEbeGDsWv4Q==
"@vitest/expect@4.0.8":
version "4.0.8"
resolved "https://registry.yarnpkg.com/@vitest/expect/-/expect-4.0.8.tgz#02df33fb1f99091df660a80b7113e6d2f176ee10"
integrity sha512-Rv0eabdP/xjAHQGr8cjBm+NnLHNoL268lMDK85w2aAGLFoVKLd8QGnVon5lLtkXQCoYaNL0wg04EGnyKkkKhPA==
dependencies:
"@standard-schema/spec" "^1.0.0"
"@types/chai" "^5.2.2"
"@vitest/spy" "4.0.7"
"@vitest/utils" "4.0.7"
chai "^6.0.1"
"@vitest/spy" "4.0.8"
"@vitest/utils" "4.0.8"
chai "^6.2.0"
tinyrainbow "^3.0.3"

"@vitest/mocker@3.2.4":
Expand All @@ -872,14 +872,14 @@
estree-walker "^3.0.3"
magic-string "^0.30.17"

"@vitest/mocker@4.0.7":
version "4.0.7"
resolved "https://registry.yarnpkg.com/@vitest/mocker/-/mocker-4.0.7.tgz#44ff3863bd78ef5d4d5d62e0b600e9d6a9491f4b"
integrity sha512-OsDwLS7WnpuNslOV6bJkXVYVV/6RSc4eeVxV7h9wxQPNxnjRvTTrIikfwCbMyl8XJmW6oOccBj2Q07YwZtQcCw==
"@vitest/mocker@4.0.8":
version "4.0.8"
resolved "https://registry.yarnpkg.com/@vitest/mocker/-/mocker-4.0.8.tgz#8fe875716e742635beb132a5e93ef8c151b0a4ec"
integrity sha512-9FRM3MZCedXH3+pIh+ME5Up2NBBHDq0wqwhOKkN4VnvCiKbVxddqH9mSGPZeawjd12pCOGnl+lo/ZGHt0/dQSg==
dependencies:
"@vitest/spy" "4.0.7"
"@vitest/spy" "4.0.8"
estree-walker "^3.0.3"
magic-string "^0.30.19"
magic-string "^0.30.21"

"@vitest/pretty-format@3.2.4", "@vitest/pretty-format@^3.2.4":
version "3.2.4"
Expand All @@ -888,10 +888,10 @@
dependencies:
tinyrainbow "^2.0.0"

"@vitest/pretty-format@4.0.7":
version "4.0.7"
resolved "https://registry.yarnpkg.com/@vitest/pretty-format/-/pretty-format-4.0.7.tgz#1fba6a3c894966678f49ef5d788b0e53e0f03995"
integrity sha512-YY//yxqTmk29+/pK+Wi1UB4DUH3lSVgIm+M10rAJ74pOSMgT7rydMSc+vFuq9LjZLhFvVEXir8EcqMke3SVM6Q==
"@vitest/pretty-format@4.0.8":
version "4.0.8"
resolved "https://registry.yarnpkg.com/@vitest/pretty-format/-/pretty-format-4.0.8.tgz#752866f7dc62aa448af34404b2f9f1a4e1e6f656"
integrity sha512-qRrjdRkINi9DaZHAimV+8ia9Gq6LeGz2CgIEmMLz3sBDYV53EsnLZbJMR1q84z1HZCMsf7s0orDgZn7ScXsZKg==
dependencies:
tinyrainbow "^3.0.3"

Expand All @@ -904,12 +904,12 @@
pathe "^2.0.3"
strip-literal "^3.0.0"

"@vitest/runner@4.0.7":
version "4.0.7"
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-4.0.7.tgz#0a9a8f9c1283883f0828b343a4ee3f9a3f318171"
integrity sha512-orU1lsu4PxLEcDWfjVCNGIedOSF/YtZ+XMrd1PZb90E68khWCNzD8y1dtxtgd0hyBIQk8XggteKN/38VQLvzuw==
"@vitest/runner@4.0.8":
version "4.0.8"
resolved "https://registry.yarnpkg.com/@vitest/runner/-/runner-4.0.8.tgz#bfa9605eb5dc498dda8abe66d900caef31269ff6"
integrity sha512-mdY8Sf1gsM8hKJUQfiPT3pn1n8RF4QBcJYFslgWh41JTfrK1cbqY8whpGCFzBl45LN028g0njLCYm0d7XxSaQQ==
dependencies:
"@vitest/utils" "4.0.7"
"@vitest/utils" "4.0.8"
pathe "^2.0.3"

"@vitest/snapshot@3.2.4":
Expand All @@ -921,13 +921,13 @@
magic-string "^0.30.17"
pathe "^2.0.3"

"@vitest/snapshot@4.0.7":
version "4.0.7"
resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-4.0.7.tgz#6aa1f94215b43579c631366390de29c2288843ca"
integrity sha512-xJL+Nkw0OjaUXXQf13B8iKK5pI9QVtN9uOtzNHYuG/o/B7fIEg0DQ+xOe0/RcqwDEI15rud1k7y5xznBKGUXAA==
"@vitest/snapshot@4.0.8":
version "4.0.8"
resolved "https://registry.yarnpkg.com/@vitest/snapshot/-/snapshot-4.0.8.tgz#3ec18bdfa96f8e383d12f156d1c73c7dcfe1fd3d"
integrity sha512-Nar9OTU03KGiubrIOFhcfHg8FYaRaNT+bh5VUlNz8stFhCZPNrJvmZkhsr1jtaYvuefYFwK2Hwrq026u4uPWCw==
dependencies:
"@vitest/pretty-format" "4.0.7"
magic-string "^0.30.19"
"@vitest/pretty-format" "4.0.8"
magic-string "^0.30.21"
pathe "^2.0.3"

"@vitest/spy@3.2.4":
Expand All @@ -937,10 +937,10 @@
dependencies:
tinyspy "^4.0.3"

"@vitest/spy@4.0.7":
version "4.0.7"
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-4.0.7.tgz#41572d90fad66e249a4b4439d7980286f0fbc1c3"
integrity sha512-FW4X8hzIEn4z+HublB4hBF/FhCVaXfIHm8sUfvlznrcy1MQG7VooBgZPMtVCGZtHi0yl3KESaXTqsKh16d8cFg==
"@vitest/spy@4.0.8":
version "4.0.8"
resolved "https://registry.yarnpkg.com/@vitest/spy/-/spy-4.0.8.tgz#d8f071143901bd2ee31a805b468c054e481ec615"
integrity sha512-nvGVqUunyCgZH7kmo+Ord4WgZ7lN0sOULYXUOYuHr55dvg9YvMz3izfB189Pgp28w0vWFbEEfNc/c3VTrqrXeA==

"@vitest/utils@3.2.4":
version "3.2.4"
Expand All @@ -951,12 +951,12 @@
loupe "^3.1.4"
tinyrainbow "^2.0.0"

"@vitest/utils@4.0.7":
version "4.0.7"
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-4.0.7.tgz#7fac85b2451ff7c91bde4b00c78224f44323978d"
integrity sha512-HNrg9CM/Z4ZWB6RuExhuC6FPmLipiShKVMnT9JlQvfhwR47JatWLChA6mtZqVHqypE6p/z6ofcjbyWpM7YLxPQ==
"@vitest/utils@4.0.8":
version "4.0.8"
resolved "https://registry.yarnpkg.com/@vitest/utils/-/utils-4.0.8.tgz#00dcf405df47a64157c0edcc3832f678ab577cef"
integrity sha512-pdk2phO5NDvEFfUTxcTP8RFYjVj/kfLSPIN5ebP2Mu9kcIMeAQTbknqcFEyBcC4z2pJlJI9aS5UQjcYfhmKAow==
dependencies:
"@vitest/pretty-format" "4.0.7"
"@vitest/pretty-format" "4.0.8"
tinyrainbow "^3.0.3"

"@vue/compiler-core@3.5.22":
Expand Down Expand Up @@ -1161,7 +1161,7 @@ chai@^5.2.0:
loupe "^3.1.0"
pathval "^2.0.0"

chai@^6.0.1:
chai@^6.2.0:
version "6.2.0"
resolved "https://registry.yarnpkg.com/chai/-/chai-6.2.0.tgz#181bca6a219cddb99c3eeefb82483800ffa550ce"
integrity sha512-aUTnJc/JipRzJrNADXVvpVqi6CO0dn3nx4EVPxijri+fj3LUUDyZQOgVeW54Ob3Y1Xh9Iz8f+CgaCl8v0mn9bA==
Expand Down Expand Up @@ -1985,7 +1985,7 @@ lz-string@^1.5.0:
resolved "https://registry.yarnpkg.com/lz-string/-/lz-string-1.5.0.tgz#c1ab50f77887b712621201ba9fd4e3a6ed099941"
integrity sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==

magic-string@^0.30.17, magic-string@^0.30.19:
magic-string@^0.30.17, magic-string@^0.30.19, magic-string@^0.30.21:
version "0.30.21"
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.21.tgz#56763ec09a0fa8091df27879fd94d19078c00d91"
integrity sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==
Expand Down Expand Up @@ -2430,7 +2430,7 @@ starpc@^0.39.5, starpc@^0.39.8:
uint8arraylist "^2.4.7"
ws "^8.18.1"

std-env@^3.9.0:
std-env@^3.10.0, std-env@^3.9.0:
version "3.10.0"
resolved "https://registry.yarnpkg.com/std-env/-/std-env-3.10.0.tgz#d810b27e3a073047b2b5e40034881f5ea6f9c83b"
integrity sha512-5GS12FdOZNliM5mAOxFRg7Ir0pWz8MdpYm6AY6VPkGpbA7ZzmbzNcBJQ0GPvvyWgcY7QAhCgf9Uy89I03faLkg==
Expand Down Expand Up @@ -2624,7 +2624,7 @@ vite-node@3.2.4:
pathe "^2.0.3"
vite "^5.0.0 || ^6.0.0 || ^7.0.0-0"

"vite@^5.0.0 || ^6.0.0 || ^7.0.0-0", "vite@^6.0.0 || ^7.0.0":
"vite@^5.0.0 || ^6.0.0 || ^7.0.0-0":
version "7.1.12"
resolved "https://registry.yarnpkg.com/vite/-/vite-7.1.12.tgz#8b29a3f61eba23bcb93fc9ec9af4a3a1e83eecdb"
integrity sha512-ZWyE8YXEXqJrrSLvYgrRP7p62OziLW7xI5HYGWFzOvupfAlrLvURSzv/FyGyy0eidogEM3ujU+kUG1zuHgb6Ug==
Expand All @@ -2638,6 +2638,20 @@ vite-node@3.2.4:
optionalDependencies:
fsevents "~2.3.3"

"vite@^6.0.0 || ^7.0.0":
version "7.2.2"
resolved "https://registry.yarnpkg.com/vite/-/vite-7.2.2.tgz#17dd62eac2d0ca0fa90131c5f56e4fefb8845362"
integrity sha512-BxAKBWmIbrDgrokdGZH1IgkIk/5mMHDreLDmCJ0qpyJaAteP8NvMhkwr/ZCQNqNH97bw/dANTE9PDzqwJghfMQ==
dependencies:
esbuild "^0.25.0"
fdir "^6.5.0"
picomatch "^4.0.3"
postcss "^8.5.6"
rollup "^4.43.0"
tinyglobby "^0.2.15"
optionalDependencies:
fsevents "~2.3.3"

vitest@^3.0.0:
version "3.2.4"
resolved "https://registry.yarnpkg.com/vitest/-/vitest-3.2.4.tgz#0637b903ad79d1539a25bc34c0ed54b5c67702ea"
Expand Down Expand Up @@ -2668,24 +2682,24 @@ vitest@^3.0.0:
why-is-node-running "^2.3.0"

vitest@^4.0.0:
version "4.0.7"
resolved "https://registry.yarnpkg.com/vitest/-/vitest-4.0.7.tgz#02b767742cb962927278ce4a1a1acaa0bcd3eff0"
integrity sha512-xQroKAadK503CrmbzCISvQUjeuvEZzv6U0wlnlVFOi5i3gnzfH4onyQ29f3lzpe0FresAiTAd3aqK0Bi/jLI8w==
dependencies:
"@vitest/expect" "4.0.7"
"@vitest/mocker" "4.0.7"
"@vitest/pretty-format" "4.0.7"
"@vitest/runner" "4.0.7"
"@vitest/snapshot" "4.0.7"
"@vitest/spy" "4.0.7"
"@vitest/utils" "4.0.7"
version "4.0.8"
resolved "https://registry.yarnpkg.com/vitest/-/vitest-4.0.8.tgz#0c61a81261cf51450c70bc3c9a05a31d8526b14d"
integrity sha512-urzu3NCEV0Qa0Y2PwvBtRgmNtxhj5t5ULw7cuKhIHh3OrkKTLlut0lnBOv9qe5OvbkMH2g38G7KPDCTpIytBVg==
dependencies:
"@vitest/expect" "4.0.8"
"@vitest/mocker" "4.0.8"
"@vitest/pretty-format" "4.0.8"
"@vitest/runner" "4.0.8"
"@vitest/snapshot" "4.0.8"
"@vitest/spy" "4.0.8"
"@vitest/utils" "4.0.8"
debug "^4.4.3"
es-module-lexer "^1.7.0"
expect-type "^1.2.2"
magic-string "^0.30.19"
magic-string "^0.30.21"
pathe "^2.0.3"
picomatch "^4.0.3"
std-env "^3.9.0"
std-env "^3.10.0"
tinybench "^2.9.0"
tinyexec "^0.3.2"
tinyglobby "^0.2.15"
Expand Down
Loading