github.com/vipcoin-gold/reviewdog@v1.0.2/go.mod (about)

     1  module github.com/vipcoin-gold/reviewdog
     2  
     3  go 1.19
     4  
     5  require (
     6  	cloud.google.com/go v0.105.0 // indirect
     7  	cloud.google.com/go/compute/metadata v0.2.3
     8  	cloud.google.com/go/datastore v1.10.0
     9  	cloud.google.com/go/monitoring v1.8.0 // indirect
    10  	cloud.google.com/go/trace v1.4.0 // indirect
    11  	contrib.go.opencensus.io/exporter/stackdriver v0.13.12
    12  	github.com/bradleyfalzon/ghinstallation/v2 v2.1.0
    13  	github.com/golang/protobuf v1.5.2
    14  	github.com/google/go-cmp v0.5.9
    15  	github.com/google/go-github/v49 v49.1.0
    16  	github.com/haya14busa/go-actions-toolkit v0.0.0-20200105081403-ca0307860f01
    17  	github.com/haya14busa/secretbox v0.0.0-20180525171038-07c7ecf409f5
    18  	github.com/justinas/nosurf v1.1.1
    19  	github.com/kylelemons/godebug v1.1.0
    20  	github.com/mattn/go-shellwords v1.0.12
    21  	github.com/rakyll/statik v0.1.7
    22  	github.com/reva2/bitbucket-insights-api v1.0.0
    23  	github.com/reviewdog/errorformat v0.0.0-20230202135222-f4f4fedc5d1b
    24  	github.com/reviewdog/go-bitbucket v0.0.0-20201024094602-708c3f6a7de0
    25  	github.com/stretchr/testify v1.8.1
    26  	github.com/vvakame/sdlog v0.0.0-20200409072131-7c0d359efddc
    27  	go.opencensus.io v0.24.0
    28  	golang.org/x/build v0.0.0-20230202190423-357881e10382
    29  	golang.org/x/oauth2 v0.4.0
    30  	golang.org/x/sync v0.1.0
    31  	google.golang.org/protobuf v1.28.1
    32  	gopkg.in/yaml.v2 v2.4.0
    33  )
    34  
    35  require github.com/vipcoin-gold/go-gitlab v1.0.2
    36  
    37  require (
    38  	cloud.google.com/go/compute v1.14.0 // indirect
    39  	github.com/aws/aws-sdk-go v1.43.31 // indirect
    40  	github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
    41  	github.com/davecgh/go-spew v1.1.1 // indirect
    42  	github.com/golang-jwt/jwt/v4 v4.4.1 // indirect
    43  	github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
    44  	github.com/google/go-github/v45 v45.2.0 // indirect
    45  	github.com/google/go-querystring v1.1.0 // indirect
    46  	github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
    47  	github.com/googleapis/gax-go/v2 v2.7.0 // indirect
    48  	github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
    49  	github.com/hashicorp/go-retryablehttp v0.7.1 // indirect
    50  	github.com/jmespath/go-jmespath v0.4.0 // indirect
    51  	github.com/pmezard/go-difflib v1.0.0 // indirect
    52  	github.com/prometheus/prometheus v2.5.0+incompatible // indirect
    53  	github.com/stretchr/objx v0.5.0 // indirect
    54  	golang.org/x/crypto v0.1.0 // indirect
    55  	golang.org/x/net v0.5.0 // indirect
    56  	golang.org/x/sys v0.4.0 // indirect
    57  	golang.org/x/text v0.6.0 // indirect
    58  	golang.org/x/time v0.3.0 // indirect
    59  	golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
    60  	google.golang.org/api v0.103.0 // indirect
    61  	google.golang.org/appengine v1.6.7 // indirect
    62  	google.golang.org/genproto v0.0.0-20221202195650-67e5cbc046fd // indirect
    63  	google.golang.org/grpc v1.50.1 // indirect
    64  	gopkg.in/yaml.v3 v3.0.1 // indirect
    65  )