Skip to content

Commit 6424d6f

Browse files
committed
chore: fix goreleaser dep graph
Signed-off-by: Christian Stewart <christian@aperture.us>
1 parent e153dde commit 6424d6f

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
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.22
44

55
require (
6-
github.com/aperturerobotics/common v0.12.3 // latest
6+
github.com/aperturerobotics/common v0.12.4 // latest
77
github.com/aperturerobotics/controllerbus v0.42.0 // latest
88
github.com/aperturerobotics/entitygraph v0.8.2 // latest
99
github.com/aperturerobotics/protobuf-go-lite v0.5.0 // latest

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/common v0.12.3 h1:PzimEears0UlpgGBAhNK4LvAermv0801pFB+R1FSqx4=
10-
github.com/aperturerobotics/common v0.12.3/go.mod h1:XAF6181CsLce+cercpaPUo0fWps0V6X1RPo8zQBytJA=
9+
github.com/aperturerobotics/common v0.12.4 h1:rjBJgVWlga7/h+bbuKqjibzd8aLWLc+htK3wW9/iB6I=
10+
github.com/aperturerobotics/common v0.12.4/go.mod h1:XAF6181CsLce+cercpaPUo0fWps0V6X1RPo8zQBytJA=
1111
github.com/aperturerobotics/controllerbus v0.42.0 h1:Z9/sCCZvASqcQIuuWv8yAhMlFoTOsax/rtwxAYWpx8s=
1212
github.com/aperturerobotics/controllerbus v0.42.0/go.mod h1:nOjqUOCt7mX8KOYFWOX0v/ytrE6cu6cyaHSZvqaUqxg=
1313
github.com/aperturerobotics/entitygraph v0.8.2 h1:pNR5f6DJK+UF0IyXMJwtVXkjDI+KuoJdKiF2QuNH+iE=

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

+1-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

+1-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

+1-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

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

0 commit comments

Comments
 (0)