module github.com/bazelbuild/bazel-gazelle | |
require ( | |
github.com/BurntSushi/toml v0.3.0 // indirect | |
github.com/bazelbuild/buildtools v0.0.0-20180226164855-80c7f0d45d7e | |
github.com/davecgh/go-spew v1.1.0 // indirect | |
github.com/fsnotify/fsnotify v1.4.7 | |
github.com/pelletier/go-toml v1.0.1 | |
github.com/pmezard/go-difflib v1.0.0 | |
golang.org/x/sys v0.0.0-20181004145325-8469e314837c // indirect | |
golang.org/x/tools v0.0.0-20170824195420-5d2fd3ccab98 | |
gopkg.in/yaml.v2 v2.2.1 // indirect | |
) |