13fa34606b
This picks up a new version of the CIPD deps and a new helper for writing task drivers. Bug: skia:10812 Change-Id: I8b9b57acd4d8eee9cdea86008da1f3039af0cdc9 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/328496 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Kevin Lubick <kjlubick@google.com>
37 lines
1.8 KiB
Modula-2
37 lines
1.8 KiB
Modula-2
module go.skia.org/skia
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
cloud.google.com/go/datastore v1.2.0
|
|
cloud.google.com/go/storage v1.10.0
|
|
github.com/99designs/goodies v0.0.0-20140916053233-ec7f410f2ff2 // indirect
|
|
github.com/Azure/go-autorest v11.1.2+incompatible // indirect
|
|
github.com/VividCortex/godaemon v0.0.0-20150910212227-3d9f6e0b234f // indirect
|
|
github.com/andygrunwald/go-gerrit v0.0.0-20200503132804-ed2419acda39
|
|
github.com/bazelbuild/remote-apis-sdks v0.0.0-20201015165011-bac45969347c // indirect
|
|
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/licenseclassifier v0.0.0-20200708223521-3d09a0ea2f39 // indirect
|
|
github.com/google/uuid v1.1.2
|
|
github.com/huin/goserial v0.0.0-20121012073615-7b90efdb22b1 // indirect
|
|
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
|
|
github.com/jackc/pgx v3.2.0+incompatible // indirect
|
|
github.com/kisielk/errcheck v1.4.0 // indirect
|
|
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
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/vektra/mockery v1.1.2 // indirect
|
|
go.skia.org/infra v0.0.0-20201020123031-a17e5c55b742
|
|
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
|
|
golang.org/x/exp v0.0.0-20200228211341-fcea875c7e85 // indirect
|
|
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
|
|
google.golang.org/api v0.30.0
|
|
sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e // indirect
|
|
)
|