mirror of https://github.com/knative/func.git
chore: update go cloudevent sdk dep
This commit is contained in:
parent
a698f39d1d
commit
06391a4243
|
@ -2,4 +2,4 @@ module function
|
|||
|
||||
go 1.13
|
||||
|
||||
require github.com/cloudevents/sdk-go/v2 v2.0.0
|
||||
require github.com/cloudevents/sdk-go/v2 v2.3.1
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
module function
|
||||
|
||||
go 1.13
|
||||
|
||||
require github.com/cloudevents/sdk-go/v2 v2.3.1
|
||||
|
|
Loading…
Reference in New Issue