Skip to content

Commit

Permalink
Merge pull request #366 from samgozman/dependabot/go_modules/user-ser…
Browse files Browse the repository at this point in the history
…vice/main/gorm.io/gorm-1.25.2

Bump gorm.io/gorm from 1.24.3 to 1.25.2 in /user-service
  • Loading branch information
samgozman authored Aug 6, 2023
2 parents 016203b + d482e22 commit cb3cd76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion user-service/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
google.golang.org/grpc v1.54.0
google.golang.org/protobuf v1.31.0
gorm.io/driver/postgres v1.4.6
gorm.io/gorm v1.24.3
gorm.io/gorm v1.25.2
)

require (
Expand Down
4 changes: 2 additions & 2 deletions user-service/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@ gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
gorm.io/driver/postgres v1.4.6 h1:1FPESNXqIKG5JmraaH2bfCVlMQ7paLoCreFxDtqzwdc=
gorm.io/driver/postgres v1.4.6/go.mod h1:UJChCNLFKeBqQRE+HrkFUbKbq9idPXmTOk2u4Wok8S4=
gorm.io/gorm v1.24.2/go.mod h1:DVrVomtaYTbqs7gB/x2uVvqnXzv0nqjB396B8cG4dBA=
gorm.io/gorm v1.24.3 h1:WL2ifUmzR/SLp85CSURAfybcHnGZ+yLSGSxgYXlFBHg=
gorm.io/gorm v1.24.3/go.mod h1:DVrVomtaYTbqs7gB/x2uVvqnXzv0nqjB396B8cG4dBA=
gorm.io/gorm v1.25.2 h1:gs1o6Vsa+oVKG/a9ElL3XgyGfghFfkKA2SInQaCyMho=
gorm.io/gorm v1.25.2/go.mod h1:L4uxeKpfBml98NYqVqwAdmV1a2nBtAec/cf3fpucW/k=

0 comments on commit cb3cd76

Please sign in to comment.