Skip to content

Files

This branch is 1925 commits behind grafana/grafana:main.

.bingo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 2, 2022
Aug 26, 2021
Nov 26, 2024
Nov 3, 2022
Jun 21, 2022
Apr 14, 2023
Apr 14, 2023
Aug 16, 2023
Jul 10, 2024
Aug 25, 2021
Nov 26, 2024
Nov 26, 2024
Nov 3, 2022
Nov 3, 2022
Aug 17, 2023
Aug 17, 2023
Apr 24, 2024
Apr 24, 2024
Nov 26, 2024

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+