Skip to content

Commit f93c926

Browse files
Fixes go.mod
Signed-off-by: PuneetPunamiya <ppunamiy@redhat.com>
1 parent a88f8bc commit f93c926

File tree

2,223 files changed

+5
-370565
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,223 files changed

+5
-370565
lines changed

go.mod

+2-146
Large diffs are not rendered by default.

go.sum

-348
Large diffs are not rendered by default.

hack/tools.go

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//go:build tools
2+
// +build tools
23

34
/*
45
Copyright 2019 The Tekton Authors
@@ -23,9 +24,7 @@ import (
2324
_ "github.com/tektoncd/plumbing"
2425
_ "github.com/tektoncd/plumbing/scripts"
2526

26-
_ "k8s.io/code-generator/cmd/deepcopy-gen"
27-
28-
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
2927
_ "github.com/google/addlicense"
3028
_ "github.com/google/go-licenses/licenses"
29+
_ "k8s.io/code-generator/cmd/deepcopy-gen"
3130
)

test/presubmit-tests.sh

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ source "$(git rev-parse --show-toplevel)"/vendor/github.com/tektoncd/plumbing/sc
3131

3232
function post_build_tests() {
3333
echo Installing tools from hack/tools.go
34+
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
3435
go list -f '{{range .Imports}}{{.}} {{end}}' hack/tools.go | xargs go install
3536

3637
header "running golangci-lint"

vendor/4d63.com/gocheckcompilerdirectives/LICENSE

-21
This file was deleted.

vendor/4d63.com/gocheckcompilerdirectives/checkcompilerdirectives/checkcompilerdirectives.go

-105
This file was deleted.

vendor/4d63.com/gochecknoglobals/LICENSE

-21
This file was deleted.

vendor/4d63.com/gochecknoglobals/checknoglobals/check_no_globals.go

-200
This file was deleted.

0 commit comments

Comments
 (0)