| 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-20200718160251-b1667ff58f71 |
| github.com/bazelbuild/rules_go v0.0.0-20190719190356-6dae44dc5cab |
| github.com/bmatcuk/doublestar v1.2.2 |
| github.com/davecgh/go-spew v1.1.1 // indirect |
| github.com/fsnotify/fsnotify v1.4.7 |
| github.com/google/go-cmp v0.5.4 |
| 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/mod v0.4.1 |
| golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e |
| golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e |
| gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect |
| gopkg.in/yaml.v2 v2.2.2 // indirect |
| ) |