You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kong/deck#1060 is extracting the database reconciliation logic into a brand new Go module that will be called go-database-reconciler.
Proposed Solution
Eradicate the use of the deck module (in favor of go-kong and go-database-reconciler).
This includes transitive depedencies (KTF is known to be one at the moment of writing, as Travis described in Kong/deck#1060 (comment)).
Additional information
No response
Acceptance Criteria
If I grep go.mod and go.sum for github.com/kong/deck, there should be no matches.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Problem Statement
Kong/deck#1060 is extracting the database reconciliation logic into a brand new Go module that will be called
go-database-reconciler
.Proposed Solution
Eradicate the use of the
deck
module (in favor ofgo-kong
andgo-database-reconciler
).This includes transitive depedencies (KTF is known to be one at the moment of writing, as Travis described in Kong/deck#1060 (comment)).
Additional information
No response
Acceptance Criteria
go.mod
andgo.sum
forgithub.com/kong/deck
, there should be no matches.The text was updated successfully, but these errors were encountered: