github.com/please-build/go-rules/tools/please_go@v0.0.0-20240319165128-ea27d6f5caba/go.mod (about) 1 module github.com/please-build/go-rules/tools/please_go 2 3 go 1.20 4 5 require ( 6 github.com/bazelbuild/buildtools v0.0.0-20221110131218-762712d8ce3f 7 github.com/peterebden/go-cli-init/v5 v5.2.0 8 github.com/stretchr/testify v1.7.1 9 golang.org/x/mod v0.7.0 10 golang.org/x/tools v0.4.0 11 ) 12 13 require ( 14 github.com/davecgh/go-spew v1.1.1 // indirect 15 github.com/dustin/go-humanize v1.0.0 // indirect 16 github.com/golang/protobuf v1.4.3 // indirect 17 github.com/pmezard/go-difflib v1.0.0 // indirect 18 github.com/thought-machine/go-flags v1.6.0 // indirect 19 golang.org/x/sys v0.3.0 // indirect 20 google.golang.org/protobuf v1.25.0 // indirect 21 gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect 22 )