mirror of
https://github.com/adnanh/webhook.git
synced 2025-07-04 18:28:31 +00:00
Require Go 1.14
When go.mod specifies go 1.14 or higher, the go tools now verify that vendor/modules.txt is consistent with go.mod. Fixed by running `go mod vendor`.
This commit is contained in:
parent
c4f29b5d8b
commit
eefcd7f7d5
3 changed files with 19 additions and 2 deletions
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
|||
module github.com/adnanh/webhook
|
||||
|
||||
go 1.13
|
||||
go 1.14
|
||||
|
||||
require (
|
||||
github.com/clbanning/mxj v1.8.4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue