Skip to content

drop vendor licenses #677

drop vendor licenses

drop vendor licenses #677

Triggered via pull request March 27, 2024 16:51
Status Failure
Total duration 2m 43s
Artifacts

knative-verify.yaml

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

Annotations

2 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 937f9a1..e957bbb 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,6 @@ module knative.dev/sample-controller go 1.21 require ( - github.com/hashicorp/golang-lru v1.0.2 go.uber.org/zap v1.27.0 k8s.io/api v0.29.2 k8s.io/apimachinery v0.29.2 @@ -42,6 +41,7 @@ require ( github.com/google/gofuzz v1.2.0 // indirect github.com/google/uuid v1.6.0 // indirect github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect + github.com/hashicorp/golang-lru v1.0.2 // indirect github.com/imdario/mergo v0.3.6 // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/josharian/intern v1.0.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/sample-controller/sample-controller. Supported file pattern: go.sum