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:
AzurCrystal 2022-08-03 00:32:00 +08:00
commit f692e3cc44
2 changed files with 21 additions and 6 deletions

10
go.mod
View file

@ -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
)