21 lines
669 B
Modula-2
21 lines
669 B
Modula-2
module github.com/grafana/grafana/scripts/go
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/unknwon/bra v0.0.0-20200517080246-1e3013ecaff8
|
|
github.com/unknwon/log v0.0.0-20200308114134-929b1006e34a // indirect
|
|
github.com/urfave/cli v1.22.5 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
github.com/smartystreets/goconvey v1.6.4 // indirect
|
|
github.com/unknwon/com v1.0.1 // indirect
|
|
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
|
|
gopkg.in/fsnotify/fsnotify.v1 v1.4.7 // indirect
|
|
)
|