-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade wpt.fyi deps and add checks for new format (#2201)
- Loading branch information
Showing
4 changed files
with
203 additions
and
79 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
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,14 +1,52 @@ | ||
module github.com/web-platform-tests/wpt-metadata | ||
|
||
go 1.13 | ||
go 1.17 | ||
|
||
require ( | ||
cloud.google.com/go v0.86.0 // indirect | ||
github.com/deckarep/golang-set v1.7.1 | ||
github.com/google/go-github/v35 v35.2.0 | ||
github.com/google/go-github/v35 v35.3.0 | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/web-platform-tests/wpt.fyi v0.0.0-20210705031106-e7882c52c5ee | ||
google.golang.org/genproto v0.0.0-20210701191553-46259e63a0a9 // indirect | ||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect | ||
github.com/web-platform-tests/wpt.fyi v0.0.0-20211122224043-13bd8d7ae55e | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b | ||
) | ||
|
||
require ( | ||
cloud.google.com/go v0.97.0 // indirect | ||
cloud.google.com/go/cloudtasks v1.0.0 // indirect | ||
cloud.google.com/go/datastore v1.6.0 // indirect | ||
cloud.google.com/go/logging v1.4.2 // indirect | ||
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect | ||
github.com/cespare/xxhash/v2 v2.1.2 // indirect | ||
github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4 // indirect | ||
github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/envoyproxy/go-control-plane v0.10.1 // indirect | ||
github.com/envoyproxy/protoc-gen-validate v0.6.2 // indirect | ||
github.com/felixge/httpsnoop v1.0.2 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/gomodule/redigo v1.8.5 // indirect | ||
github.com/google/go-cmp v0.5.6 // indirect | ||
github.com/google/go-github/v33 v33.0.0 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/googleapis/gax-go/v2 v2.1.1 // indirect | ||
github.com/gorilla/handlers v1.5.1 // indirect | ||
github.com/gorilla/mux v1.8.0 // indirect | ||
github.com/gorilla/securecookie v1.1.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/sirupsen/logrus v1.8.1 // indirect | ||
go.opencensus.io v0.23.0 // indirect | ||
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871 // indirect | ||
golang.org/x/net v0.0.0-20211118161319-6a13c67c3ce4 // indirect | ||
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect | ||
golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1 // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
google.golang.org/api v0.60.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20211118181313-81c1377c94b1 // indirect | ||
google.golang.org/grpc v1.42.0 // indirect | ||
google.golang.org/protobuf v1.27.1 // indirect | ||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect | ||
) |
Oops, something went wrong.