From 10fdcafc8ee52891b5fe0bc01bf31f88d00d9d14 Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Mon, 27 Sep 2021 10:02:06 +0200 Subject: [PATCH] revert flaex downgrade --- .bingo/Variables.mk | 8 ++++---- .bingo/flaex.mod | 2 +- .bingo/variables.env | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.bingo/Variables.mk b/.bingo/Variables.mk index 5224312638..40c7f2a992 100644 --- a/.bingo/Variables.mk +++ b/.bingo/Variables.mk @@ -1,4 +1,4 @@ -# Auto generated binary variables helper managed by https://github.com/bwplotka/bingo v0.4.0. DO NOT EDIT. +# Auto generated binary variables helper managed by https://github.com/bwplotka/bingo v0.5.1. DO NOT EDIT. # All tools are designed to be build inside $GOBIN. BINGO_DIR := $(dir $(lastword $(MAKEFILE_LIST))) GOPATH ?= $(shell go env GOPATH) @@ -47,11 +47,11 @@ $(FILEB0X): $(BINGO_DIR)/fileb0x.mod @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.0 +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. - @echo "(re)installing $(GOBIN)/flaex-v0.2.0" - @cd $(BINGO_DIR) && $(GO) build -mod=mod -modfile=flaex.mod -o=$(GOBIN)/flaex-v0.2.0 "github.com/owncloud/flaex" + @echo "(re)installing $(GOBIN)/flaex-v0.2.1-0.20210701123229-9d7dceed124f" + @cd $(BINGO_DIR) && $(GO) build -mod=mod -modfile=flaex.mod -o=$(GOBIN)/flaex-v0.2.1-0.20210701123229-9d7dceed124f "github.com/owncloud/flaex" GOLANGCI_LINT := $(GOBIN)/golangci-lint-v1.42.1 $(GOLANGCI_LINT): $(BINGO_DIR)/golangci-lint.mod diff --git a/.bingo/flaex.mod b/.bingo/flaex.mod index 07cd17df2c..8bb486c4ef 100644 --- a/.bingo/flaex.mod +++ b/.bingo/flaex.mod @@ -2,4 +2,4 @@ module _ // Auto generated by https://github.com/bwplotka/bingo. DO NOT EDIT go 1.16 -require github.com/owncloud/flaex v0.2.0 +require github.com/owncloud/flaex v0.2.1-0.20210701123229-9d7dceed124f diff --git a/.bingo/variables.env b/.bingo/variables.env index 84c6018a2f..9ce16567c2 100644 --- a/.bingo/variables.env +++ b/.bingo/variables.env @@ -1,4 +1,4 @@ -# Auto generated binary variables helper managed by https://github.com/bwplotka/bingo v0.4.0. DO NOT EDIT. +# Auto generated binary variables helper managed by https://github.com/bwplotka/bingo v0.5.1. DO NOT EDIT. # All tools are designed to be build inside $GOBIN. # Those variables will work only until 'bingo get' was invoked, or if tools were installed via Makefile's Variables.mk. GOBIN=${GOBIN:=$(go env GOBIN)} @@ -18,7 +18,7 @@ CALENS="${GOBIN}/calens-v0.2.0" FILEB0X="${GOBIN}/fileb0x-v1.1.4" -FLAEX="${GOBIN}/flaex-v0.2.0" +FLAEX="${GOBIN}/flaex-v0.2.1-0.20210701123229-9d7dceed124f" GOLANGCI_LINT="${GOBIN}/golangci-lint-v1.42.1"