update go.mod
- This is auto generated by vscode GO plugin.
- Updated urfave/cli from v1.20.0 to v1.22.9.
- Removed unused pkg/errors.
This commit is contained in:
parent
5bb893c04e
commit
f692e3cc44
2 changed files with 21 additions and 6 deletions
10
go.mod
10
go.mod
|
|
@ -1,6 +1,12 @@
|
|||
module github.com/drone-plugins/drone-hugo
|
||||
|
||||
go 1.18
|
||||
|
||||
require (
|
||||
github.com/pkg/errors v0.8.1
|
||||
github.com/urfave/cli v1.20.0
|
||||
github.com/urfave/cli v1.22.9
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
||||
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue