From a5438849b9f24adcc709ab2f43f889a0b7ac0fbb Mon Sep 17 00:00:00 2001 From: Florian Schade Date: Wed, 20 Oct 2021 12:06:52 +0200 Subject: [PATCH] fix(cleanup): get rid of fileb0x leftovers get rid of dev leftovers --- .bingo/Variables.mk | 6 ------ .bingo/fileb0x.mod | 5 ----- .bingo/variables.env | 2 -- .make/generate.mk | 4 ---- 4 files changed, 17 deletions(-) delete mode 100644 .bingo/fileb0x.mod diff --git a/.bingo/Variables.mk b/.bingo/Variables.mk index f78ba649a27..c2580564175 100644 --- a/.bingo/Variables.mk +++ b/.bingo/Variables.mk @@ -41,12 +41,6 @@ $(CALENS): $(BINGO_DIR)/calens.mod @echo "(re)installing $(GOBIN)/calens-v0.2.0" @cd $(BINGO_DIR) && $(GO) build -mod=mod -modfile=calens.mod -o=$(GOBIN)/calens-v0.2.0 "github.com/restic/calens" -FILEB0X := $(GOBIN)/fileb0x-v1.1.4 -$(FILEB0X): $(BINGO_DIR)/fileb0x.mod - @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies. - @echo "(re)installing $(GOBIN)/fileb0x-v1.1.4" - @cd $(BINGO_DIR) && $(GO) build -mod=mod -modfile=fileb0x.mod -o=$(GOBIN)/fileb0x-v1.1.4 "github.com/UnnoTed/fileb0x" - FLAEX := $(GOBIN)/flaex-v0.2.1-0.20210701123229-9d7dceed124f $(FLAEX): $(BINGO_DIR)/flaex.mod @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies. diff --git a/.bingo/fileb0x.mod b/.bingo/fileb0x.mod deleted file mode 100644 index 0f628e1fbda..00000000000 --- a/.bingo/fileb0x.mod +++ /dev/null @@ -1,5 +0,0 @@ -module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT - -go 1.17 - -require github.com/UnnoTed/fileb0x v1.1.4 diff --git a/.bingo/variables.env b/.bingo/variables.env index 1628266fba2..cc890b658cb 100644 --- a/.bingo/variables.env +++ b/.bingo/variables.env @@ -16,8 +16,6 @@ BUILDIFIER="${GOBIN}/buildifier-v0.0.0-20210920153738-d6daef01a1a2" CALENS="${GOBIN}/calens-v0.2.0" -FILEB0X="${GOBIN}/fileb0x-v1.1.4" - FLAEX="${GOBIN}/flaex-v0.2.1-0.20210701123229-9d7dceed124f" GOLANGCI_LINT="${GOBIN}/golangci-lint-v1.42.1" diff --git a/.make/generate.mk b/.make/generate.mk index 4b465174b37..1b8fc4034ee 100644 --- a/.make/generate.mk +++ b/.make/generate.mk @@ -1,6 +1,2 @@ .PHONY: generate generate: ci-node-generate ci-go-generate - -.PHONY: embed.yml -embed.yml: $(FILEB0X) - @cd pkg/assets/ && echo -n "$(NAME): embed.go - " && $(FILEB0X) embed.yml