blob: 1de5048544873530dd114ac34947c78a07b36378 [file] [log] [blame] [edit]
module github.com/bazelbuild/bazel-gazelle
go 1.12
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/bazelbuild/buildtools v0.0.0-20190731111112-f720930ceb60
github.com/bazelbuild/rules_go v0.0.0-20190719190356-6dae44dc5cab
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fsnotify/fsnotify v1.4.7
github.com/kr/pretty v0.1.0 // indirect
github.com/pelletier/go-toml v1.2.0
github.com/pmezard/go-difflib v1.0.0
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/sys v0.0.0-20190122071731-054c452bb702 // indirect
golang.org/x/tools v0.0.0-20190122202912-9c309ee22fab
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)