Logo
Explore Help
Sign In
IntenseWebs/grafana
3
0
Fork 0
You've already forked grafana
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00
Code Issues Packages Projects Releases Wiki Activity
Files
bad048b7ba1fecd28e76509c545a67fc8b70fdeb
grafana/scripts/go/tools.go

9 lines
127 B
Go
Raw Normal View History

Build: make bra a local dependency (#17414) Same idea as with the `gosec`, `revive` and etc. Allows you to execute `make bra` as pinned local dependency instead as global one. And therefore alleviates dependency installation issues. README also updated - I was thinking to provide verbose installation instructions for it. Since with that way we assume make is installed on the developer system. But it might be premature right now?
2019-06-07 16:42:08 +03:00
// +build tools
package main
import (
Build: Fix potential case-insensitive import collision for github.com/Unknwon/com (#18915) * update gopkg.in/macaron.v1 * update github.com/go-macaron/binding * update github.com/go-macaron/session * Substitute github.com/Unknwon/com with github.com/unknwon/com * Clean up modules using `go mod tidy` * Substitute github.com/Unknwon/bra with github.com/unknwon/bra
2019-09-09 14:22:06 +03:00
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
_ "github.com/unknwon/bra"
)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 112ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API