feat(vendor): switch dep to go module
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
9aee76b213
commit
9b5c18bcdd
6 changed files with 25 additions and 83 deletions
6
go.mod
Normal file
6
go.mod
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
module github.com/drone-plugins/drone-hugo
|
||||
|
||||
require (
|
||||
github.com/pkg/errors v0.8.1
|
||||
github.com/urfave/cli v1.20.0
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue