github.com/web-platform-tests/wpt.fyi@v0.0.0-20240530210107-70cf978996f1/go.mod (about)

     1  module github.com/web-platform-tests/wpt.fyi
     2  
     3  go 1.20
     4  
     5  require (
     6  	cloud.google.com/go/cloudtasks v1.12.8
     7  	cloud.google.com/go/datastore v1.17.0
     8  	cloud.google.com/go/logging v1.10.0
     9  	cloud.google.com/go/secretmanager v1.13.1
    10  	cloud.google.com/go/storage v1.41.0
    11  	github.com/deckarep/golang-set v1.8.0
    12  	github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13
    13  	github.com/gobuffalo/packr/v2 v2.8.3
    14  	github.com/golang-jwt/jwt v3.2.2+incompatible
    15  	github.com/golang/mock v1.6.0
    16  	github.com/gomodule/redigo v1.9.2
    17  	github.com/google/go-github/v47 v47.1.0
    18  	github.com/google/uuid v1.6.0
    19  	github.com/gorilla/handlers v1.5.2
    20  	github.com/gorilla/mux v1.8.1
    21  	github.com/gorilla/securecookie v1.1.2
    22  	github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
    23  	github.com/samthor/nicehttp v1.0.0
    24  	github.com/sirupsen/logrus v1.9.3
    25  	github.com/stretchr/testify v1.9.0
    26  	github.com/taskcluster/taskcluster-lib-urls v13.0.1+incompatible
    27  	github.com/taskcluster/taskcluster/v44 v44.23.4
    28  	github.com/tebeka/selenium v0.9.9
    29  	golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
    30  	golang.org/x/oauth2 v0.20.0
    31  	google.golang.org/api v0.181.0
    32  	google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda
    33  	google.golang.org/genproto/googleapis/api v0.0.0-20240513163218-0867130af1f8
    34  	google.golang.org/grpc v1.64.0
    35  	gopkg.in/yaml.v3 v3.0.1
    36  )
    37  
    38  require (
    39  	cloud.google.com/go v0.113.0 // indirect
    40  	cloud.google.com/go/auth v0.4.1 // indirect
    41  	cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
    42  	cloud.google.com/go/compute/metadata v0.3.0 // indirect
    43  	cloud.google.com/go/iam v1.1.8 // indirect
    44  	cloud.google.com/go/longrunning v0.5.7 // indirect
    45  	github.com/BurntSushi/xgb v0.0.0-20200324125942-20f126ea2843 // indirect
    46  	github.com/BurntSushi/xgbutil v0.0.0-20190907113008-ad855c713046 // indirect
    47  	github.com/blang/semver v3.5.1+incompatible // indirect
    48  	github.com/cenkalti/backoff/v3 v3.2.2 // indirect
    49  	github.com/davecgh/go-spew v1.1.1 // indirect
    50  	github.com/fatih/camelcase v1.0.0 // indirect
    51  	github.com/felixge/httpsnoop v1.0.4 // indirect
    52  	github.com/go-logr/logr v1.4.1 // indirect
    53  	github.com/go-logr/stdr v1.2.2 // indirect
    54  	github.com/gobuffalo/logger v1.0.7 // indirect
    55  	github.com/gobuffalo/packd v1.0.2 // indirect
    56  	github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
    57  	github.com/golang/protobuf v1.5.4 // indirect
    58  	github.com/google/go-querystring v1.1.0 // indirect
    59  	github.com/google/s2a-go v0.1.7 // indirect
    60  	github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
    61  	github.com/googleapis/gax-go/v2 v2.12.4 // indirect
    62  	github.com/inconshreveable/mousetrap v1.1.0 // indirect
    63  	github.com/johncgriffin/overflow v0.0.0-20211019200055-46fa312c352c // indirect
    64  	github.com/karrick/godirwalk v1.17.0 // indirect
    65  	github.com/markbates/errx v1.1.0 // indirect
    66  	github.com/markbates/oncer v1.0.0 // indirect
    67  	github.com/markbates/safe v1.0.1 // indirect
    68  	github.com/orcaman/writerseeker v0.0.0-20200621085525-1d3f536ff85e // indirect
    69  	github.com/pborman/uuid v1.2.1 // indirect
    70  	github.com/pmezard/go-difflib v1.0.0 // indirect
    71  	github.com/rogpeppe/go-internal v1.9.0 // indirect
    72  	github.com/spf13/cobra v1.6.1 // indirect
    73  	github.com/spf13/pflag v1.0.5 // indirect
    74  	github.com/taskcluster/httpbackoff/v3 v3.1.0 // indirect
    75  	github.com/taskcluster/slugid-go v1.1.0 // indirect
    76  	github.com/tent/hawk-go v0.0.0-20161026210932-d341ea318957 // indirect
    77  	go.opencensus.io v0.24.0 // indirect
    78  	go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
    79  	go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
    80  	go.opentelemetry.io/otel v1.24.0 // indirect
    81  	go.opentelemetry.io/otel/metric v1.24.0 // indirect
    82  	go.opentelemetry.io/otel/trace v1.24.0 // indirect
    83  	golang.org/x/crypto v0.23.0 // indirect
    84  	golang.org/x/mod v0.8.0 // indirect
    85  	golang.org/x/net v0.25.0 // indirect
    86  	golang.org/x/sync v0.7.0 // indirect
    87  	golang.org/x/sys v0.20.0 // indirect
    88  	golang.org/x/term v0.20.0 // indirect
    89  	golang.org/x/text v0.15.0 // indirect
    90  	golang.org/x/time v0.5.0 // indirect
    91  	golang.org/x/tools v0.6.0 // indirect
    92  	google.golang.org/genproto/googleapis/rpc v0.0.0-20240513163218-0867130af1f8 // indirect
    93  	google.golang.org/protobuf v1.34.1 // indirect
    94  	gopkg.in/yaml.v2 v2.4.0 // indirect
    95  )
    96  
    97  // The project has been moved to GitHub and we don't want to depend on bzr (used by launchpad).
    98  replace launchpad.net/gocheck v0.0.0-20140225173054-000000000087 => gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405