Skip to content

Commit

Permalink
fix: update protoc gorm
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasbhat0 committed Jun 28, 2024
1 parent 26a79c7 commit 35b02cd
Show file tree
Hide file tree
Showing 35 changed files with 3,426 additions and 3,382 deletions.
5 changes: 2 additions & 3 deletions src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ require (
github.com/cenkalti/backoff/v4 v4.1.3
github.com/go-redis/redis v6.15.9+incompatible
github.com/go-redis/redis/v8 v8.11.5
github.com/golang/protobuf v1.5.2
github.com/infobloxopen/atlas-app-toolkit v1.2.1
github.com/infobloxopen/protoc-gen-gorm v1.1.0
github.com/jinzhu/copier v0.3.5
github.com/jinzhu/gorm v1.9.16
github.com/joho/godotenv v1.4.0
github.com/kelseyhightower/envconfig v1.4.0
Expand All @@ -20,7 +20,6 @@ require (
go.uber.org/zap v1.21.0
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
google.golang.org/genproto v0.0.0-20220725144611-272f38e5d71b
google.golang.org/protobuf v1.28.1
gorm.io/driver/postgres v1.3.8
gorm.io/gorm v1.23.8
)
Expand All @@ -34,7 +33,6 @@ require (
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect
github.com/eapache/queue v1.1.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.0 // indirect
Expand Down Expand Up @@ -72,5 +70,6 @@ require (
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/grpc v1.48.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 35b02cd

Please sign in to comment.