2019-05-06 17:00:34 +00:00
|
|
|
module go.skia.org/skia
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2020-02-25 05:03:39 +00:00
|
|
|
cloud.google.com/go/storage v1.6.0
|
2020-02-14 05:03:36 +00:00
|
|
|
github.com/99designs/goodies v0.0.0-20140916053233-ec7f410f2ff2 // indirect
|
|
|
|
github.com/Azure/go-autorest v11.1.2+incompatible // indirect
|
2020-01-27 19:02:33 +00:00
|
|
|
github.com/andygrunwald/go-gerrit v0.0.0-20191101112536-3f5e365ccf57
|
2020-02-14 05:03:36 +00:00
|
|
|
github.com/boltdb/bolt v1.3.1 // indirect
|
2019-05-06 17:00:34 +00:00
|
|
|
github.com/flynn/json5 v0.0.0-20160717195620-7620272ed633
|
|
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
|
2020-02-14 05:03:36 +00:00
|
|
|
github.com/google/addlicense v0.0.0-20190510175307-22550fa7c1b0 // indirect
|
2019-05-06 17:00:34 +00:00
|
|
|
github.com/google/uuid v1.1.1
|
2020-02-14 05:03:36 +00:00
|
|
|
github.com/luci/gtreap v0.0.0-20161228054646-35df89791e8f // indirect
|
2020-01-29 05:02:08 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-02-14 05:03:36 +00:00
|
|
|
github.com/rogpeppe/go-internal v1.5.0 // indirect
|
|
|
|
go.chromium.org/gae v0.0.0-20190826183307-50a499513efa // indirect
|
2020-03-03 05:04:35 +00:00
|
|
|
go.chromium.org/luci v0.0.0-20200302135924-7da84cbd78a2 // indirect
|
|
|
|
go.skia.org/infra v0.0.0-20200302224149-d77f800809f0
|
|
|
|
golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073 // indirect
|
2020-02-14 05:03:36 +00:00
|
|
|
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
|
2020-03-03 05:04:35 +00:00
|
|
|
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
|
2020-02-14 05:03:36 +00:00
|
|
|
golang.org/x/mobile v0.0.0-20191002175909-6d0d39b2ca82 // indirect
|
2020-01-27 19:02:33 +00:00
|
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
2020-03-03 05:04:35 +00:00
|
|
|
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect
|
|
|
|
golang.org/x/tools v0.0.0-20200302225559-9b52d559c609 // indirect
|
2020-01-27 19:02:33 +00:00
|
|
|
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
|
2020-02-26 05:04:06 +00:00
|
|
|
google.golang.org/api v0.19.0
|
2020-03-03 05:04:35 +00:00
|
|
|
google.golang.org/genproto v0.0.0-20200302123026-7795fca6ccb1 // indirect
|
2019-05-06 17:00:34 +00:00
|
|
|
)
|