From 18aa0cfdc73fb4c21bac43deafc5aaa4981da9b2 Mon Sep 17 00:00:00 2001 From: mohit-zangoh <mohit@zangoh.com> Date: Mon, 15 Apr 2024 16:06:44 +0530 Subject: [PATCH] commit3 --- go.mod | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 go.mod diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..dc72a30 --- /dev/null +++ b/go.mod @@ -0,0 +1,70 @@ +module github.com/reviewdog/reviewdog + +go 1.21.7 + +require ( + cloud.google.com/go/compute/metadata v0.2.3 + cloud.google.com/go/datastore v1.15.0 + code.gitea.io/sdk/gitea v0.17.1 + contrib.go.opencensus.io/exporter/stackdriver v0.13.12 + github.com/bradleyfalzon/ghinstallation/v2 v2.10.0 + github.com/golang/protobuf v1.5.4 + github.com/google/go-cmp v0.6.0 + github.com/google/go-github/v60 v60.0.0 + github.com/google/go-github/v61 v61.0.0 + github.com/haya14busa/go-actions-toolkit v0.0.0-20200105081403-ca0307860f01 + github.com/haya14busa/secretbox v0.0.0-20180525171038-07c7ecf409f5 + github.com/justinas/nosurf v1.1.1 + github.com/kylelemons/godebug v1.1.0 + github.com/mattn/go-shellwords v1.0.12 + github.com/rakyll/statik v0.1.7 + github.com/reva2/bitbucket-insights-api v1.0.0 + github.com/reviewdog/errorformat v0.0.0-20240311054359-739e471a49b3 + github.com/reviewdog/go-bitbucket v0.0.0-20201024094602-708c3f6a7de0 + github.com/stretchr/testify v1.9.0 + github.com/vvakame/sdlog v1.2.0 + github.com/xanzy/go-gitlab v0.102.0 + go.opencensus.io v0.24.0 + golang.org/x/build v0.0.0-20230906094020-6ed658a430ec + golang.org/x/oauth2 v0.19.0 + golang.org/x/sync v0.7.0 + google.golang.org/protobuf v1.33.0 + gopkg.in/yaml.v3 v3.0.1 +) + +require ( + cloud.google.com/go v0.110.7 // indirect + cloud.google.com/go/compute v1.23.0 // indirect + cloud.google.com/go/monitoring v1.15.1 // indirect + cloud.google.com/go/trace v1.10.1 // indirect + github.com/aws/aws-sdk-go v1.43.31 // indirect + github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect + github.com/davecgh/go-spew v1.1.1 // indirect + github.com/davidmz/go-pageant v1.0.2 // indirect + github.com/go-fed/httpsig v1.1.0 // indirect + github.com/golang-jwt/jwt/v4 v4.5.0 // indirect + github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect + github.com/google/go-querystring v1.1.0 // indirect + github.com/google/s2a-go v0.1.4 // indirect + github.com/googleapis/enterprise-certificate-proxy v0.2.5 // indirect + github.com/googleapis/gax-go/v2 v2.12.0 // indirect + github.com/hashicorp/go-cleanhttp v0.5.2 // indirect + github.com/hashicorp/go-retryablehttp v0.7.2 // indirect + github.com/hashicorp/go-version v1.6.0 // indirect + github.com/jmespath/go-jmespath v0.4.0 // indirect + github.com/pmezard/go-difflib v1.0.0 // indirect + github.com/prometheus/prometheus v2.5.0+incompatible // indirect + github.com/stretchr/objx v0.5.2 // indirect + golang.org/x/crypto v0.21.0 // indirect + golang.org/x/net v0.22.0 // indirect + golang.org/x/sys v0.18.0 // indirect + golang.org/x/text v0.14.0 // indirect + golang.org/x/time v0.3.0 // indirect + golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect + google.golang.org/api v0.128.0 // indirect + google.golang.org/appengine v1.6.8-0.20221117013220-504804fb50de // indirect + google.golang.org/genproto v0.0.0-20230821184602-ccc8af3d0e93 // indirect + google.golang.org/genproto/googleapis/api v0.0.0-20230803162519-f966b187b2e5 // indirect + google.golang.org/genproto/googleapis/rpc v0.0.0-20230803162519-f966b187b2e5 // indirect + google.golang.org/grpc v1.57.1 // indirect +)