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

deps: Remove direct dependency on github.com/sergi/go-diff #287

Merged
merged 2 commits into from Mar 28, 2022

Commits on Mar 25, 2022

  1. deps: Remove direct dependency on github.com/sergi/go-diff

    It was only being used for "pretty" text differences in 3 tests. It is still an indirect dependency due to hc-install.
    
    ```console
    $ go mod why -m github.com/sergi/go-diff
    # github.com/sergi/go-diff
    github.com/hashicorp/terraform-exec/tfexec/internal/testutil
    github.com/hashicorp/hc-install/build
    github.com/go-git/go-git/v5
    github.com/sergi/go-diff/diffmatchpatch
    ```
    bflad committed Mar 25, 2022
    Copy the full SHA
    0f456b2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    10de289 View commit details
    Browse the repository at this point in the history