Skip to content

Commit

Permalink
Changed Dockerfile for CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
husamettinarabaci committed Feb 13, 2024
1 parent 63a4754 commit 8882851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ require (
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240213162025-012b6fc9bca9 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gorm.io/driver/postgres v1.5.7 // indirect
gorm.io/gorm v1.25.7 // indirect
gorm.io/driver/postgres v1.5.2
gorm.io/gorm v1.25.4
)

replace github.com/octoposprime/op-be-shared => ../op-be-shared

0 comments on commit 8882851

Please sign in to comment.