forked from bazel-contrib/rules_jvm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
34 lines (31 loc) · 1.18 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
module github.com/bazel-contrib/rules_jvm
go 1.18
require (
github.com/aristanetworks/goarista v0.0.0-20220328143245-64c8d3945829
github.com/bazelbuild/bazel-gazelle v0.25.1-0.20220406134132-bd319f810c16
github.com/bazelbuild/buildtools v0.0.0-20230111132423-06e8e2436a75
github.com/bazelbuild/rules_go v0.31.0
github.com/google/btree v1.1.2
github.com/google/go-cmp v0.5.9
github.com/google/uuid v1.1.2
github.com/hashicorp/golang-lru v0.5.4
github.com/rs/zerolog v1.26.1
github.com/sergi/go-diff v1.2.0
github.com/stretchr/testify v1.7.0
go.starlark.net v0.0.0-20210223155950-e043a3d3c984
golang.org/x/tools v0.5.0
google.golang.org/grpc v1.50.0
)
require (
github.com/bmatcuk/doublestar/v4 v4.0.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/mod v0.7.0 // indirect
golang.org/x/net v0.5.0 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/text v0.6.0 // indirect
google.golang.org/genproto v0.0.0-20210921142501-181ce0d877f6 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)