forked from please-build/go-rules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (20 loc) · 925 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
module github.com/please-build/go-rules
go 1.18
require github.com/stretchr/testify v1.7.1
require (
github.com/bazelbuild/buildtools v0.0.0-20221110131218-762712d8ce3f // 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/mod v0.7.0 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/tools v0.4.0 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)
replace github.com/please-build/go-rules/tools => ./tools