| module go.fuchsia.dev/tools |
| |
| go 1.20 |
| |
| require ( |
| cloud.google.com/go/storage v1.13.0 |
| github.com/google/subcommands v1.2.0 |
| go.chromium.org/luci v0.0.0-20200828094204-41b976d93de1 |
| go.fuchsia.dev/fuchsia/tools v0.0.0-20210206021424-2f1610d3a3f7 |
| ) |
| |
| require ( |
| cloud.google.com/go v0.76.0 // indirect |
| github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect |
| github.com/golang/protobuf v1.4.3 // indirect |
| github.com/googleapis/gax-go/v2 v2.0.5 // indirect |
| github.com/jstemmer/go-junit-report v0.9.1 // indirect |
| go.opencensus.io v0.22.6 // indirect |
| golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect |
| golang.org/x/mod v0.4.1 // indirect |
| golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect |
| golang.org/x/oauth2 v0.0.0-20210201163806-010130855d6c // indirect |
| golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect |
| golang.org/x/text v0.3.5 // indirect |
| golang.org/x/tools v0.1.0 // indirect |
| golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect |
| google.golang.org/api v0.39.0 // indirect |
| google.golang.org/appengine v1.6.7 // indirect |
| google.golang.org/genproto v0.0.0-20210204154452-deb828366460 // indirect |
| google.golang.org/grpc v1.35.0 // indirect |
| google.golang.org/protobuf v1.25.1-0.20201020201750-d3470999428b // indirect |
| ) |