forked from google/skia
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #139 from mono/dev/update-skia-m118
Update skia to Milestone 118
- Loading branch information
Showing
2,019 changed files
with
29,633 additions
and
25,338 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
infra/bots/.recipe_deps |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,78 @@ | ||
module go.skia.org/skia | ||
|
||
go 1.12 | ||
go 1.18 | ||
|
||
require ( | ||
cloud.google.com/go/pubsub v1.8.3 | ||
cloud.google.com/go/storage v1.14.0 | ||
github.com/bazelbuild/remote-apis-sdks v0.0.0-20201120151053-8f976b9bf4fc // indirect | ||
github.com/flynn/json5 v0.0.0-20160717195620-7620272ed633 | ||
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-20230807174633-333a87d1ef8a | ||
go.skia.org/infra v0.0.0-20230904042911-f5590cb5133d | ||
google.golang.org/api v0.74.0 | ||
google.golang.org/protobuf v1.28.0 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go v0.100.2 // indirect | ||
cloud.google.com/go/compute v1.5.0 // indirect | ||
cloud.google.com/go/iam v0.3.0 // indirect | ||
cloud.google.com/go/logging v1.1.1 // indirect | ||
cloud.google.com/go/secretmanager v1.4.0 // indirect | ||
github.com/aclements/go-moremath v0.0.0-20190830160640-d16893ddf098 // indirect | ||
github.com/bazelbuild/remote-apis v0.0.0-20201209220655-9e72daff42c9 // indirect | ||
github.com/bazelbuild/remote-apis-sdks v0.0.0-20201120151053-8f976b9bf4fc // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/cenkalti/backoff v2.2.1+incompatible // indirect | ||
github.com/cespare/xxhash/v2 v2.1.2 // indirect | ||
github.com/danjacques/gofslock v0.0.0-20200623023034-5d0bd0fa6ef0 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/fiorix/go-web v1.0.1-0.20150221144011-5b593f1e8966 // indirect | ||
github.com/go-chi/chi/v5 v5.0.8 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/mock v1.6.0 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/google/go-cmp v0.5.7 // indirect | ||
github.com/googleapis/gax-go/v2 v2.3.0 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-multierror v1.1.0 // indirect | ||
github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0 // indirect | ||
github.com/invopop/jsonschema v0.7.0 // indirect | ||
github.com/jcgregorio/logger v0.1.3 // indirect | ||
github.com/jcgregorio/slog v0.0.0-20190423190439-e6f2d537f900 // indirect | ||
github.com/julienschmidt/httprouter v1.3.0 // indirect | ||
github.com/klauspost/compress v1.11.3 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect | ||
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect | ||
github.com/pborman/uuid v1.2.1 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/prometheus/client_golang v1.11.1 // indirect | ||
github.com/prometheus/client_model v0.2.0 // indirect | ||
github.com/prometheus/common v0.26.0 // indirect | ||
github.com/prometheus/procfs v0.6.0 // indirect | ||
github.com/smartystreets/goconvey v1.8.1 // indirect | ||
github.com/stretchr/objx v0.3.0 // indirect | ||
github.com/texttheater/golang-levenshtein v1.0.1 // indirect | ||
github.com/willf/bitset v1.1.11 // indirect | ||
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect | ||
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect | ||
github.com/xeipuuv/gojsonschema v1.2.0 // indirect | ||
github.com/zeebo/bencode v1.0.0 // indirect | ||
go.opencensus.io v0.23.0 // indirect | ||
golang.org/x/net v0.8.0 // indirect | ||
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a // indirect | ||
golang.org/x/sync v0.2.0 // indirect | ||
golang.org/x/sys v0.6.0 // indirect | ||
golang.org/x/text v0.8.0 // indirect | ||
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20220426171045-31bebdecfb46 // indirect | ||
google.golang.org/grpc v1.45.0 // indirect | ||
gopkg.in/fsnotify.v1 v1.4.7 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.