f6526b1eda
Change-Id: If4e09a1591cc64158338a799e022f9d994239052 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/246954 Reviewed-by: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com> Commit-Queue: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
64 lines
3.3 KiB
Modula-2
64 lines
3.3 KiB
Modula-2
module go.skia.org/skia
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
cloud.google.com/go/storage v1.1.0
|
|
github.com/Azure/go-autorest v13.0.2+incompatible // indirect
|
|
github.com/NYTimes/gziphandler v1.1.1 // indirect
|
|
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
|
|
github.com/aws/aws-sdk-go v1.25.7 // indirect
|
|
github.com/coreos/bbolt v1.3.3 // indirect
|
|
github.com/coreos/etcd v3.3.15+incompatible // indirect
|
|
github.com/coreos/go-semver v0.3.0 // indirect
|
|
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
|
|
github.com/creack/pty v1.1.9 // indirect
|
|
github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect
|
|
github.com/elazarl/goproxy v0.0.0-20190911111923-ecfe977594f1 // indirect
|
|
github.com/elazarl/goproxy/ext v0.0.0-20190911111923-ecfe977594f1 // indirect
|
|
github.com/emicklei/go-restful v2.10.0+incompatible // indirect
|
|
github.com/evanphx/json-patch v4.5.0+incompatible // indirect
|
|
github.com/flynn/json5 v0.0.0-20160717195620-7620272ed633
|
|
github.com/fortytw2/leaktest v1.3.0 // indirect
|
|
github.com/go-openapi/jsonreference v0.19.3 // indirect
|
|
github.com/go-openapi/spec v0.19.3 // indirect
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
|
|
github.com/google/addlicense v0.0.0-20190907113143-be125746c2c4 // indirect
|
|
github.com/google/pprof v0.0.0-20190930153522-6ce02741cba3 // indirect
|
|
github.com/google/uuid v1.1.1
|
|
github.com/gophercloud/gophercloud v0.4.0 // indirect
|
|
github.com/gorilla/websocket v1.4.1 // indirect
|
|
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 // indirect
|
|
github.com/grpc-ecosystem/grpc-gateway v1.11.3 // indirect
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
|
github.com/kr/pty v1.1.8 // indirect
|
|
github.com/magiconair/properties v1.8.1 // indirect
|
|
github.com/mailru/easyjson v0.7.0 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20190414153302-2ae31c8b6b30 // indirect
|
|
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
|
|
github.com/pelletier/go-toml v1.5.0 // indirect
|
|
github.com/rogpeppe/fastuuid v1.2.0 // indirect
|
|
github.com/rogpeppe/go-charset v0.0.0-20190617161244-0dc95cdf6f31 // indirect
|
|
github.com/rogpeppe/go-internal v1.4.0 // indirect
|
|
github.com/russross/blackfriday v2.0.0+incompatible // indirect
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/viper v1.4.0 // indirect
|
|
github.com/ugorji/go v1.1.7 // indirect
|
|
go.chromium.org/luci v0.0.0-20191008012701-86f88e50331b // indirect
|
|
go.etcd.io/bbolt v1.3.3 // indirect
|
|
go.skia.org/infra v0.0.0-20191008021319-bbb1d2b20bc8
|
|
go.uber.org/multierr v1.2.0 // indirect
|
|
golang.org/x/image v0.0.0-20190910094157-69e4b8554b2a // indirect
|
|
golang.org/x/mobile v0.0.0-20191002175909-6d0d39b2ca82 // indirect
|
|
golang.org/x/net v0.0.0-20191007182048-72f939374954 // indirect
|
|
golang.org/x/sys v0.0.0-20191007154456-ef33b2fb2c41 // indirect
|
|
golang.org/x/tools v0.0.0-20191007185444-6536af71d98a // indirect
|
|
google.golang.org/api v0.10.0
|
|
google.golang.org/appengine v1.6.5 // indirect
|
|
google.golang.org/genproto v0.0.0-20191007204434-a023cd5227bd // indirect
|
|
k8s.io/gengo v0.0.0-20190907103519-ebc107f98eab // indirect
|
|
k8s.io/kube-openapi v0.0.0-20190918143330-0270cf2f1c1d // indirect
|
|
sigs.k8s.io/structured-merge-diff v0.0.0-20191007172110-13ba6db87b8b // indirect
|
|
)
|