Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Bump github.com/hashicorp/golang-lru from 0.6.0 to 1.0.2 #280

Bump github.com/hashicorp/golang-lru from 0.6.0 to 1.0.2

Bump github.com/hashicorp/golang-lru from 0.6.0 to 1.0.2 #280

Triggered via pull request August 8, 2023 23:42
Status Failure
Total duration 3m 49s
Artifacts
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
3m 39s
verify / Verify Deps and Codegen
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
verify / Verify Deps and Codegen: third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/README.md#L1
Please run ./hack/update-codegen.sh. diff --git a/third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/README.md b/third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/README.md index 063bb16..03bcfb5 100644 --- a/third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/README.md +++ b/third_party/VENDOR-LICENSE/github.com/hashicorp/golang-lru/README.md @@ -1,25 +1,7 @@ golang-lru ========== -This provides the `lru` package which implements a fixed-size -thread safe LRU cache. It is based on the cache in Groupcache. - -Documentation -============= - -Full docs are available on [Godoc](https://pkg.go.dev/github.com/hashicorp/golang-lru) - -Example -======= - -Using the LRU is very simple: - -```go -l, _ := New(128) -for i := 0; i < 256; i++ { - l.Add(i, nil) -} -if l.Len() != 128 { - panic(fmt.Sprintf("bad len: %v", l.Len())) -} -``` +Please upgrade to github.com/hashicorp/golang-lru/v2 for all new code as v1 will +not be updated anymore. The v2 version supports generics and is faster; old code +can specify a specific tag, e.g. github.com/hashicorp/golang-lru/v1.0.2 for +backwards compatibility.
verify / Verify Deps and Codegen: vendor/k8s.io/apimachinery/pkg/api/meta/OWNERS#L1
Please run ./hack/update-codegen.sh.
verify / Verify Deps and Codegen
Restore cache failed: Dependencies file is not found in /home/runner/work/hakn/hakn. Supported file pattern: go.sum