Skip to content

Commit 5e81f46

Browse files
committed
Merge branch 'main' into feat/optional-tls-version
2 parents f6b66c8 + 55d0e09 commit 5e81f46

File tree

227 files changed

+44437
-50046
lines changed

Some content is hidden

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

227 files changed

+44437
-50046
lines changed

.bingo/Variables.mk

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -125,36 +125,12 @@ $(PROMU): $(BINGO_DIR)/promu.mod
125125
@echo "(re)installing $(GOBIN)/promu-v0.5.0"
126126
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=promu.mod -o=$(GOBIN)/promu-v0.5.0 "github.com/prometheus/promu"
127127

128-
PROTOC_GEN_GO_GRPC := $(GOBIN)/protoc-gen-go-grpc-v1.5.1
129-
$(PROTOC_GEN_GO_GRPC): $(BINGO_DIR)/protoc-gen-go-grpc.mod
130-
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
131-
@echo "(re)installing $(GOBIN)/protoc-gen-go-grpc-v1.5.1"
132-
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=protoc-gen-go-grpc.mod -o=$(GOBIN)/protoc-gen-go-grpc-v1.5.1 "google.golang.org/grpc/cmd/protoc-gen-go-grpc"
133-
134-
PROTOC_GEN_GO_VTPROTO := $(GOBIN)/protoc-gen-go-vtproto-v0.6.1-0.20240319094008-0393e58bdf10
135-
$(PROTOC_GEN_GO_VTPROTO): $(BINGO_DIR)/protoc-gen-go-vtproto.mod
136-
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
137-
@echo "(re)installing $(GOBIN)/protoc-gen-go-vtproto-v0.6.1-0.20240319094008-0393e58bdf10"
138-
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=protoc-gen-go-vtproto.mod -o=$(GOBIN)/protoc-gen-go-vtproto-v0.6.1-0.20240319094008-0393e58bdf10 "github.com/planetscale/vtprotobuf/cmd/protoc-gen-go-vtproto"
139-
140-
PROTOC_GEN_GO := $(GOBIN)/protoc-gen-go-v1.34.2
141-
$(PROTOC_GEN_GO): $(BINGO_DIR)/protoc-gen-go.mod
142-
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
143-
@echo "(re)installing $(GOBIN)/protoc-gen-go-v1.34.2"
144-
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=protoc-gen-go.mod -o=$(GOBIN)/protoc-gen-go-v1.34.2 "google.golang.org/protobuf/cmd/protoc-gen-go"
145-
146128
PROTOC_GEN_GOGOFAST := $(GOBIN)/protoc-gen-gogofast-v1.3.2
147129
$(PROTOC_GEN_GOGOFAST): $(BINGO_DIR)/protoc-gen-gogofast.mod
148130
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
149131
@echo "(re)installing $(GOBIN)/protoc-gen-gogofast-v1.3.2"
150132
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=protoc-gen-gogofast.mod -o=$(GOBIN)/protoc-gen-gogofast-v1.3.2 "github.com/gogo/protobuf/protoc-gen-gogofast"
151133

152-
PROTOC_GO_INJECT_TAG := $(GOBIN)/protoc-go-inject-tag-v1.4.0
153-
$(PROTOC_GO_INJECT_TAG): $(BINGO_DIR)/protoc-go-inject-tag.mod
154-
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
155-
@echo "(re)installing $(GOBIN)/protoc-go-inject-tag-v1.4.0"
156-
@cd $(BINGO_DIR) && GOWORK=off $(GO) build -mod=mod -modfile=protoc-go-inject-tag.mod -o=$(GOBIN)/protoc-go-inject-tag-v1.4.0 "github.com/favadi/protoc-go-inject-tag"
157-
158134
SHFMT := $(GOBIN)/shfmt-v3.8.0
159135
$(SHFMT): $(BINGO_DIR)/shfmt.mod
160136
@# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.

.bingo/minio.sum

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,6 @@ github.com/goccy/go-json v0.9.4/go.mod h1:6MelG93GURQebXPDq3khkgXZkazVtN9CRI+MGF
727727
github.com/gocql/gocql v0.0.0-20220224095938-0eacd3183625/go.mod h1:3gM2c4D3AnkISwBxGnMMsS8Oy4y2lhbPRsH4xnJrHG8=
728728
github.com/godbus/dbus/v5 v5.0.3/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
729729
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
730-
github.com/gofiber/fiber/v2 v2.11.0/go.mod h1:oZTLWqYnqpMMuF922SjGbsYZsdpE1MCfh416HNdweIM=
731730
github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b/go.mod h1:F1TvTiK9OcQqauNUHlbJvyl9Qa1QvF/gOUDKA14jxHU=
732731
github.com/gofrs/uuid v3.2.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM=
733732
github.com/gofrs/uuid v4.0.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM=

.bingo/protoc-gen-go-grpc.mod

Lines changed: 0 additions & 5 deletions
This file was deleted.

.bingo/protoc-gen-go-grpc.sum

Lines changed: 0 additions & 4 deletions
This file was deleted.

.bingo/protoc-gen-go-vtproto.mod

Lines changed: 0 additions & 5 deletions
This file was deleted.

.bingo/protoc-gen-go-vtproto.sum

Lines changed: 0 additions & 8 deletions
This file was deleted.

.bingo/protoc-gen-go.mod

Lines changed: 0 additions & 5 deletions
This file was deleted.

.bingo/protoc-gen-go.sum

Lines changed: 0 additions & 2 deletions
This file was deleted.

.bingo/protoc-go-inject-tag.mod

Lines changed: 0 additions & 5 deletions
This file was deleted.

.bingo/protoc-go-inject-tag.sum

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)