-
Notifications
You must be signed in to change notification settings - Fork 18
/
go.mod
29 lines (25 loc) · 1.14 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
module github.com/please-build/go-rules
go 1.20
require github.com/stretchr/testify v1.7.1
require (
github.com/bazelbuild/buildtools v0.0.0-20221110131218-762712d8ce3f // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/jessevdk/go-flags v1.5.0 // indirect
github.com/peterebden/go-cli-init/v5 v5.2.0 // indirect
github.com/please-build/go-rules/tools/please_go v0.0.0-20230117162622-4a2c3e910628 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/thought-machine/go-flags v1.6.2 // indirect
golang.org/x/crypto v0.26.0 // indirect
golang.org/x/mod v0.20.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.23.0 // indirect
golang.org/x/term v0.23.0 // indirect
golang.org/x/tools v0.24.0 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)
replace github.com/please-build/go-rules/tools => ./tools