Skip to content

Commit

Permalink
chore: fix goreleaser dep graph
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Stewart <[email protected]>
  • Loading branch information
paralin committed Apr 23, 2024
1 parent e153dde commit 6424d6f
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/aperturerobotics/bifrost
go 1.22

require (
github.com/aperturerobotics/common v0.12.3 // latest
github.com/aperturerobotics/common v0.12.4 // latest
github.com/aperturerobotics/controllerbus v0.42.0 // latest
github.com/aperturerobotics/entitygraph v0.8.2 // latest
github.com/aperturerobotics/protobuf-go-lite v0.5.0 // latest
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ github.com/aperturerobotics/bifrost-nats-client v1.10.1-0.20200831103200-24c3d04
github.com/aperturerobotics/bifrost-nats-client v1.10.1-0.20200831103200-24c3d0464e58/go.mod h1:ougcjYEZDYV8pVtaNbA5sgYDukkYHyKtSsW/T3B13j0=
github.com/aperturerobotics/bifrost-nats-server/v2 v2.1.8-0.20221228081037-b7c2df0c151f h1:bmScByQNGDPPy9T+zdwu816XaCbFtD5UDyqZMRiHJ80=
github.com/aperturerobotics/bifrost-nats-server/v2 v2.1.8-0.20221228081037-b7c2df0c151f/go.mod h1:kIcZtLpq4UIZzOqduYLm1mYU1nuMBtN6XuDCtQ21QT8=
github.com/aperturerobotics/common v0.12.3 h1:PzimEears0UlpgGBAhNK4LvAermv0801pFB+R1FSqx4=
github.com/aperturerobotics/common v0.12.3/go.mod h1:XAF6181CsLce+cercpaPUo0fWps0V6X1RPo8zQBytJA=
github.com/aperturerobotics/common v0.12.4 h1:rjBJgVWlga7/h+bbuKqjibzd8aLWLc+htK3wW9/iB6I=
github.com/aperturerobotics/common v0.12.4/go.mod h1:XAF6181CsLce+cercpaPUo0fWps0V6X1RPo8zQBytJA=
github.com/aperturerobotics/controllerbus v0.42.0 h1:Z9/sCCZvASqcQIuuWv8yAhMlFoTOsax/rtwxAYWpx8s=
github.com/aperturerobotics/controllerbus v0.42.0/go.mod h1:nOjqUOCt7mX8KOYFWOX0v/ytrE6cu6cyaHSZvqaUqxg=
github.com/aperturerobotics/entitygraph v0.8.2 h1:pNR5f6DJK+UF0IyXMJwtVXkjDI+KuoJdKiF2QuNH+iE=
Expand Down
2 changes: 1 addition & 1 deletion peer/api/api_srpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pubsub/api/api_srpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rpc/access/access_srpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion signaling/rpc/signaling_srpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion stream/api/api_srpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6424d6f

Please sign in to comment.