| module go.fuchsia.dev/fuchsia |
| |
| go 1.16 |
| |
| require ( |
| cloud.google.com/go/storage v1.18.2 |
| github.com/creack/pty v1.1.17 |
| github.com/dustin/go-humanize v1.0.0 |
| github.com/fsnotify/fsnotify v1.5.1 |
| github.com/golang/glog v1.0.0 |
| github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect |
| github.com/google/go-cmp v0.5.6 |
| 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.4 |
| github.com/rogpeppe/go-internal v1.8.0 // indirect |
| github.com/sasha-s/go-deadlock v0.3.1 |
| github.com/spf13/pflag v1.0.5 |
| github.com/theupdateframework/go-tuf v0.0.0-20211101164826-e8b63d20d142 |
| github.com/ulikunitz/xz v0.5.10 |
| github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb |
| github.com/xeipuuv/gojsonschema v1.2.0 |
| go.uber.org/atomic v1.9.0 // indirect |
| go.uber.org/goleak v1.1.12 |
| go.uber.org/multierr v1.7.0 |
| golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 |
| golang.org/x/net v0.0.0-20211101193420-4a448f8816b3 |
| golang.org/x/sync v0.0.0-20210220032951-036812b2e83c |
| golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e |
| golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect |
| gonum.org/v1/gonum v0.9.3 |
| google.golang.org/api v0.64.0 |
| google.golang.org/grpc v1.42.0 |
| google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0 |
| google.golang.org/protobuf v1.27.1 |
| gopkg.in/yaml.v2 v2.4.0 |
| gvisor.dev/gvisor v0.0.0-20220624205412-b271e71d00ec |
| ) |