-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathgo.mod
27 lines (24 loc) · 902 Bytes
/
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
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.40.0
github.com/google/btree v1.1.2
github.com/google/uuid v1.3.0
github.com/hashicorp/go-version v1.6.0
github.com/otiai10/copy v1.7.1-0.20211223015809-9aae5f77261f
github.com/stretchr/testify v1.8.4
github.com/wI2L/jsondiff v0.2.0
google.golang.org/protobuf v1.33.0
)
require (
github.com/bazelbuild/buildtools v0.0.0-20240918101019-be1c24cc9a44 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
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.26.0 // indirect
golang.org/x/tools v0.9.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)