Skip to content

Commit

Permalink
fix(deps): update module github.com/aperturerobotics/controllerbus to…
Browse files Browse the repository at this point in the history
… v0.48.1
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent c688465 commit bdc93e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions example/plugin-demo/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ replace github.com/aperturerobotics/controllerbus => ../..
replace github.com/libp2p/go-libp2p => github.com/aperturerobotics/go-libp2p v0.36.3-0.20241002070357-a2e1c3498dd3 // aperture

require (
github.com/aperturerobotics/controllerbus v0.47.8 // master
github.com/aperturerobotics/controllerbus v0.48.1 // master
github.com/aperturerobotics/protobuf-go-lite v0.8.0 // latest
github.com/aperturerobotics/starpc v0.35.2 // indirect; main
github.com/aperturerobotics/util v1.26.1 // indirect; latest
github.com/aperturerobotics/util v1.26.2 // indirect; latest
)

require (
Expand All @@ -25,6 +25,7 @@ require (
require (
github.com/aperturerobotics/json-iterator-lite v1.0.0 // indirect
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/cloudflare/circl v1.3.8 // indirect
github.com/coder/websocket v1.8.13-0.20240912160150-6c8e3ab3985f // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
Expand Down
4 changes: 4 additions & 0 deletions example/plugin-demo/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ github.com/aperturerobotics/starpc v0.35.2 h1:ZoA5f4QuXQV2zYlrikE99js14DimZhp1PA
github.com/aperturerobotics/starpc v0.35.2/go.mod h1:+pq40XoDNQWsoi2HECCXSyn9RvM/jdSa4BVbSIG+fYA=
github.com/aperturerobotics/util v1.26.1 h1:qP3aOgXyrkkgjgJ1CWJx9sx8lPd0f2dqkRelS9h7CLU=
github.com/aperturerobotics/util v1.26.1/go.mod h1:wjh64quTQw1N5ZJzOwa+TMiIklAaOLvByNT432WSHUs=
github.com/aperturerobotics/util v1.26.2 h1:PrBgJ3ydAwSD59o7s5zRfL+mbphIC6xo2Inor7/K+ok=
github.com/aperturerobotics/util v1.26.2/go.mod h1:jp9+cf8cTlX5Jf0F9RlXmKtEw0yXC6gU92V9lXoZ74M=
github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=
github.com/blang/semver/v4 v4.0.0/go.mod h1:IbckMUScFkM3pff0VJDNKRiT6TG/YpiHIM2yvyW5YoQ=
github.com/cenkalti/backoff v2.2.1+incompatible h1:tNowT99t7UNflLxfYYSlKYsBpXdEet03Pg2g16Swow4=
github.com/cenkalti/backoff v2.2.1+incompatible/go.mod h1:90ReRw6GdpyfrHakVjL/QHaoyV4aDUVVkXQJJJ3NXXM=
github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=
github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
github.com/cloudflare/circl v1.3.8 h1:j+V8jJt09PoeMFIu2uh5JUyEaIHTXVOHslFoLNAKqwI=
github.com/cloudflare/circl v1.3.8/go.mod h1:PDRU+oXvdD7KCtgKxW95M5Z8BpSCJXQORiZFnBQS5QU=
github.com/coder/websocket v1.8.13-0.20240912160150-6c8e3ab3985f h1:izqVn8o6O+hpoOHPHOtegczwcT4wyHk1gsa6hw3vFow=
Expand Down

0 comments on commit bdc93e1

Please sign in to comment.