forked from bazel-contrib/target-determinator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
21 lines (18 loc) · 669 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/bazel-contrib/target-determinator
go 1.18
require (
github.com/aristanetworks/goarista v0.0.0-20220211174905-526022c8b178
github.com/bazelbuild/bazel-gazelle v0.25.1-0.20220406134132-bd319f810c16
github.com/google/btree v1.1.2
github.com/google/uuid v1.3.0
github.com/otiai10/copy v1.7.1-0.20211223015809-9aae5f77261f
github.com/wI2L/jsondiff v0.2.0
google.golang.org/protobuf v1.27.1
)
require (
github.com/tidwall/gjson v1.14.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
golang.org/x/tools v0.1.10 // indirect
)