This repository was archived by the owner on Nov 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module message-handler
3
3
go 1.21
4
4
5
5
require (
6
- github.com/emortalmc/proto-specs/gen/go v0.0.0-20231007222717-fa39fcfe52f5
6
+ github.com/emortalmc/proto-specs/gen/go v0.0.0-20240905114116-3ad63ab6bd13
7
7
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
8
8
github.com/segmentio/kafka-go v0.4.46
9
9
github.com/spf13/viper v1.17.0
Original file line number Diff line number Diff line change @@ -53,6 +53,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
53
53
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
54
54
github.com/emortalmc/proto-specs/gen/go v0.0.0-20231007222717-fa39fcfe52f5 h1:fmeQKmsBgz1/kMtn3cHO7k24gCULilHQxePFvLpyESQ =
55
55
github.com/emortalmc/proto-specs/gen/go v0.0.0-20231007222717-fa39fcfe52f5 /go.mod h1:se+tHcK9FWxeadkxLF5uj+SPauEye0X+Iq6cGczXGJY =
56
+ github.com/emortalmc/proto-specs/gen/go v0.0.0-20240905114116-3ad63ab6bd13 h1:kRA+SPELDJisLscYtL5MUGi/pIP25L7mCfTb5X60Gsc =
57
+ github.com/emortalmc/proto-specs/gen/go v0.0.0-20240905114116-3ad63ab6bd13 /go.mod h1:se+tHcK9FWxeadkxLF5uj+SPauEye0X+Iq6cGczXGJY =
56
58
github.com/envoyproxy/go-control-plane v0.9.0 /go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4 =
57
59
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473 /go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4 =
58
60
github.com/envoyproxy/go-control-plane v0.9.4 /go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98 =
You can’t perform that action at this time.
0 commit comments