7 Commits

Author SHA1 Message Date
Don Olmstead f43d8309d5 Update plugin to new conventions
Instead of downloading and using the manifest tool mimic the behavior of the CLI commands used. This is now possible with the v2 of the manifest tool library which can be used in this manner.

Use the new coding conventions for the plugin.
2023-04-07 17:08:30 -07:00
TP Honey cf7ba4606c (maint) update to latest drone-template-lib and sprig v3 2022-12-16 14:59:38 +00:00
TP Honey c51e841585 (maint) move to harness.drone.io 2022-12-16 10:19:14 +00:00
Brad Rydzewski 3f387227b5 bump template lib and fix manifest trimPrefix 2019-08-22 13:16:53 -07:00
Thomas Boerger 3c0ccca611 Use new template lib, fix manifest 2019-02-19 11:33:06 +01:00
renovate[bot] 0474975306 chore(deps): update module pkg/errors to v0.8.1 (#15)
This PR contains the following updates:

| Package | Type | Update | Change | References |
|---|---|---|---|---|
| github.com/pkg/errors | require | patch | `v0.8.0` -> `v0.8.1` | [source](https://togithub.com/pkg/errors) |

---

### Release Notes

<details>
<summary>pkg/errors</summary>

### [`v0.8.1`](https://togithub.com/pkg/errors/releases/v0.8.1)

[Compare Source](https://togithub.com/pkg/errors/compare/v0.8.0...v0.8.1)

pkg/errors 0.8.1 is a bug fix release for errors 0.8.0. It will be the last version to support Go 1.8 and below. pkg/errors 0.9 and above will require Go 1.9 for the new `runtime.CallersFrames` API.

pkg/errors 0.8.1 also adds one new feature, `errors.WithMessagef`. Ideally this would be held over til 0.9, but that complicates the switch to `runtime.CallersFrames`.

### Improvements

-   Added `errors.WithMessagef`. Thanks [@&#8203;chemicL](https://togithub.com/chemicL).

### Bugs fixed

-   `.travis.yml`. Adjust Go versions. Thanks [@&#8203;AlekSi](https://togithub.com/AlekSi), [@&#8203;dvrkps](https://togithub.com/dvrkps), [@&#8203;HaraldNordgren](https://togithub.com/HaraldNordgren), and [@&#8203;komuw](https://togithub.com/komuw) 
-   Fixed gofmt. Thanks [@&#8203;tariq1890](https://togithub.com/tariq1890) 
-   Copyedit the package documentation. Thanks [@&#8203;seh](https://togithub.com/seh), [@&#8203;TomSweeneyRedHat](https://togithub.com/TomSweeneyRedHat), [@&#8203;nicksnyder](https://togithub.com/nicksnyder), and [@&#8203;beono](https://togithub.com/beono) 
-   Remove unreachable code. Thanks [@&#8203;philoserf](https://togithub.com/philoserf) and [@&#8203;haya14busa](https://togithub.com/haya14busa) 
-   Move benchmark error sink to global variable. Thanks [@&#8203;bradleyfalzon](https://togithub.com/bradleyfalzon) 
-   Fix minor newline consistency issues in test files. Thanks [@&#8203;nmiyake](https://togithub.com/nmiyake) 
-   Add doc comment for exported Format func. Thanks [@&#8203;mrhwick](https://togithub.com/mrhwick) and [@&#8203;ihrwein](https://togithub.com/ihrwein)

</details>

---

### Renovate configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻️ **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`".

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#drone-plugins/drone-manifest).
2019-01-20 00:17:28 +08:00
Bo-Yi Wu 9db5d7d3b3 feat(vendor): switch dep to go module (#11)
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2019-01-11 11:49:20 +08:00