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

Bump google.golang.org/grpc from 1.48.0 to 1.53.0 #249

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
11 changes: 5 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@ module github.com/infobloxopen/protoc-gen-gorm

require (
github.com/golang/protobuf v1.5.2
github.com/google/go-cmp v0.5.8
github.com/google/go-cmp v0.5.9
github.com/infobloxopen/atlas-app-toolkit v1.2.2-0.20220721202134-28480c4993fc
github.com/jackc/pgtype v1.11.0 // indirect
github.com/jinzhu/inflection v1.0.0
github.com/lib/pq v1.10.2
github.com/satori/go.uuid v1.2.0
go.opencensus.io v0.23.0
google.golang.org/genproto v0.0.0-20220722212130-b98a9ff5e252
google.golang.org/grpc v1.48.0
google.golang.org/protobuf v1.28.0
gorm.io/datatypes v1.0.6
go.opencensus.io v0.24.0
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f
google.golang.org/grpc v1.53.0
google.golang.org/protobuf v1.28.1
gorm.io/gorm v1.23.2
)

Expand Down
Loading