Skip to content

Commit

Permalink
deps: change keploy version
Browse files Browse the repository at this point in the history
Signed-off-by: gouravkrosx <[email protected]>
  • Loading branch information
gouravkrosx committed Apr 23, 2024
1 parent 476280f commit 02dfaab
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 @@ -4,11 +4,11 @@ go 1.22.1

replace github.com/jackc/pgproto3/v2 => github.com/keploy/pgproto3/v2 v2.0.2

replace go.keploy.io/server/v2 => /Users/gouravkumar/Desktop/Keploy/Keploy-Server/keploy
// replace go.keploy.io/server/v2 => /Users/gouravkumar/Desktop/Keploy/Keploy-Server/keploy

require (
github.com/spf13/viper v1.18.2
go.keploy.io/server/v2 v2.1.0-alpha8
go.keploy.io/server/v2 v2.1.0-alpha10
go.uber.org/zap v1.24.0
)

Expand Down

0 comments on commit 02dfaab

Please sign in to comment.