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

move from juju/errors to pkg/errors #7151

Merged
merged 6 commits into from
Sep 12, 2018
Merged

move from juju/errors to pkg/errors #7151

merged 6 commits into from
Sep 12, 2018

Commits on Sep 12, 2018

  1. Configuration menu
    Copy the full SHA
    55d150d View commit details
    Browse the repository at this point in the history
  2. vendor/script: replace import, fmt and remove juju

    - find . -name "*.go" | xargs sed -i 's/github.com\/juju\/errors/github.com\/pkg\/errors/g'
    - find . -name "*.go" | xargs sed -i 's/errors.Trace(err).(\*errors.Err).Cause()/errors.Cause(errors.Trace(err))/g'
    - make fmt
    - dep ensure
    lysu committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    a6ef99e View commit details
    Browse the repository at this point in the history
  3. *: fix after script replace

    lysu committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    091a280 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    890e2b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3f5615 View commit details
    Browse the repository at this point in the history
  6. *: rename Gen* to GenWithStack*

    lysu committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    0fa1be2 View commit details
    Browse the repository at this point in the history