0e03cdf092
See https://skia-review.googlesource.com/c/buildbot/+/232441 for the infra fix. Seems like this shouldn't be necessary, but for some reason if I just run 'go get -u' it tries to pull in gopkg.in/unrolled/secure.v1 again. Instead, I did: - go get -u go.skia.org/infra - Removed gopkg.in/unrolled/secure.v1 from go.mod - go get -u Change-Id: I73085d716038d59700be8263dfb340b6b3bd6bed Reviewed-on: https://skia-review.googlesource.com/c/skia/+/232578 Commit-Queue: Eric Boren <borenet@google.com> Auto-Submit: Ben Wagner aka dogben <benjaminwagner@google.com> Reviewed-by: Eric Boren <borenet@google.com>
16 lines
487 B
Modula-2
16 lines
487 B
Modula-2
module go.skia.org/skia
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
cloud.google.com/go v0.43.0
|
|
github.com/flynn/json5 v0.0.0-20160717195620-7620272ed633
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
|
|
github.com/google/uuid v1.1.1
|
|
github.com/unrolled/secure v1.0.1 // indirect
|
|
go.skia.org/infra v0.0.0-20190805173708-45a4eb6c07f0
|
|
golang.org/x/sys v0.0.0-20190804053845-51ab0e2deafa // indirect
|
|
golang.org/x/tools v0.0.0-20190805165405-2756c524cc1c // indirect
|
|
google.golang.org/api v0.7.0
|
|
)
|