-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathgo.mod
More file actions
43 lines (39 loc) · 1.54 KB
/
go.mod
File metadata and controls
43 lines (39 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
module github.com/stackb/scala-gazelle
go 1.23.1
toolchain go1.23.6
require (
github.com/amenzhinsky/go-memexec v0.7.1
github.com/bazelbuild/bazel-gazelle v0.47.0
github.com/bazelbuild/buildtools v0.0.0-20251219084625-9e5607d3130a
github.com/bazelbuild/rules_go v0.59.0
github.com/bmatcuk/doublestar/v4 v4.9.1
github.com/davecgh/go-spew v1.1.1
github.com/dghubble/trie v0.1.0
github.com/google/go-cmp v0.7.0
github.com/pcj/mobyprogress v0.0.0-20221114203314-669a7801d484
github.com/rs/zerolog v1.34.0
github.com/stackb/rules_proto/v4 v4.2.0
github.com/stretchr/testify v1.11.1
go.starlark.net v0.0.0-20251109183026-be02852a5e1f
google.golang.org/grpc v1.75.1
google.golang.org/protobuf v1.36.9
)
require (
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/emicklei/proto v1.14.2 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/moby/term v0.0.0-20221105221325-4eb28fa6025c // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
golang.org/x/mod v0.27.0 // indirect
golang.org/x/net v0.42.0 // indirect
golang.org/x/sys v0.34.0 // indirect
golang.org/x/text v0.27.0 // indirect
golang.org/x/time v0.2.0 // indirect
golang.org/x/tools/go/vcs v0.1.0-deprecated // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)