Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update google.golang.org/grpc/examples digest to 94e1b29 #369

Merged
merged 1 commit into from
Oct 25, 2024
Merged
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 @@ -21,7 +21,7 @@ require (
golang.org/x/net v0.30.0
golang.org/x/text v0.19.0
google.golang.org/grpc v1.67.1
google.golang.org/grpc/examples v0.0.0-20241025183347-a82315c00fa4
google.golang.org/grpc/examples v0.0.0-20241025204220-94e1b29a1ca2
gorm.io/datatypes v1.2.4
gorm.io/driver/postgres v1.5.9
gorm.io/gorm v1.25.12
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,8 @@ google.golang.org/grpc/examples v0.0.0-20241025160038-e0a730c111be h1:cDW/tVL48D
google.golang.org/grpc/examples v0.0.0-20241025160038-e0a730c111be/go.mod h1:wnQUz0oxXgAH9ie0oS4PKPqpkKNaK+CjEmf5U2HEEOw=
google.golang.org/grpc/examples v0.0.0-20241025183347-a82315c00fa4 h1:avJeAV38xHSa5sijhTd02ugYff2J/FxLzOz8PngtscM=
google.golang.org/grpc/examples v0.0.0-20241025183347-a82315c00fa4/go.mod h1:wnQUz0oxXgAH9ie0oS4PKPqpkKNaK+CjEmf5U2HEEOw=
google.golang.org/grpc/examples v0.0.0-20241025204220-94e1b29a1ca2 h1:Ns3hrfOc5MiTQZuGJyJcdSYUk4Jo5WqjY5hYMSSxLTk=
google.golang.org/grpc/examples v0.0.0-20241025204220-94e1b29a1ca2/go.mod h1:wnQUz0oxXgAH9ie0oS4PKPqpkKNaK+CjEmf5U2HEEOw=
google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8=
google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0=
google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=
Expand Down
Loading