xref: /aosp_15_r20/external/bazelbuild-rules_python/gazelle/go.mod (revision 60517a1edbc8ecf509223e9af94a7adec7d736b8)
1module github.com/bazelbuild/rules_python/gazelle
2
3go 1.19
4
5require (
6	github.com/bazelbuild/bazel-gazelle v0.31.1
7	github.com/bazelbuild/buildtools v0.0.0-20231103205921-433ea8554e82
8	github.com/bazelbuild/rules_go v0.41.0
9	github.com/bmatcuk/doublestar/v4 v4.6.1
10	github.com/emirpasic/gods v1.18.1
11	github.com/ghodss/yaml v1.0.0
12	github.com/smacker/go-tree-sitter v0.0.0-20240422154435-0628b34cbf9c
13	github.com/stretchr/testify v1.9.0
14	golang.org/x/sync v0.2.0
15	gopkg.in/yaml.v2 v2.4.0
16)
17
18require (
19	github.com/davecgh/go-spew v1.1.1 // indirect
20	github.com/google/go-cmp v0.5.9 // indirect
21	github.com/pmezard/go-difflib v1.0.0 // indirect
22	golang.org/x/mod v0.10.0 // indirect
23	golang.org/x/sys v0.8.0 // indirect
24	golang.org/x/tools v0.9.1 // indirect
25	gopkg.in/yaml.v3 v3.0.1 // indirect
26)
27