| module go.fuchsia.dev/fuchsia |
| |
| go 1.19 |
| |
| require ( |
| cloud.google.com/go/storage v1.26.0 |
| github.com/creack/pty v1.1.18 |
| github.com/dustin/go-humanize v1.0.0 |
| github.com/fsnotify/fsnotify v1.5.4 |
| github.com/golang/glog v1.0.0 |
| github.com/google/go-cmp v0.5.9 |
| github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 |
| github.com/google/subcommands v1.2.0 |
| github.com/kr/fs v0.1.0 |
| github.com/kr/pretty v0.3.0 |
| github.com/pkg/sftp v1.13.5 |
| github.com/sasha-s/go-deadlock v0.3.1 |
| github.com/spdx/tools-golang v0.3.1-0.20221108182156-8a01147e6342 |
| github.com/spf13/pflag v1.0.5 |
| github.com/theupdateframework/go-tuf v0.0.0-20211108161206-fc0190d925a5 |
| github.com/ulikunitz/xz v0.5.10 |
| github.com/xeipuuv/gojsonschema v1.2.0 |
| go.uber.org/goleak v1.2.0 |
| go.uber.org/multierr v1.8.0 |
| golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 |
| golang.org/x/exp v0.0.0-20221023144134-a1e5550cf13e |
| golang.org/x/net v0.0.0-20220907135653-1e95f45603a7 |
| golang.org/x/sync v0.0.0-20220907140024-f12130a52804 |
| golang.org/x/sys v0.0.0-20220908164124-27713097b956 |
| gonum.org/v1/gonum v0.12.0 |
| google.golang.org/api v0.95.0 |
| google.golang.org/grpc v1.49.0 |
| google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.2.0 |
| google.golang.org/protobuf v1.28.1 |
| gopkg.in/yaml.v2 v2.4.0 |
| gvisor.dev/gvisor v0.0.0-20221103193032-dcafba149bb4 |
| ) |
| |
| require ( |
| cloud.google.com/go v0.104.0 // indirect |
| cloud.google.com/go/compute v1.9.0 // indirect |
| cloud.google.com/go/iam v0.4.0 // indirect |
| github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
| github.com/golang/protobuf v1.5.2 // indirect |
| github.com/google/btree v1.1.2 // indirect |
| github.com/google/uuid v1.3.0 // indirect |
| github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect |
| github.com/googleapis/gax-go/v2 v2.5.1 // indirect |
| github.com/kr/text v0.2.0 // indirect |
| github.com/petermattis/goid v0.0.0-20220824145935-af5520614cb6 // indirect |
| github.com/rogpeppe/go-internal v1.9.0 // indirect |
| github.com/tent/canonical-json-go v0.0.0-20130607151641-96e4ba3a7613 // indirect |
| github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect |
| github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect |
| go.opencensus.io v0.23.0 // indirect |
| go.uber.org/atomic v1.10.0 // indirect |
| golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094 // indirect |
| golang.org/x/text v0.3.7 // indirect |
| golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect |
| golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect |
| google.golang.org/appengine v1.6.7 // indirect |
| google.golang.org/genproto v0.0.0-20220908141613-51c1cc9bc6d0 // indirect |
| ) |