File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -101,11 +101,11 @@ $(PROTOC_GEN_MICRO): $(BINGO_DIR)/protoc-gen-micro.mod
101101 @echo " (re)installing $( GOBIN) /protoc-gen-micro-v1.0.0"
102102 @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=protoc-gen-micro.mod -o=$(GOBIN ) /protoc-gen-micro-v1.0.0 " github.com/go-micro/generator/cmd/protoc-gen-micro"
103103
104- PROTOC_GEN_MICROWEB := $(GOBIN ) /protoc-gen-microweb-v0.0.0-20250811124423-992ffebf226e
104+ PROTOC_GEN_MICROWEB := $(GOBIN ) /protoc-gen-microweb-v0.0.0-20250812083720-c9765347567d
105105$(PROTOC_GEN_MICROWEB ) : $(BINGO_DIR ) /protoc-gen-microweb.mod
106106 @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
107- @echo " (re)installing $( GOBIN) /protoc-gen-microweb-v0.0.0-20250811124423-992ffebf226e "
108- @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=protoc-gen-microweb.mod -o=$(GOBIN ) /protoc-gen-microweb-v0.0.0-20250811124423-992ffebf226e " github.com/owncloud/protoc-gen-microweb"
107+ @echo " (re)installing $( GOBIN) /protoc-gen-microweb-v0.0.0-20250812083720-c9765347567d "
108+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=protoc-gen-microweb.mod -o=$(GOBIN ) /protoc-gen-microweb-v0.0.0-20250812083720-c9765347567d " github.com/owncloud/protoc-gen-microweb"
109109
110110PROTOC_GEN_OPENAPIV2 := $(GOBIN ) /protoc-gen-openapiv2-v2.13.0
111111$(PROTOC_GEN_OPENAPIV2 ) : $(BINGO_DIR ) /protoc-gen-openapiv2.mod
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT
22
33go 1.24.0
44
5- require github.com/owncloud/protoc-gen-microweb v0.0.0-20250811124423-992ffebf226e
5+ require github.com/owncloud/protoc-gen-microweb v0.0.0-20250812083720-c9765347567d
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ github.com/owncloud/protoc-gen-microweb v0.0.0-20250808105641-c77b256d76b3 h1:a/
1313github.com/owncloud/protoc-gen-microweb v0.0.0-20250808105641-c77b256d76b3/go.mod h1:yGWNA7ytSBiIg5cbGClW54ai8dqBnreYYqcFYt8XN/s=
1414github.com/owncloud/protoc-gen-microweb v0.0.0-20250811124423-992ffebf226e h1:ddv5qAK5pn3lIEzzqRF+NkIpQyIGLxAgEvS0rypbvFs=
1515github.com/owncloud/protoc-gen-microweb v0.0.0-20250811124423-992ffebf226e/go.mod h1:jTXCFbvYT4PYJaaxXlmagalixGDdpFQdp4hyZt9jAnU=
16+ github.com/owncloud/protoc-gen-microweb v0.0.0-20250812083720-c9765347567d h1:3Z9QM6i1PFaCLY9DZnNoWfqF8/A5hGoV9tUMXq5UNWQ=
17+ github.com/owncloud/protoc-gen-microweb v0.0.0-20250812083720-c9765347567d/go.mod h1:yGWNA7ytSBiIg5cbGClW54ai8dqBnreYYqcFYt8XN/s=
1618github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
1719github.com/pkg/sftp v1.10.1/go.mod h1:lYOWFsE0bwd1+KfKJaKeuokY15vzFx25BLbzYYoAxZI=
1820github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ PROTOC_GEN_GO="${GOBIN}/protoc-gen-go-v1.28.1"
3636
3737PROTOC_GEN_MICRO = " ${ GOBIN } /protoc-gen-micro-v1.0.0"
3838
39- PROTOC_GEN_MICROWEB = " ${ GOBIN } /protoc-gen-microweb-v0.0.0-20250811124423-992ffebf226e "
39+ PROTOC_GEN_MICROWEB = " ${ GOBIN } /protoc-gen-microweb-v0.0.0-20250812083720-c9765347567d "
4040
4141PROTOC_GEN_OPENAPIV2 = " ${ GOBIN } /protoc-gen-openapiv2-v2.13.0"
4242
You can’t perform that action at this time.
0 commit comments