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

Bump google.golang.org/grpc from 1.50.1 to 1.53.0 #2

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
3 changes: 0 additions & 3 deletions .bazelignore

This file was deleted.

1 change: 0 additions & 1 deletion .bazelrc

This file was deleted.

1 change: 0 additions & 1 deletion .bazelversion

This file was deleted.

16 changes: 0 additions & 16 deletions BUILD.bazel

This file was deleted.

96 changes: 0 additions & 96 deletions MODULE.bazel

This file was deleted.

2 changes: 0 additions & 2 deletions WORKSPACE.bazel

This file was deleted.

4 changes: 0 additions & 4 deletions backend/BUILD.bazel

This file was deleted.

20 changes: 0 additions & 20 deletions backend/cmd/server/BUILD.bazel

This file was deleted.

9 changes: 0 additions & 9 deletions cli/BUILD.bazel

This file was deleted.

4 changes: 0 additions & 4 deletions client/BUILD.bazel

This file was deleted.

48 changes: 0 additions & 48 deletions client/src/bazel/bootcamp/BUILD.bazel

This file was deleted.

28 changes: 0 additions & 28 deletions frontend/BUILD.bazel

This file was deleted.

10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ module github.com/aspect-build/codelabs
go 1.19

require (
google.golang.org/grpc v1.50.1
google.golang.org/grpc v1.53.0
google.golang.org/protobuf v1.28.1
)

require (
github.com/golang/protobuf v1.5.2 // indirect
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
golang.org/x/sys v0.1.0 // indirect
golang.org/x/text v0.3.3 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
golang.org/x/net v0.5.0 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/text v0.6.0 // indirect
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
)
83 changes: 0 additions & 83 deletions go.sum

This file was deleted.

Loading
Loading