File tree Expand file tree Collapse file tree 3 files changed +65
-72
lines changed
protogen/gen/ocis/messages/settings/v0 Expand file tree Collapse file tree 3 files changed +65
-72
lines changed Original file line number Diff line number Diff line change @@ -59,16 +59,12 @@ $(GOVULNCHECK): $(BINGO_DIR)/govulncheck.mod
5959 @echo " (re)installing $( GOBIN) /govulncheck-v1.0.1"
6060 @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=govulncheck.mod -o=$(GOBIN ) /govulncheck-v1.0.1 " golang.org/x/vuln/cmd/govulncheck"
6161
62-
63-
6462MOCKERY := $(GOBIN ) /mockery-v2.52.3
6563$(MOCKERY ) : $(BINGO_DIR ) /mockery.mod
6664 @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
6765 @echo " (re)installing $( GOBIN) /mockery-v2.52.3"
6866 @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=mockery.mod -o=$(GOBIN ) /mockery-v2.52.3 " github.com/vektra/mockery/v2"
6967
70-
71-
7268PIGEON := $(GOBIN ) /pigeon-v1.2.1
7369$(PIGEON ) : $(BINGO_DIR ) /pigeon.mod
7470 @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
Original file line number Diff line number Diff line change @@ -22,11 +22,8 @@ GOLANGCI_LINT="${GOBIN}/golangci-lint-v1.64.6"
2222
2323GOVULNCHECK = " ${ GOBIN } /govulncheck-v1.0.1"
2424
25-
2625MOCKERY = " ${ GOBIN } /mockery-v2.52.3"
2726
28-
29-
3027PIGEON = " ${ GOBIN } /pigeon-v1.2.1"
3128
3229PROTOC_GEN_DOC = " ${ GOBIN } /protoc-gen-doc-v1.5.1"
You can’t perform that action at this time.
0 commit comments