-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
40 lines (36 loc) · 1.58 KB
/
go.mod
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
module github.com/stackb/scala-gazelle
go 1.18
require (
github.com/amenzhinsky/go-memexec v0.7.0
github.com/bazelbuild/bazel-gazelle v0.28.1-0.20221114044302-2d1002926dd1
github.com/bazelbuild/buildtools v0.0.0-20221004120235-7186f635531b
github.com/bazelbuild/rules_go v0.35.0
github.com/bmatcuk/doublestar/v4 v4.2.0
github.com/davecgh/go-spew v1.1.1
github.com/dghubble/trie v0.0.0-20220811160003-18e0eff3ca7b
github.com/google/go-cmp v0.5.9
github.com/pcj/mobyprogress v0.0.0-20221114203314-669a7801d484
github.com/stackb/rules_proto v0.0.0-20221020023827-830238a0c071
github.com/stretchr/testify v1.7.0
go.starlark.net v0.0.0-20220328144851-d1966c6b9fcd
google.golang.org/grpc v1.42.0
google.golang.org/protobuf v1.28.1
)
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.9.0 // indirect
github.com/golang/protobuf v1.5.2 // 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.1.0 // indirect
golang.org/x/net v0.1.0 // indirect
golang.org/x/sys v0.1.0 // indirect
golang.org/x/text v0.4.0 // indirect
golang.org/x/time v0.2.0 // indirect
golang.org/x/tools v0.2.0 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
replace github.com/bazelbuild/bazel-gazelle => github.com/pcj/bazel-gazelle v0.0.0-20221215190317-f045255d3e6a