File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ update-attributions:
201
201
e2e :
202
202
./hack/ci/e2e.sh
203
203
204
- verify : update-attributions fmt vet manifests api-docs
204
+ verify : update-attributions fmt vet manifests api-docs tidy
205
205
ifneq ($(shell grep -o 'LIBGIT2_IMG ?= \w.* ' Makefile | cut -d ' ' -f 3) :$(shell grep -o 'LIBGIT2_TAG ?= \w.* ' Makefile | cut -d ' ' -f 3) , \
206
206
$(shell grep -o "LIBGIT2_IMG=\w.* " Dockerfile | cut -d'=' -f2) :$(shell grep -o "LIBGIT2_TAG=\w.* " Dockerfile | cut -d'=' -f2) )
207
207
@{ \
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
20
20
21
21
require (
22
22
cloud.google.com/go/storage v1.28.0
23
+ github.com/AdaLogics/go-fuzz-headers v0.0.0-20221103172237-443f56ff4ba8
23
24
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.2.0
24
25
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.2.0
25
26
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.5.1
@@ -405,6 +406,4 @@ require (
405
406
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
406
407
)
407
408
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
94
94
contrib.go.opencensus.io/resource v0.1.1 /go.mod h1:F361eGI91LCmW1I/Saf+rX0+OFcigGlFvXwEGEnkRLA =
95
95
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9 /go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU =
96
96
github.com/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 =
97
98
github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/alibabacloudsdkgo/helper v0.2.0 h1:8+4G8JaejP8Xa6W46PzJEwisNgBXMvFcz78N6zG/ARw =
98
99
github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/alibabacloudsdkgo/helper v0.2.0 /go.mod h1:GgeIE+1be8Ivm7Sh4RgwI42aTtC9qrcj+Y9Y6CjJhJs =
99
100
github.com/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