cc08d9fabf
Merge commit 'refs/changes/95/272895/2' of https://skia.googlesource.com/skia Update Go Deps Change-Id: I8d56caafce1d21bd6bead373c96f57ed0c7d96a7 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/273016 Auto-Submit: Weston Tracey <westont@google.com> Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Eric Boren <borenet@google.com>
29 lines
1.3 KiB
Modula-2
29 lines
1.3 KiB
Modula-2
module go.skia.org/skia
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
cloud.google.com/go v0.53.0 // indirect
|
|
cloud.google.com/go/storage v1.5.0
|
|
github.com/99designs/goodies v0.0.0-20140916053233-ec7f410f2ff2 // indirect
|
|
github.com/Azure/go-autorest v11.1.2+incompatible // indirect
|
|
github.com/andygrunwald/go-gerrit v0.0.0-20191101112536-3f5e365ccf57
|
|
github.com/boltdb/bolt v1.3.1 // indirect
|
|
github.com/flynn/json5 v0.0.0-20160717195620-7620272ed633
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
|
|
github.com/google/addlicense v0.0.0-20190510175307-22550fa7c1b0 // indirect
|
|
github.com/google/go-github v17.0.0+incompatible // indirect
|
|
github.com/google/uuid v1.1.1
|
|
github.com/luci/gtreap v0.0.0-20161228054646-35df89791e8f // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/rogpeppe/go-internal v1.5.0 // indirect
|
|
go.chromium.org/gae v0.0.0-20190826183307-50a499513efa // indirect
|
|
go.skia.org/infra v0.0.0-20200223052609-9e6368587a01
|
|
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
|
|
golang.org/x/mobile v0.0.0-20191002175909-6d0d39b2ca82 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
|
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae // indirect
|
|
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
|
|
google.golang.org/api v0.17.0
|
|
)
|