1module go.skia.org/skia 2 3go 1.12 4 5require ( 6 cloud.google.com/go v0.72.0 // indirect 7 cloud.google.com/go/datastore v1.3.0 8 cloud.google.com/go/pubsub v1.8.3 // indirect 9 cloud.google.com/go/storage v1.12.0 10 github.com/99designs/goodies v0.0.0-20140916053233-ec7f410f2ff2 // indirect 11 github.com/Azure/go-autorest v11.1.2+incompatible // indirect 12 github.com/Microsoft/go-winio v0.4.15 // indirect 13 github.com/VividCortex/godaemon v0.0.0-20150910212227-3d9f6e0b234f // indirect 14 github.com/andygrunwald/go-gerrit v0.0.0-20200503132804-ed2419acda39 15 github.com/bazelbuild/remote-apis-sdks v0.0.0-20201120151053-8f976b9bf4fc // indirect 16 github.com/boltdb/bolt v1.3.1 // indirect 17 github.com/flynn/json5 v0.0.0-20160717195620-7620272ed633 18 github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b 19 github.com/google/addlicense v0.0.0-20190510175307-22550fa7c1b0 // indirect 20 github.com/google/go-cmp v0.5.3 // indirect 21 github.com/google/licenseclassifier v0.0.0-20201113175434-78a70215ca36 // indirect 22 github.com/google/uuid v1.1.2 23 github.com/huin/goserial v0.0.0-20121012073615-7b90efdb22b1 // indirect 24 github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect 25 github.com/jackc/pgx v3.2.0+incompatible // indirect 26 github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect 27 github.com/kisielk/errcheck v1.4.0 // indirect 28 github.com/klauspost/compress v1.11.3 // indirect 29 github.com/luci/gtreap v0.0.0-20161228054646-35df89791e8f // indirect 30 github.com/maruel/subcommands v1.0.0 // indirect 31 github.com/pkg/errors v0.9.1 32 github.com/prometheus/common v0.15.0 // indirect 33 github.com/rogpeppe/go-internal v1.5.0 // indirect 34 github.com/skia-dev/go-systemd v0.0.0-20181025131956-1cc903e82ae4 // indirect 35 github.com/stretchr/testify v1.6.1 36 github.com/vektra/mockery v1.1.2 // indirect 37 github.com/xanzy/ssh-agent v0.3.0 // indirect 38 go.chromium.org/luci v0.0.0-20201121231857-b9ab316d7198 // indirect 39 go.skia.org/infra v0.0.0-20210225173621-2d381258bc7f 40 golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9 41 golang.org/x/exp v0.0.0-20200228211341-fcea875c7e85 // indirect 42 golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect 43 golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect 44 golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58 45 golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect 46 golang.org/x/tools v0.0.0-20201121010211-780cb80bd7fb // indirect 47 golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 48 google.golang.org/api v0.35.0 49 google.golang.org/genproto v0.0.0-20201119123407-9b1e624d6bc4 // indirect 50 sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e // indirect 51) 52