File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ update-attributions:
201201e2e :
202202 ./hack/ci/e2e.sh
203203
204- verify : update-attributions fmt vet manifests api-docs
204+ verify : update-attributions fmt vet manifests api-docs tidy
205205ifneq ($(shell grep -o 'LIBGIT2_IMG ?= \w.* ' Makefile | cut -d ' ' -f 3) :$(shell grep -o 'LIBGIT2_TAG ?= \w.* ' Makefile | cut -d ' ' -f 3) , \
206206 $(shell grep -o "LIBGIT2_IMG=\w.* " Dockerfile | cut -d'=' -f2) :$(shell grep -o "LIBGIT2_TAG=\w.* " Dockerfile | cut -d'=' -f2) )
207207 @{ \
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ replace github.com/go-git/go-billy/v5 => github.com/go-git/go-billy/v5 v5.0.0-20
2020
2121require (
2222 cloud.google.com/go/storage v1.28.0
23+ github.com/AdaLogics/go-fuzz-headers v0.0.0-20221103172237-443f56ff4ba8
2324 github.com/Azure/azure-sdk-for-go/sdk/azcore v1.2.0
2425 github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.2.0
2526 github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.5.1
@@ -405,6 +406,4 @@ require (
405406 sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
406407)
407408
408- retract (
409- v0.32.0 // Refers to incorrect ./api version.
410- )
409+ retract v0.32.0 // Refers to incorrect ./api version.
Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ contrib.go.opencensus.io/integrations/ocsql v0.1.4/go.mod h1:8DsSdjz3F+APR+0z0Wk
9494contrib.go.opencensus.io/resource v0.1.1 /go.mod h1:F361eGI91LCmW1I/Saf+rX0+OFcigGlFvXwEGEnkRLA =
9595dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9 /go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU =
9696gitproxy.zycloud.tk/AdaLogics/go-fuzz-headers v0.0.0-20221103172237-443f56ff4ba8 h1:d+pBUmsteW5tM87xmVXHZ4+LibHRFn40SPAoZJOg2ak =
97+ github.com/AdaLogics/go-fuzz-headers v0.0.0-20221103172237-443f56ff4ba8 /go.mod h1:i9fr2JpcEcY/IHEvzCM3qXUZYOQHgR89dt4es1CgMhc =
9798gitproxy.zycloud.tk/AliyunContainerService/ack-ram-tool/pkg/credentials/alibabacloudsdkgo/helper v0.2.0 h1:8+4G8JaejP8Xa6W46PzJEwisNgBXMvFcz78N6zG/ARw =
9899gitproxy.zycloud.tk/AliyunContainerService/ack-ram-tool/pkg/credentials/alibabacloudsdkgo/helper v0.2.0 /go.mod h1:GgeIE+1be8Ivm7Sh4RgwI42aTtC9qrcj+Y9Y6CjJhJs =
99100gitproxy.zycloud.tk/Azure/azure-amqp-common-go/v2 v2.1.0 /go.mod h1:R8rea+gJRuJR6QxTir/XuEd+YuKoUiazDC/N96FiDEU =
You can’t perform that action at this time.
0 commit comments