File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
google.golang.org/protobuf/internal/version Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
66 github.com/stretchr/testify v1.10.0
77 go.uber.org/zap v1.27.0
88 golang.org/x/sync v0.10.0
9- google.golang.org/protobuf v1.36.3
9+ google.golang.org/protobuf v1.36.4
1010)
1111
1212require (
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ=
1818golang.org/x/sync v0.10.0 /go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk =
1919golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4 =
2020golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
21- google.golang.org/protobuf v1.36.3 h1:82DV7MYdb8anAVi3qge1wSnMDrnKK7ebr+I0hHRN1BU =
22- google.golang.org/protobuf v1.36.3 /go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE =
21+ google.golang.org/protobuf v1.36.4 h1:6A3ZDJHn/eNqc1i+IdefRzy/9PokBTPvcqMySR7NNIM =
22+ google.golang.org/protobuf v1.36.4 /go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE =
2323gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
2424gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
2525gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ go.uber.org/zap/zapcore
2929# golang.org/x/sync v0.10.0
3030## explicit; go 1.18
3131golang.org/x/sync/semaphore
32- # google.golang.org/protobuf v1.36.3
32+ # google.golang.org/protobuf v1.36.4
3333## explicit; go 1.21
3434google.golang.org/protobuf/encoding/prototext
3535google.golang.org/protobuf/encoding/protowire
You can’t perform that action at this time.
0 commit comments