[DNM] Update dependencies #1392
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
knative-verify.yaml
on: pull_request
verify
/
Verify Deps and Codegen
4m 15s
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 9d1db54..d5a6372 100644
--- a/go.mod
+++ b/go.mod
@@ -8,8 +8,8 @@ require (
github.com/cloudevents/sdk-go/v2 v2.13.0
github.com/google/go-cmp v0.5.9
github.com/google/uuid v1.3.1
- github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
- github.com/hashicorp/golang-lru v1.0.2 // indirect
+ github.com/hashicorp/go-cleanhttp v0.5.1
+ github.com/hashicorp/golang-lru v1.0.2
github.com/kelseyhightower/envconfig v1.4.0
github.com/nats-io/nats-server/v2 v2.8.4
github.com/nats-io/nats.go v1.22.1
|
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-natss/eventing-natss. Supported file pattern: go.sum
|