|
29 | 29 | EDITORCONFIG_CHECKER_PACKAGE ?= github.com/editorconfig-checker/editorconfig-checker/cmd/ [email protected]
|
30 | 30 | GOFUMPT_PACKAGE ?= mvdan.cc/ [email protected]
|
31 | 31 | GOLANGCI_LINT_PACKAGE ?= github.com/golangci/golangci-lint/cmd/ [email protected]
|
32 |
| -GXZ_PAGAGE ?= github.com/ulikunitz/xz/cmd/ [email protected] |
| 32 | +GXZ_PACKAGE ?= github.com/ulikunitz/xz/cmd/ [email protected] |
33 | 33 | MISSPELL_PACKAGE ?= github.com/client9/misspell/cmd/ [email protected]
|
34 | 34 | SWAGGER_PACKAGE ?= github.com/go-swagger/go-swagger/cmd/ [email protected]
|
35 | 35 | XGO_PACKAGE ?= src.techknowlogick.com/xgo@latest
|
36 | 36 | GO_LICENSES_PACKAGE ?= github.com/google/ [email protected]
|
37 |
| -GOVULNCHECK_PACKAGE ?= golang.org/x/vuln/cmd/govulncheck@v0.2.0 |
| 37 | +GOVULNCHECK_PACKAGE ?= golang.org/x/vuln/cmd/govulncheck@v1.0.0 |
38 | 38 | ACTIONLINT_PACKAGE ?= github.com/rhysd/actionlint/cmd/ [email protected]
|
39 | 39 |
|
40 | 40 | DOCKER_IMAGE ?= gitea/gitea
|
@@ -864,7 +864,7 @@ release-check: | $(DIST_DIRS)
|
864 | 864 |
|
865 | 865 | .PHONY: release-compress
|
866 | 866 | release-compress: | $(DIST_DIRS)
|
867 |
| - cd $(DIST)/release/; for file in `find . -type f -name "*"`; do echo "compressing $${file}" && $(GO) run $(GXZ_PAGAGE) -k -9 $${file}; done; |
| 867 | + cd $(DIST)/release/; for file in `find . -type f -name "*"`; do echo "compressing $${file}" && $(GO) run $(GXZ_PACKAGE) -k -9 $${file}; done; |
868 | 868 |
|
869 | 869 | .PHONY: release-sources
|
870 | 870 | release-sources: | $(DIST_DIRS)
|
@@ -903,7 +903,7 @@ deps-tools:
|
903 | 903 | $(GO) install $(EDITORCONFIG_CHECKER_PACKAGE)
|
904 | 904 | $(GO) install $(GOFUMPT_PACKAGE)
|
905 | 905 | $(GO) install $(GOLANGCI_LINT_PACKAGE)
|
906 |
| - $(GO) install $(GXZ_PAGAGE) |
| 906 | + $(GO) install $(GXZ_PACKAGE) |
907 | 907 | $(GO) install $(MISSPELL_PACKAGE)
|
908 | 908 | $(GO) install $(SWAGGER_PACKAGE)
|
909 | 909 | $(GO) install $(XGO_PACKAGE)
|
|
0 commit comments