Skip to content

Commit

Permalink
use hack/tools to use the tools to build/test to reduce the dependenc…
Browse files Browse the repository at this point in the history
…ies in the main

Signed-off-by: cpanato <[email protected]>
  • Loading branch information
cpanato committed Apr 19, 2022
1 parent c19d103 commit 5d77bc7
Show file tree
Hide file tree
Showing 6 changed files with 4,134 additions and 2,042 deletions.
393 changes: 7 additions & 386 deletions go.mod

Large diffs are not rendered by default.

1,657 changes: 1 addition & 1,656 deletions go.sum

Large diffs are not rendered by default.

495 changes: 495 additions & 0 deletions hack/tools/go.mod

Large diffs are not rendered by default.

3,627 changes: 3,627 additions & 0 deletions hack/tools/go.sum

Large diffs are not rendered by default.

File renamed without changes.
4 changes: 4 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@

set -o errexit

pushd hack/tools

go install github.com/golangci/golangci-lint/cmd/golangci-lint
go install github.com/goreleaser/goreleaser
go install github.com/magefile/mage
go install golang.org/x/tools/cmd/goimports
go install github.com/anchore/syft
go install github.com/sigstore/cosign/cmd/cosign

popd

0 comments on commit 5d77bc7

Please sign in to comment.