Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

fix(deps): update github.com/emortalmc/proto-specs/gen/go digest to 6a9ad1a - autoclosed #27

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 party-manager
go 1.21

require (
github.com/emortalmc/proto-specs/gen/go v0.0.0-20240315180559-44913ed1078f
github.com/emortalmc/proto-specs/gen/go v0.0.0-20240406012921-6a9ad1aff227
github.com/golang/mock v1.6.0
github.com/google/uuid v1.5.0
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ github.com/emortalmc/proto-specs/gen/go v0.0.0-20240313190338-15284aae466e h1:8+
github.com/emortalmc/proto-specs/gen/go v0.0.0-20240313190338-15284aae466e/go.mod h1:se+tHcK9FWxeadkxLF5uj+SPauEye0X+Iq6cGczXGJY=
github.com/emortalmc/proto-specs/gen/go v0.0.0-20240315180559-44913ed1078f h1:ioG66wsMq5ONgXntbRZFZYBoZZN/VeLsXtMNjOO+LSY=
github.com/emortalmc/proto-specs/gen/go v0.0.0-20240315180559-44913ed1078f/go.mod h1:se+tHcK9FWxeadkxLF5uj+SPauEye0X+Iq6cGczXGJY=
github.com/emortalmc/proto-specs/gen/go v0.0.0-20240406012921-6a9ad1aff227 h1:KXL6uPezjaPVPmlYE9UY4MzkSdqvo4L7gVTd/wQA96g=
github.com/emortalmc/proto-specs/gen/go v0.0.0-20240406012921-6a9ad1aff227/go.mod h1:se+tHcK9FWxeadkxLF5uj+SPauEye0X+Iq6cGczXGJY=
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98=
Expand Down
Loading