github.com/androidjp/reviewdog@v0.0.0-20220826111045-b4abb51cf85a/go.mod (about)

     1  module github.com/androidjp/reviewdog
     2  
     3  go 1.18
     4  
     5  require (
     6  	cloud.google.com/go v0.102.1 // indirect
     7  	cloud.google.com/go/datastore v1.8.0
     8  	cloud.google.com/go/monitoring v1.4.0 // indirect
     9  	cloud.google.com/go/trace v1.2.0 // indirect
    10  	contrib.go.opencensus.io/exporter/stackdriver v0.13.12
    11  	github.com/bradleyfalzon/ghinstallation/v2 v2.1.0
    12  	github.com/golang/protobuf v1.5.2
    13  	github.com/google/go-cmp v0.5.8
    14  	github.com/google/go-github/v39 v39.2.0
    15  	github.com/haya14busa/go-actions-toolkit v0.0.0-20200105081403-ca0307860f01
    16  	github.com/haya14busa/secretbox v0.0.0-20180525171038-07c7ecf409f5
    17  	github.com/justinas/nosurf v1.1.1
    18  	github.com/kylelemons/godebug v1.1.0
    19  	github.com/mattn/go-shellwords v1.0.12
    20  	github.com/rakyll/statik v0.1.7
    21  	github.com/reva2/bitbucket-insights-api v1.0.0
    22  	github.com/reviewdog/errorformat v0.0.0-20220521153531-8483be00dc0b
    23  	github.com/reviewdog/go-bitbucket v0.0.0-20201024094602-708c3f6a7de0
    24  	github.com/stretchr/testify v1.8.0
    25  	github.com/vvakame/sdlog v0.0.0-20200409072131-7c0d359efddc
    26  	github.com/xanzy/go-gitlab v0.73.1
    27  	go.opencensus.io v0.23.0
    28  	golang.org/x/build v0.0.0-20220825194821-542f302f8263
    29  	golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094
    30  	golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde
    31  	google.golang.org/protobuf v1.28.1
    32  	gopkg.in/yaml.v2 v2.4.0
    33  )
    34  
    35  require cloud.google.com/go/compute v1.9.0
    36  
    37  require (
    38  	github.com/aws/aws-sdk-go v1.43.31 // indirect
    39  	github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
    40  	github.com/davecgh/go-spew v1.1.1 // indirect
    41  	github.com/golang-jwt/jwt/v4 v4.4.1 // indirect
    42  	github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
    43  	github.com/google/go-github/v45 v45.2.0 // indirect
    44  	github.com/google/go-querystring v1.1.0 // indirect
    45  	github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
    46  	github.com/googleapis/gax-go/v2 v2.4.0 // indirect
    47  	github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
    48  	github.com/hashicorp/go-retryablehttp v0.7.1 // indirect
    49  	github.com/jmespath/go-jmespath v0.4.0 // indirect
    50  	github.com/pmezard/go-difflib v1.0.0 // indirect
    51  	github.com/prometheus/prometheus v2.5.0+incompatible // indirect
    52  	github.com/stretchr/objx v0.4.0 // indirect
    53  	golang.org/x/crypto v0.0.0-20220307211146-efcb8507fb70 // indirect
    54  	golang.org/x/net v0.0.0-20220805013720-a33c5aa5df48 // indirect
    55  	golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
    56  	golang.org/x/text v0.3.7 // indirect
    57  	golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
    58  	golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
    59  	google.golang.org/api v0.91.0 // indirect
    60  	google.golang.org/appengine v1.6.7 // indirect
    61  	google.golang.org/genproto v0.0.0-20220804142021-4e6b2dfa6612 // indirect
    62  	google.golang.org/grpc v1.48.0 // indirect
    63  	gopkg.in/yaml.v3 v3.0.1 // indirect
    64  )