mirror of
https://github.com/thegeeklab/drone-plugin-lib.git
synced 2024-11-05 02:40:40 +00:00
refactor: switch to forked thegeeklab/drone-plugin-lib (#2)
This commit is contained in:
parent
52c2cb457d
commit
1629658a12
12
README.md
12
README.md
@ -13,17 +13,17 @@ Helper library to reduce the boilerplate code for writing Drone CI plugins.
|
|||||||
### Download the package
|
### Download the package
|
||||||
|
|
||||||
```Shell
|
```Shell
|
||||||
go get -d github.com/drone-plugins/drone-plugin-lib/errors
|
go get -d github.com/thegeeklab/drone-plugin-lib/errors
|
||||||
go get -d github.com/drone-plugins/drone-plugin-lib/urfave
|
go get -d github.com/thegeeklab/drone-plugin-lib/urfave
|
||||||
go get -d github.com/drone-plugins/drone-plugin-lib/drone
|
go get -d github.com/thegeeklab/drone-plugin-lib/drone
|
||||||
```
|
```
|
||||||
|
|
||||||
### Import the package
|
### Import the package
|
||||||
|
|
||||||
```Go
|
```Go
|
||||||
import "github.com/drone-plugins/drone-plugin-lib/errors"
|
import "github.com/thegeeklab/drone-plugin-lib/errors"
|
||||||
import "github.com/drone-plugins/drone-plugin-lib/urfave"
|
import "github.com/thegeeklab/drone-plugin-lib/urfave"
|
||||||
import "github.com/drone-plugins/drone-plugin-lib/drone"
|
import "github.com/thegeeklab/drone-plugin-lib/drone"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
|
Loading…
Reference in New Issue
Block a user