Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate deck@v1.29.2 library code into this repo #9

Merged
merged 3 commits into from
Nov 17, 2023

Commits on Nov 13, 2023

  1. chore: import relevant deck packages

    Copy the konnect, cprint, crud, diff, dump, file, scripts, state, types,
    and utils packages from deck into this repository.
    
    The source was imported from deck@v1.29.2:
    https://github.com/Kong/deck/releases/tag/v1.29.2
    rainest committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    b4ea696 View commit details
    Browse the repository at this point in the history
  2. chore: update package imports and init mod

    Update import references to deck packages migrated to this repository to
    use the copy in this repository instead of the original in deck.
    
    Run:
    
    go mod init "github.com/kong/go-database-reconciler"
    go mod tidy
    
    Add replace directive from deck go.mod.
    
    Run:
    
    go get github.com/alecthomas/jsonschema@v0.0.0-20191017121752-4bb6e3fae4f2
    go mod tidy
    
    This library is apparently rather out of date in deck and has had
    breaking changes since it was added. After this downgrade, "go vet
    ./..." no longer shows errors.
    rainest committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    13ad8e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84300cc View commit details
    Browse the repository at this point in the history