skia2/go.mod
Weston Tracey 8430496536 Revert "Update Go Deps"
This reverts commit 289ecf8b9b.

Reason for revert: The addition made in the autogenerated Go Deps CL was superfluous was by the time I got around to merging and submitting it, now it's breaking CheckGeneratedFiles.
Original change's description:
> Update Go Deps
>
> Change-Id: I4f78bfcbd56e0ba1b318f06c281a9503ff378ed5
> Reviewed-on: https://skia-review.googlesource.com/c/skia/+/272895
> Commit-Queue: Weston Tracey <westont@google.com>
> Reviewed-by: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>

TBR=skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com,westont@google.com

Change-Id: Iccda32bc10bf19610260eec83816ebe6e69c8ae7
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/273767
Commit-Queue: Weston Tracey <westont@google.com>
Reviewed-by: Weston Tracey <westont@google.com>
2020-02-27 18:05:16 +00:00

31 lines
1.4 KiB
Modula-2

module go.skia.org/skia
go 1.12
require (
cloud.google.com/go/storage v1.6.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/golang/protobuf v1.3.4 // indirect
github.com/google/addlicense v0.0.0-20190510175307-22550fa7c1b0 // 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.chromium.org/luci v0.0.0-20200227012948-d638aca591e2 // indirect
go.skia.org/infra v0.0.0-20200227033917-1a95bf293e9f
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
golang.org/x/mobile v0.0.0-20191002175909-6d0d39b2ca82 // indirect
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/tools v0.0.0-20200226224502-204d844ad48d // indirect
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
google.golang.org/api v0.19.0
google.golang.org/genproto v0.0.0-20200226201735-46b91f19d98c // indirect
)