github.com/massongit/reviewdog@v0.0.0-20240331071725-4a16675475a8/go.mod (about)

     1  module github.com/massongit/reviewdog
     2  
     3  go 1.21.7
     4  
     5  require (
     6  	cloud.google.com/go/compute/metadata v0.2.3
     7  	cloud.google.com/go/datastore v1.15.0
     8  	code.gitea.io/sdk/gitea v0.17.1
     9  	contrib.go.opencensus.io/exporter/stackdriver v0.13.12
    10  	github.com/bradleyfalzon/ghinstallation/v2 v2.10.0
    11  	github.com/golang/protobuf v1.5.4
    12  	github.com/google/go-cmp v0.6.0
    13  	github.com/google/go-github/v60 v60.0.0
    14  	github.com/haya14busa/go-actions-toolkit v0.0.0-20200105081403-ca0307860f01
    15  	github.com/haya14busa/secretbox v0.0.0-20180525171038-07c7ecf409f5
    16  	github.com/justinas/nosurf v1.1.1
    17  	github.com/kylelemons/godebug v1.1.0
    18  	github.com/mattn/go-shellwords v1.0.12
    19  	github.com/rakyll/statik v0.1.7
    20  	github.com/reva2/bitbucket-insights-api v1.0.0
    21  	github.com/reviewdog/errorformat v0.0.0-20240311054359-739e471a49b3
    22  	github.com/reviewdog/go-bitbucket v0.0.0-20201024094602-708c3f6a7de0
    23  	github.com/stretchr/testify v1.9.0
    24  	github.com/vvakame/sdlog v1.2.0
    25  	github.com/xanzy/go-gitlab v0.101.0
    26  	go.opencensus.io v0.24.0
    27  	golang.org/x/build v0.0.0-20230906094020-6ed658a430ec
    28  	golang.org/x/oauth2 v0.18.0
    29  	golang.org/x/sync v0.6.0
    30  	google.golang.org/protobuf v1.33.0
    31  	gopkg.in/yaml.v3 v3.0.1
    32  )
    33  
    34  require (
    35  	cloud.google.com/go v0.110.7 // indirect
    36  	cloud.google.com/go/compute v1.23.0 // indirect
    37  	cloud.google.com/go/monitoring v1.15.1 // indirect
    38  	cloud.google.com/go/trace v1.10.1 // indirect
    39  	github.com/aws/aws-sdk-go v1.43.31 // indirect
    40  	github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
    41  	github.com/davecgh/go-spew v1.1.1 // indirect
    42  	github.com/davidmz/go-pageant v1.0.2 // indirect
    43  	github.com/go-fed/httpsig v1.1.0 // indirect
    44  	github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
    45  	github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
    46  	github.com/google/go-querystring v1.1.0 // indirect
    47  	github.com/google/s2a-go v0.1.4 // indirect
    48  	github.com/googleapis/enterprise-certificate-proxy v0.2.5 // indirect
    49  	github.com/googleapis/gax-go/v2 v2.12.0 // indirect
    50  	github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
    51  	github.com/hashicorp/go-retryablehttp v0.7.2 // indirect
    52  	github.com/hashicorp/go-version v1.6.0 // indirect
    53  	github.com/jmespath/go-jmespath v0.4.0 // indirect
    54  	github.com/pmezard/go-difflib v1.0.0 // indirect
    55  	github.com/prometheus/prometheus v2.5.0+incompatible // indirect
    56  	github.com/stretchr/objx v0.5.2 // indirect
    57  	golang.org/x/crypto v0.21.0 // indirect
    58  	golang.org/x/net v0.22.0 // indirect
    59  	golang.org/x/sys v0.18.0 // indirect
    60  	golang.org/x/text v0.14.0 // indirect
    61  	golang.org/x/time v0.3.0 // indirect
    62  	golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
    63  	google.golang.org/api v0.128.0 // indirect
    64  	google.golang.org/appengine v1.6.8-0.20221117013220-504804fb50de // indirect
    65  	google.golang.org/genproto v0.0.0-20230821184602-ccc8af3d0e93 // indirect
    66  	google.golang.org/genproto/googleapis/api v0.0.0-20230803162519-f966b187b2e5 // indirect
    67  	google.golang.org/genproto/googleapis/rpc v0.0.0-20230803162519-f966b187b2e5 // indirect
    68  	google.golang.org/grpc v1.57.1 // indirect
    69  )