go.mod 500 B

1234567891011121314
  1. module github.com/grafana/grafana/scripts/go
  2. go 1.12
  3. require (
  4. github.com/golangci/golangci-lint v1.17.1
  5. github.com/mgechev/revive v0.0.0-20190815002930-e120712eba7c
  6. github.com/securego/gosec v0.0.0-20190510081509-ee80733faf72
  7. github.com/unknwon/bra v0.0.0-20190805204333-bb0929b6cca0
  8. github.com/unknwon/com v1.0.1 // indirect
  9. github.com/unknwon/log v0.0.0-20150304194804-e617c87089d3 // indirect
  10. github.com/urfave/cli v1.20.0 // indirect
  11. gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect
  12. )