File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed
Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1- # Auto generated binary variables helper managed by https://github.com/bwplotka/bingo v0.8 . DO NOT EDIT.
1+ # Auto generated binary variables helper managed by https://github.com/bwplotka/bingo v0.9 . DO NOT EDIT.
22# All tools are designed to be build inside $GOBIN.
33BINGO_DIR := $(dir $(lastword $(MAKEFILE_LIST ) ) )
44GOPATH ?= $(shell go env GOPATH)
@@ -29,11 +29,11 @@ $(CONTROLLER_GEN): $(BINGO_DIR)/controller-gen.mod
2929 @echo " (re)installing $( GOBIN) /controller-gen-v0.16.1"
3030 @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=controller-gen.mod -o=$(GOBIN ) /controller-gen-v0.16.1 " sigs.k8s.io/controller-tools/cmd/controller-gen"
3131
32- CRD_DIFF := $(GOBIN ) /crd-diff-v0.0.0-20241112183958-25304aa59cdb
32+ CRD_DIFF := $(GOBIN ) /crd-diff-v0.1.0
3333$(CRD_DIFF ) : $(BINGO_DIR ) /crd-diff.mod
3434 @# Install binary/ries using Go 1.14+ build command. This is using bwplotka/bingo-controlled, separate go module with pinned dependencies.
35- @echo " (re)installing $( GOBIN) /crd-diff-v0.0.0-20241112183958-25304aa59cdb "
36- @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=crd-diff.mod -o=$(GOBIN ) /crd-diff-v0.0.0-20241112183958-25304aa59cdb " github.com/everettraven/crd-diff"
35+ @echo " (re)installing $( GOBIN) /crd-diff-v0.1.0 "
36+ @cd $(BINGO_DIR ) && GOWORK=off $(GO ) build -mod=mod -modfile=crd-diff.mod -o=$(GOBIN ) /crd-diff-v0.1.0 " github.com/everettraven/crd-diff"
3737
3838CRD_REF_DOCS := $(GOBIN ) /crd-ref-docs-v0.1.0
3939$(CRD_REF_DOCS ) : $(BINGO_DIR ) /crd-ref-docs.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.22.5
44
5- require github.com/everettraven/crd-diff v0.0.0-20241112183958-25304aa59cdb
5+ require github.com/everettraven/crd-diff v0.1.0
Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ github.com/emirpasic/gods v1.18.1 h1:FXtiHYKDGKCW2KzwZKx0iC0PQmdlorYgdFG9jPXJ1Bc
4343github.com/emirpasic/gods v1.18.1/go.mod h1:8tpGGwCnJ5H4r6BWwaV6OrWmMoPhUl5jm/FMNAnJvWQ=
4444github.com/everettraven/crd-diff v0.0.0-20241112183958-25304aa59cdb h1:I8H7/ZAvoHNKedyOaTsh9Y+YgcysmOAMPaaqx5xKMiU=
4545github.com/everettraven/crd-diff v0.0.0-20241112183958-25304aa59cdb/go.mod h1:sB0TZKVM9DVyC1zKHfJtb7VOMvst8gr0ETM4KsJ3gPA=
46+ github.com/everettraven/crd-diff v0.1.0 h1:wlaA+USeSpQSwzjF/cxl5b+vPZygxxmvnbm3NGyn2vs=
47+ github.com/everettraven/crd-diff v0.1.0/go.mod h1:sB0TZKVM9DVyC1zKHfJtb7VOMvst8gr0ETM4KsJ3gPA=
4648github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=
4749github.com/felixge/httpsnoop v1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
4850github.com/fxamacker/cbor/v2 v2.7.0 h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E=
Original file line number Diff line number Diff line change 1- # Auto generated binary variables helper managed by https://github.com/bwplotka/bingo v0.8 . DO NOT EDIT.
1+ # Auto generated binary variables helper managed by https://github.com/bwplotka/bingo v0.9 . DO NOT EDIT.
22# All tools are designed to be build inside $GOBIN.
33# Those variables will work only until 'bingo get' was invoked, or if tools were installed via Makefile's Variables.mk.
44GOBIN = ${ GOBIN:=$(go env GOBIN) }
@@ -12,7 +12,7 @@ BINGO="${GOBIN}/bingo-v0.9.0"
1212
1313CONTROLLER_GEN = " ${ GOBIN } /controller-gen-v0.16.1"
1414
15- CRD_DIFF = " ${ GOBIN } /crd-diff-v0.0.0-20241112183958-25304aa59cdb "
15+ CRD_DIFF = " ${ GOBIN } /crd-diff-v0.1.0 "
1616
1717CRD_REF_DOCS = " ${ GOBIN } /crd-ref-docs-v0.1.0"
1818
You can’t perform that action at this time.
0 commit comments