Skip to content

Commit

Permalink
use local deps
Browse files Browse the repository at this point in the history
  • Loading branch information
flrgh committed Mar 21, 2024
1 parent f430fc0 commit 3b9a749
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module github.com/kong/deck

go 1.21.6

replace github.com/kong/go-kong v0.44.0 => github.com/kong/go-kong v0.46.1-0.20230728150635-982daa2d26b3

replace github.com/yudai/gojsondiff v1.0.0 => github.com/Kong/gojsondiff v1.3.0

require (
Expand All @@ -29,6 +27,10 @@ require (
sigs.k8s.io/yaml v1.4.0
)

replace github.com/kong/go-database-reconciler v1.7.0 => ../go-database-reconciler

replace github.com/kong/go-kong v0.51.1-0.20240125175037-0c077f5b9ac7 => ../go-kong

require (
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
github.com/google/go-querystring v1.1.0 // indirect
Expand Down

0 comments on commit 3b9a749

Please sign in to comment.