mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -06:00
* 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
11 lines
189 B
Go
11 lines
189 B
Go
// +build tools
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
|
|
_ "github.com/mgechev/revive"
|
|
_ "github.com/securego/gosec"
|
|
_ "github.com/unknwon/bra"
|
|
)
|