ARO-RP/.bingo
Goutham Muguluvalli Niranjan a7421723c4
go mod tidy
2024-10-30 11:12:53 -05:00
..
.gitignore Drop some unneccessary dependencies by moving to `bingo` for tooling (#3719) 2024-09-05 15:29:19 +10:00
README.md Drop some unneccessary dependencies by moving to `bingo` for tooling (#3719) 2024-09-05 15:29:19 +10:00
Variables.mk Have bingo install mockgen from the Uber fork 2024-09-26 09:00:11 -05:00
bingo.mod Drop some unneccessary dependencies by moving to `bingo` for tooling (#3719) 2024-09-05 15:29:19 +10:00
bingo.sum Drop some unneccessary dependencies by moving to `bingo` for tooling (#3719) 2024-09-05 15:29:19 +10:00
client-gen.mod Drop some unneccessary dependencies by moving to `bingo` for tooling (#3719) 2024-09-05 15:29:19 +10:00
client-gen.sum Drop some unneccessary dependencies by moving to `bingo` for tooling (#3719) 2024-09-05 15:29:19 +10:00
controller-gen.mod Drop some unneccessary dependencies by moving to `bingo` for tooling (#3719) 2024-09-05 15:29:19 +10:00
controller-gen.sum go mod tidy 2024-10-30 11:12:53 -05:00
enumer.mod .bingo: use a fork of enumer for compat 2024-09-11 06:53:17 -06:00
enumer.sum .bingo: use a fork of enumer for compat 2024-09-11 06:53:17 -06:00
fips-detect.mod Clean up the remainder of `go run` uses of external tools (#3823) 2024-09-10 18:28:06 +10:00
fips-detect.sum Clean up the remainder of `go run` uses of external tools (#3823) 2024-09-10 18:28:06 +10:00
gencosmosdb.mod Drop some unneccessary dependencies by moving to `bingo` for tooling (#3719) 2024-09-05 15:29:19 +10:00
gencosmosdb.sum Drop some unneccessary dependencies by moving to `bingo` for tooling (#3719) 2024-09-05 15:29:19 +10:00
go-bindata.mod Drop some unneccessary dependencies by moving to `bingo` for tooling (#3719) 2024-09-05 15:29:19 +10:00
go-bindata.sum Drop some unneccessary dependencies by moving to `bingo` for tooling (#3719) 2024-09-05 15:29:19 +10:00
go.mod Drop some unneccessary dependencies by moving to `bingo` for tooling (#3719) 2024-09-05 15:29:19 +10:00
gocov-xml.mod Drop some unneccessary dependencies by moving to `bingo` for tooling (#3719) 2024-09-05 15:29:19 +10:00
gocov-xml.sum Drop some unneccessary dependencies by moving to `bingo` for tooling (#3719) 2024-09-05 15:29:19 +10:00
gocov.mod Drop some unneccessary dependencies by moving to `bingo` for tooling (#3719) 2024-09-05 15:29:19 +10:00
gocov.sum Drop some unneccessary dependencies by moving to `bingo` for tooling (#3719) 2024-09-05 15:29:19 +10:00
goimports.mod Drop some unneccessary dependencies by moving to `bingo` for tooling (#3719) 2024-09-05 15:29:19 +10:00
goimports.sum Drop some unneccessary dependencies by moving to `bingo` for tooling (#3719) 2024-09-05 15:29:19 +10:00
gojq.mod Clean up the remainder of `go run` uses of external tools (#3823) 2024-09-10 18:28:06 +10:00
gojq.sum Clean up the remainder of `go run` uses of external tools (#3823) 2024-09-10 18:28:06 +10:00
golangci-lint.mod Drop some unneccessary dependencies by moving to `bingo` for tooling (#3719) 2024-09-05 15:29:19 +10:00
golangci-lint.sum Drop some unneccessary dependencies by moving to `bingo` for tooling (#3719) 2024-09-05 15:29:19 +10:00
gotestsum.mod Drop some unneccessary dependencies by moving to `bingo` for tooling (#3719) 2024-09-05 15:29:19 +10:00
gotestsum.sum Drop some unneccessary dependencies by moving to `bingo` for tooling (#3719) 2024-09-05 15:29:19 +10:00
mockgen.mod Have bingo install mockgen from the Uber fork 2024-09-26 09:00:11 -05:00
mockgen.sum Have bingo install mockgen from the Uber fork 2024-09-26 09:00:11 -05:00
variables.env Have bingo install mockgen from the Uber fork 2024-09-26 09:00:11 -05:00

README.md

Project Development Dependencies.

This is directory which stores Go modules with pinned buildable package that is used within this repository, managed by https://github.com/bwplotka/bingo.

  • Run bingo get to install all tools having each own module file in this directory.
  • Run bingo get <tool> to install that have own module file in this directory.
  • For Makefile: Make sure to put include .bingo/Variables.mk in your Makefile, then use $() variable where is the .bingo/.mod.
  • For shell: Run source .bingo/variables.env to source all environment variable for each tool.
  • For go: Import .bingo/variables.go to for variable names.
  • See https://github.com/bwplotka/bingo or -h on how to add, remove or change binaries dependencies.

Requirements

  • Go 1.14+