skia2/go.mod
Kevin Lubick 4a62131537 [infra] Update dep of infra repo
This was needed to pick up reviews.skia.org/533814

$ go get go.skia.org/infra@9d8975cd94
$ go get cloud.google.com/go/pubsub@v1.8.3 # needed to fix go.mod error
$ go mod download
$ make -C infra/bots train
$ make -C bazel gazelle_update_repo
$ make -C bazel generate

The last step was just to make sure no current BUILD.bazel
files changed as a result of updating Gazelle (they did not).

I then re-introduced the motivating bug from reviews.skia.org/533804
and noted that make -C bazel generate fixed the erroneous
filename (as expected).

Change-Id: Ie65b88f8285bb8a3edf305dbaa68058335469883
Bug: skia:12541
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/534856
Reviewed-by: Ravi Mistry <rmistry@google.com>
Commit-Queue: Kevin Lubick <kjlubick@google.com>
2022-04-28 13:20:10 +00:00

23 lines
860 B
Modula-2

module go.skia.org/skia
go 1.12
require (
cloud.google.com/go/pubsub v1.8.3
cloud.google.com/go/storage v1.14.0
github.com/andygrunwald/go-gerrit v0.0.0-20200503132804-ed2419acda39
github.com/bazelbuild/remote-apis-sdks v0.0.0-20201120151053-8f976b9bf4fc // indirect
github.com/flynn/json5 v0.0.0-20160717195620-7620272ed633
github.com/go-kit/kit v0.10.0 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/google/uuid v1.1.2
github.com/klauspost/compress v1.11.3 // indirect
github.com/stretchr/testify v1.7.0
go.chromium.org/luci v0.0.0-20201121231857-b9ab316d7198 // indirect
go.skia.org/infra v0.0.0-20220426210209-9d8975cd9401
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a
google.golang.org/api v0.74.0
nhooyr.io/websocket v1.8.7 // indirect
)