Skip to content

Commit 8232b7a

Browse files
committed
fix: update srpc and regen protos
Signed-off-by: Christian Stewart <christian@aperture.us>
1 parent b39d7bc commit 8232b7a

File tree

12 files changed

+22
-17
lines changed

12 files changed

+22
-17
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/aperturerobotics/bifrost
33
go 1.21
44

55
require (
6-
github.com/aperturerobotics/controllerbus v0.36.4 // latest
6+
github.com/aperturerobotics/controllerbus v0.36.5 // latest
77
github.com/aperturerobotics/entitygraph v0.6.1
88
github.com/aperturerobotics/starpc v0.27.2 // latest
99
github.com/aperturerobotics/timestamp v0.8.2

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ github.com/aperturerobotics/bifrost-nats-client v1.10.1-0.20200831103200-24c3d04
66
github.com/aperturerobotics/bifrost-nats-client v1.10.1-0.20200831103200-24c3d0464e58/go.mod h1:ougcjYEZDYV8pVtaNbA5sgYDukkYHyKtSsW/T3B13j0=
77
github.com/aperturerobotics/bifrost-nats-server/v2 v2.1.8-0.20221228081037-b7c2df0c151f h1:bmScByQNGDPPy9T+zdwu816XaCbFtD5UDyqZMRiHJ80=
88
github.com/aperturerobotics/bifrost-nats-server/v2 v2.1.8-0.20221228081037-b7c2df0c151f/go.mod h1:kIcZtLpq4UIZzOqduYLm1mYU1nuMBtN6XuDCtQ21QT8=
9-
github.com/aperturerobotics/controllerbus v0.36.4 h1:f8R+TSxVbcL83pUn6FoAT6HzGtdU8LUClZZUFOFFmPE=
10-
github.com/aperturerobotics/controllerbus v0.36.4/go.mod h1:aGEwzJXg5wlM5mcR2he8/QIbM/xH8XCYira1Umpbh74=
9+
github.com/aperturerobotics/controllerbus v0.36.5 h1:0fRV1dF/rp1C7EzzhYVUPpDP8I8q4ZahjQ2rTMePh/o=
10+
github.com/aperturerobotics/controllerbus v0.36.5/go.mod h1:XUilESTEQ6P62Ru+1HfdO51Ua11/8MHw5nDpdSzB2Ck=
1111
github.com/aperturerobotics/entitygraph v0.6.1 h1:A+5dYE26dRkitSCE9Zn9vrp6j37Ms4C5VjBYlHFSuFc=
1212
github.com/aperturerobotics/entitygraph v0.6.1/go.mod h1:/XPtMCHH4VOqdL9VfckQd8lUmJVK1t8qspuPgob4rEo=
1313
github.com/aperturerobotics/logrus v1.9.4-0.20240119050608-13332fb58195 h1:uyeD1J23j/kFiCFO7rx+GQA4tCqOEy3IJyMK4f6vamE=

hack/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ require (
7575
github.com/alexkohler/nakedret/v2 v2.0.2 // indirect
7676
github.com/alexkohler/prealloc v1.0.0 // indirect
7777
github.com/alingse/asasalint v0.0.11 // indirect
78-
github.com/aperturerobotics/controllerbus v0.36.4 // indirect
78+
github.com/aperturerobotics/controllerbus v0.36.5 // indirect
7979
github.com/aperturerobotics/entitygraph v0.6.1 // indirect
8080
github.com/aperturerobotics/timestamp v0.8.2 // indirect
8181
github.com/aperturerobotics/ts-proto-common-types v0.20.2 // indirect

hack/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ github.com/alingse/asasalint v0.0.11 h1:SFwnQXJ49Kx/1GghOFz1XGqHYKp21Kq1nHad/0WQ
161161
github.com/alingse/asasalint v0.0.11/go.mod h1:nCaoMhw7a9kSJObvQyVzNTPBDbNpdocqrSP7t/cW5+I=
162162
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be h1:9AeTilPcZAjCFIImctFaOjnTIavg87rW78vTPkQqLI8=
163163
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be/go.mod h1:ySMOLuWl6zY27l47sB3qLNK6tF2fkHG55UZxx8oIVo4=
164-
github.com/aperturerobotics/controllerbus v0.36.4 h1:f8R+TSxVbcL83pUn6FoAT6HzGtdU8LUClZZUFOFFmPE=
165-
github.com/aperturerobotics/controllerbus v0.36.4/go.mod h1:aGEwzJXg5wlM5mcR2he8/QIbM/xH8XCYira1Umpbh74=
164+
github.com/aperturerobotics/controllerbus v0.36.5 h1:0fRV1dF/rp1C7EzzhYVUPpDP8I8q4ZahjQ2rTMePh/o=
165+
github.com/aperturerobotics/controllerbus v0.36.5/go.mod h1:XUilESTEQ6P62Ru+1HfdO51Ua11/8MHw5nDpdSzB2Ck=
166166
github.com/aperturerobotics/entitygraph v0.6.1 h1:A+5dYE26dRkitSCE9Zn9vrp6j37Ms4C5VjBYlHFSuFc=
167167
github.com/aperturerobotics/entitygraph v0.6.1/go.mod h1:/XPtMCHH4VOqdL9VfckQd8lUmJVK1t8qspuPgob4rEo=
168168
github.com/aperturerobotics/goprotowrap v0.3.0 h1:JLQ/1zVRdm2qwfeK7bPxWPg5fpTLlzovDUom0vBgcgM=

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"patch-package": "^8.0.0",
4848
"prettier": "^3.1.1",
4949
"ts-poet": "6.7.0",
50-
"ts-proto": "^1.167.8",
50+
"ts-proto": "^1.168.0",
5151
"typescript": "^5.1.6"
5252
},
5353
"dependencies": {

peer/api/api_srpc.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pubsub/api/api_srpc.pb.go

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rpc/access/access_srpc.pb.go

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

signaling/rpc/signaling_srpc.pb.go

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stream/api/api_srpc.pb.go

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stream/drpc/e2e/e2e_srpc.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -2093,10 +2093,10 @@ ts-proto-descriptors@1.15.0:
20932093
long "^5.2.3"
20942094
protobufjs "^7.2.4"
20952095

2096-
ts-proto@^1.167.8:
2097-
version "1.167.9"
2098-
resolved "https://registry.yarnpkg.com/ts-proto/-/ts-proto-1.167.9.tgz#b91df6a1db8f689efcac6a2e20d71cdd5c2af8ab"
2099-
integrity sha512-zqZ15CzqvupSpoTl/fzOs5gG7SFvj1ENmWeKMgD4Yl2BSx8I5F+qgYkr9EZYMu7Ho7u+QtwzfudROo+/jwM2pg==
2096+
ts-proto@^1.168.0:
2097+
version "1.168.0"
2098+
resolved "https://registry.yarnpkg.com/ts-proto/-/ts-proto-1.168.0.tgz#049895ec546bf729dd5d927866aa967e1fb96257"
2099+
integrity sha512-3ae1eXY3VCmhIvM/8Q/q4/3bJrdftmtY+5GwrSkhZh+UnHpI1l5rYu0mm1V75qiQJcdAXRc5m7gfnYbdnuQl5g==
21002100
dependencies:
21012101
case-anything "^2.1.13"
21022102
protobufjs "^7.2.4"

0 commit comments

Comments
 (0)