| module github.com/bazelbuild/bazelisk | |
| go 1.18 | |
| require ( | |
| github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d | |
| github.com/hashicorp/go-version v1.6.0 | |
| github.com/mitchellh/go-homedir v1.1.0 | |
| golang.org/x/term v0.13.0 | |
| ) | |
| require golang.org/x/sys v0.13.0 // indirect |