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

fix panic when os.Stat returns an error besides ErrNotExists #2162

Merged
merged 6 commits into from Aug 17, 2022

Commits on Aug 14, 2022

  1. fix panic when os.Stat returns an error besides ErrNotExists

    Signed-off-by: Samsondeen Dare <samsondeen.dare@hashicorp.com>
    dsa0x committed Aug 14, 2022
    Copy the full SHA
    c14b642 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. boilerplate fix

    Signed-off-by: Samsondeen Dare <samsondeen.dare@hashicorp.com>
    dsa0x committed Aug 15, 2022
    Copy the full SHA
    5d2b5d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. move FileExists to internal package

    Signed-off-by: Samsondeen Dare <samsondeen.dare@hashicorp.com>
    dsa0x committed Aug 17, 2022
    Copy the full SHA
    bf79f0d View commit details
    Browse the repository at this point in the history
  2. remove archived pkg/errors

    Signed-off-by: Samsondeen Dare <samsondeen.dare@hashicorp.com>
    dsa0x committed Aug 17, 2022
    Copy the full SHA
    73ab403 View commit details
    Browse the repository at this point in the history
  3. comments

    Signed-off-by: Samsondeen Dare <samsondeen.dare@hashicorp.com>
    dsa0x committed Aug 17, 2022
    Copy the full SHA
    777c36b View commit details
    Browse the repository at this point in the history
  4. comments

    Signed-off-by: Samsondeen Dare <samsondeen.dare@hashicorp.com>
    dsa0x committed Aug 17, 2022
    Copy the full SHA
    d12ac3d View commit details
    Browse the repository at this point in the history