Skip to content

Commit 2d20837

Browse files
fix(deps): update all dependencies to v0.35.2
1 parent 2191bc6 commit 2d20837

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

tools/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/aperturerobotics/common v0.15.4 // latest
1616
github.com/aperturerobotics/goprotowrap v0.3.1 // latest
1717
github.com/aperturerobotics/protobuf-go-lite v0.8.0 // latest
18-
github.com/aperturerobotics/starpc v0.35.1 // latest
18+
github.com/aperturerobotics/starpc v0.35.2 // latest
1919
)
2020

2121
require (

tools/go.sum

+1
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ github.com/aperturerobotics/protobuf-go-lite v0.8.0 h1:SoiTAVArmOrNTX31e6CC5Bem6
144144
github.com/aperturerobotics/protobuf-go-lite v0.8.0/go.mod h1:y49wVEezRHg78uQ2OzLLZbtTTWuox+ChmaTuh6FLJW8=
145145
github.com/aperturerobotics/starpc v0.35.1 h1:8P/5aMF8p+o2eyMqsuniK+u0HGZlWc21oImg90YKNQA=
146146
github.com/aperturerobotics/starpc v0.35.1/go.mod h1:8tpuRoTbAmm9pDuz6DLK1TBkvDN74CuZtrLHQQGlHmQ=
147+
github.com/aperturerobotics/starpc v0.35.2/go.mod h1:+pq40XoDNQWsoi2HECCXSyn9RvM/jdSa4BVbSIG+fYA=
147148
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
148149
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
149150
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 h1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so=

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -2347,9 +2347,9 @@ stackback@0.0.2:
23472347
integrity sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==
23482348

23492349
starpc@^0.35.0:
2350-
version "0.35.1"
2351-
resolved "https://registry.yarnpkg.com/starpc/-/starpc-0.35.1.tgz#8a9e60560dc0af8f7a040f6c8eb02196a7c24e8b"
2352-
integrity sha512-cdIuyVZlj9q4gahJuoB109+1lnx4nzzBeqgVRQ4QO0DG+opdJ1Oopbn44WoWEJZjGmPLUwt7AI6BIhlkhsk9/w==
2350+
version "0.35.2"
2351+
resolved "https://registry.yarnpkg.com/starpc/-/starpc-0.35.2.tgz#4f5385fe2a36eb1c2c11e179ebc257213b7d0d7f"
2352+
integrity sha512-WeHEhnc6ADPDzxXZm96t0huN5q8Z471fCYYpMnvDHLIau25oyMnPedsD+/Wn8S+vqlZgCR6LXCFhCs1foBm9zw==
23532353
dependencies:
23542354
"@aptre/it-ws" "^1.0.1"
23552355
"@aptre/protobuf-es-lite" "^0.4.6"

0 commit comments

Comments
 (0)