blob: b2aa8bfdfed1542fe8aabbadd17e449d3694c2ac [file] [log] [blame] [edit]
module github.com/bazelbuild/bazel-gazelle
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/bazelbuild/buildtools v0.0.0-20190202002759-027686e28d67
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/kr/pty v1.1.3 // indirect
github.com/pelletier/go-toml v1.2.0
github.com/pmezard/go-difflib v1.0.0
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
)