Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <christian@aperture.us>
  • Loading branch information
renovate[bot] authored and paralin committed May 16, 2024
1 parent f36c8e1 commit 47d98ab
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 31 deletions.
8 changes: 4 additions & 4 deletions example/plugin-demo/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ replace github.com/aperturerobotics/controllerbus => ../..
replace github.com/libp2p/go-libp2p => github.com/aperturerobotics/go-libp2p v0.33.1-0.20240511072027-002c32698a19 // aperture

require (
github.com/aperturerobotics/controllerbus v0.44.5 // master
github.com/aperturerobotics/protobuf-go-lite v0.6.4 // latest
github.com/aperturerobotics/starpc v0.32.8 // indirect; main
github.com/aperturerobotics/util v1.23.1 // indirect; latest
github.com/aperturerobotics/controllerbus v0.45.3 // master
github.com/aperturerobotics/protobuf-go-lite v0.6.5 // latest
github.com/aperturerobotics/starpc v0.32.9 // indirect; main
github.com/aperturerobotics/util v1.23.2 // indirect; latest
)

require (
Expand Down
14 changes: 6 additions & 8 deletions example/plugin-demo/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@ github.com/aperturerobotics/go-libp2p v0.33.1-0.20240511072027-002c32698a19 h1:Z
github.com/aperturerobotics/go-libp2p v0.33.1-0.20240511072027-002c32698a19/go.mod h1:/TIElEA8TzmHQTgGJQyzg0zHNZRCMYbdKyOsKwn9i6E=
github.com/aperturerobotics/json-iterator-lite v1.0.0 h1:cihbrYWoK/S2RYXhJLpDZd+GUjVvFJN+D3w1VOqqHRI=
github.com/aperturerobotics/json-iterator-lite v1.0.0/go.mod h1:snaApCEDtrHHP6UWSLKiYNOZU9A5NyzccKenx9oZEzg=
github.com/aperturerobotics/protobuf-go-lite v0.6.3 h1:AZ821ntYqzCpq6jE5rWJwJLikYbaa63Nka7YfW9EJdE=
github.com/aperturerobotics/protobuf-go-lite v0.6.3/go.mod h1:YTbfnUj3feSULhs8VgepAHFnF3wUc0CPj4jd2axy21I=
github.com/aperturerobotics/protobuf-go-lite v0.6.4 h1:zFak5xuNuiiEnF8d+pewYE9giyPtMLvSiusBq/FLEjA=
github.com/aperturerobotics/protobuf-go-lite v0.6.4/go.mod h1:YTbfnUj3feSULhs8VgepAHFnF3wUc0CPj4jd2axy21I=
github.com/aperturerobotics/starpc v0.32.8 h1:ZDKVV/NxGbk0TVfBUk7NvHC8EEoV2xzd/jgQaQuR5No=
github.com/aperturerobotics/starpc v0.32.8/go.mod h1:MgtaylA8mI6DAuRaKVWTvVuc5kH/uEgbdYMD2MAGnZY=
github.com/aperturerobotics/util v1.23.1 h1:pEeBrN5UUNy83OFyv9d7BQod8O++j5ZwIkEuYGdpRXw=
github.com/aperturerobotics/util v1.23.1/go.mod h1:dO8P8Ut5xNPpLrPPpn7kM/aJL+qT20C5Ppcs1GE0VNg=
github.com/aperturerobotics/protobuf-go-lite v0.6.5 h1:AuPPcZ7ZaJe9ZYYC4gF7/5/Xbn9Mt9uXyV3+ADWy+Ys=
github.com/aperturerobotics/protobuf-go-lite v0.6.5/go.mod h1:YTbfnUj3feSULhs8VgepAHFnF3wUc0CPj4jd2axy21I=
github.com/aperturerobotics/starpc v0.32.9 h1:RVhpoLzY5SMz+9To4mg1sqO70LpWDLvRYCKJQnYKv/s=
github.com/aperturerobotics/starpc v0.32.9/go.mod h1:V/wN7Y+OHchsdZ8DcTS1qSUVs7yWJZuaGA0g/aLiq1w=
github.com/aperturerobotics/util v1.23.2 h1:JEQ2y29BLr1sMWLTY12rOPIROCNiaEbdblegOuqBXog=
github.com/aperturerobotics/util v1.23.2/go.mod h1:CBSuB3PbBl8+uhdJTzj8+/dxEmCklW07FMVRbjFtXoo=
github.com/blang/semver v3.5.1+incompatible h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ=
github.com/blang/semver v3.5.1+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk=
github.com/cenkalti/backoff v2.2.1+incompatible h1:tNowT99t7UNflLxfYYSlKYsBpXdEet03Pg2g16Swow4=
Expand Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ replace github.com/libp2p/go-libp2p => github.com/aperturerobotics/go-libp2p v0.
replace github.com/libp2p/go-msgio => github.com/aperturerobotics/go-libp2p-msgio v0.0.0-20240511033615-1b69178aa5c8 // aperture

require (
github.com/aperturerobotics/common v0.16.1 // latest
github.com/aperturerobotics/common v0.16.4 // latest
github.com/aperturerobotics/json-iterator-lite v1.0.0 // latest
github.com/aperturerobotics/protobuf-go-lite v0.6.4 // latest
github.com/aperturerobotics/starpc v0.32.8 // latest
github.com/aperturerobotics/util v1.23.1 // latest
github.com/aperturerobotics/protobuf-go-lite v0.6.5 // latest
github.com/aperturerobotics/starpc v0.32.9 // latest
github.com/aperturerobotics/util v1.23.2 // latest
)

require (
Expand Down
16 changes: 8 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
github.com/aperturerobotics/common v0.16.1 h1:+Ei4oSZo+3QTI38YHGDe8MhkW/FXwpA8DTSs3JJPAC4=
github.com/aperturerobotics/common v0.16.1/go.mod h1:zjDs8xIZYFHbElcM5l2wOoNu3a3xyy4+u3mQELzK7ss=
github.com/aperturerobotics/common v0.16.4 h1:bX/gvpoc48jFbVsVRkZZt3j2rBxijt8iLAgunhM98+k=
github.com/aperturerobotics/common v0.16.4/go.mod h1:CNUQ4LRn9e2zwKKrWMZiKoywhWV9+Wpn3QPn9uE2E7Y=
github.com/aperturerobotics/go-libp2p v0.33.1-0.20240511072027-002c32698a19 h1:ZpnWhPCmYo//h1Jx9iOGPGG1cbFRM7Ij+ms+mCK6RUo=
github.com/aperturerobotics/go-libp2p v0.33.1-0.20240511072027-002c32698a19/go.mod h1:/TIElEA8TzmHQTgGJQyzg0zHNZRCMYbdKyOsKwn9i6E=
github.com/aperturerobotics/json-iterator-lite v1.0.0 h1:cihbrYWoK/S2RYXhJLpDZd+GUjVvFJN+D3w1VOqqHRI=
github.com/aperturerobotics/json-iterator-lite v1.0.0/go.mod h1:snaApCEDtrHHP6UWSLKiYNOZU9A5NyzccKenx9oZEzg=
github.com/aperturerobotics/protobuf-go-lite v0.6.4 h1:zFak5xuNuiiEnF8d+pewYE9giyPtMLvSiusBq/FLEjA=
github.com/aperturerobotics/protobuf-go-lite v0.6.4/go.mod h1:YTbfnUj3feSULhs8VgepAHFnF3wUc0CPj4jd2axy21I=
github.com/aperturerobotics/starpc v0.32.8 h1:ZDKVV/NxGbk0TVfBUk7NvHC8EEoV2xzd/jgQaQuR5No=
github.com/aperturerobotics/starpc v0.32.8/go.mod h1:MgtaylA8mI6DAuRaKVWTvVuc5kH/uEgbdYMD2MAGnZY=
github.com/aperturerobotics/util v1.23.1 h1:pEeBrN5UUNy83OFyv9d7BQod8O++j5ZwIkEuYGdpRXw=
github.com/aperturerobotics/util v1.23.1/go.mod h1:dO8P8Ut5xNPpLrPPpn7kM/aJL+qT20C5Ppcs1GE0VNg=
github.com/aperturerobotics/protobuf-go-lite v0.6.5 h1:AuPPcZ7ZaJe9ZYYC4gF7/5/Xbn9Mt9uXyV3+ADWy+Ys=
github.com/aperturerobotics/protobuf-go-lite v0.6.5/go.mod h1:YTbfnUj3feSULhs8VgepAHFnF3wUc0CPj4jd2axy21I=
github.com/aperturerobotics/starpc v0.32.9 h1:RVhpoLzY5SMz+9To4mg1sqO70LpWDLvRYCKJQnYKv/s=
github.com/aperturerobotics/starpc v0.32.9/go.mod h1:V/wN7Y+OHchsdZ8DcTS1qSUVs7yWJZuaGA0g/aLiq1w=
github.com/aperturerobotics/util v1.23.2 h1:JEQ2y29BLr1sMWLTY12rOPIROCNiaEbdblegOuqBXog=
github.com/aperturerobotics/util v1.23.2/go.mod h1:CBSuB3PbBl8+uhdJTzj8+/dxEmCklW07FMVRbjFtXoo=
github.com/blang/semver v3.5.1+incompatible h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ=
github.com/blang/semver v3.5.1+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk=
github.com/cenkalti/backoff v2.2.1+incompatible h1:tNowT99t7UNflLxfYYSlKYsBpXdEet03Pg2g16Swow4=
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"singleQuote": true
},
"devDependencies": {
"@aptre/common": "^0.16.3",
"@aptre/common": "^0.16.4",
"depcheck": "^1.4.7",
"prettier": "^3.0.1",
"rimraf": "^5.0.5",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@aptre/common@^0.16.3":
version "0.16.3"
resolved "https://registry.yarnpkg.com/@aptre/common/-/common-0.16.3.tgz#44c3e468ab87231c3f30d5ff9e48870d9c9a37b0"
integrity sha512-mhYZOVeSFsHuZmmlych6Wkw0rW7IOsCaxD2SbuDK0r7xmQqnpug0ITUv7Kgm/oFvbLSrlgQ4nBOAbz5rPaZs/Q==
"@aptre/common@^0.16.4":
version "0.16.4"
resolved "https://registry.yarnpkg.com/@aptre/common/-/common-0.16.4.tgz#db85fac6c8af08a5fb09d595541a970f4baa14dc"
integrity sha512-yLVl9070vq608ihawMYO458Ghkq6fFHNfDdMY86JEWDr+Fkff0D/9GLnf+e43/30jbSvsthcYYhqo8wccmr53g==
dependencies:
"@aptre/protobuf-es-lite" "^0.4.4"
"@typescript-eslint/eslint-plugin" "^7.8.0"
Expand All @@ -14,7 +14,7 @@
eslint-config-prettier "^9.0.0"
eslint-plugin-react-hooks "^4.6.1"
eslint-plugin-unused-imports "^3.2.0"
starpc "^0.32.3"
starpc "^0.32.9"

"@aptre/it-ws@^1.0.0":
version "1.0.0"
Expand Down Expand Up @@ -1875,7 +1875,7 @@ sprintf-js@~1.0.2:
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==

starpc@^0.32.3:
starpc@^0.32.3, starpc@^0.32.9:
version "0.32.9"
resolved "https://registry.yarnpkg.com/starpc/-/starpc-0.32.9.tgz#977587abfb0791001005c270c6afad1dbb4ab285"
integrity sha512-GSonUa4mpoxVF/UHw8Sp2f/MsyV54pf4TRYuD40YenpX3o2Qs0s0gkb9JgasDQUoisQ4Ija1uuYZ6LQd9ZG4OA==
Expand Down

0 comments on commit 47d98ab

Please sign in to comment.