Skip to content

Prototype a MQTT Source #6188

Prototype a MQTT Source

Prototype a MQTT Source #6188

Triggered via pull request May 11, 2024 00:41
Status Failure
Total duration 5m 56s
Artifacts

knative-verify.yaml

on: pull_request
verify  /  Verify Deps and Codegen
5m 44s
verify / Verify Deps and Codegen
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
verify / Verify Deps and Codegen: go.mod#L1
Please run ./hack/update-codegen.sh. diff --git a/go.mod b/go.mod index 3c0fd43..52627d6 100644 --- a/go.mod +++ b/go.mod @@ -6,9 +6,11 @@ require ( github.com/ahmetb/gen-crd-api-reference-docs v0.3.1-0.20210420163308-c1402a70e2f1 github.com/cloudevents/conformance v0.2.0 github.com/cloudevents/sdk-go/observability/opencensus/v2 v2.15.2 + github.com/cloudevents/sdk-go/protocol/mqtt_paho/v2 v2.0.0-20240508060731-1ed9471c98bd github.com/cloudevents/sdk-go/sql/v2 v2.15.2 github.com/cloudevents/sdk-go/v2 v2.15.2 github.com/coreos/go-oidc/v3 v3.9.0 + github.com/eclipse/paho.golang v0.12.0 github.com/go-jose/go-jose/v3 v3.0.3 github.com/golang/protobuf v1.5.4 github.com/google/go-cmp v0.6.0 @@ -70,9 +72,7 @@ require ( github.com/blendle/zapdriver v1.3.1 // indirect github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect github.com/cespare/xxhash/v2 v2.2.0 // indirect - github.com/cloudevents/sdk-go/protocol/mqtt_paho/v2 v2.0.0-20240508060731-1ed9471c98bd // indirect github.com/davecgh/go-spew v1.1.1 // indirect - github.com/eclipse/paho.golang v0.12.0 // indirect github.com/emicklei/go-restful/v3 v3.11.0 // indirect github.com/evanphx/json-patch v4.12.0+incompatible // indirect github.com/evanphx/json-patch/v5 v5.9.0 // indirect
verify / Verify Deps and Codegen
Process completed with exit code 1.
verify / Verify Deps and Codegen
Restore cache failed: Dependencies file is not found in /home/runner/work/eventing/eventing. Supported file pattern: go.sum