Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update go dependencies #1333

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

chore: update go dependencies #1333

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
cloud.google.com/go/pubsub v1.45.1 -> v1.45.3 age adoption passing confidence require patch
cloud.google.com/go/storage v1.46.0 -> v1.49.0 age adoption passing confidence require minor
github.com/99designs/gqlgen v0.17.55 -> v0.17.61 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2 v1.32.3 -> v1.32.7 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/config v1.28.1 -> v1.28.7 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.35 -> v1.17.44 age adoption passing confidence require patch
github.com/aws/aws-sdk-go-v2/service/s3 v1.66.2 -> v1.71.1 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2/service/sns v1.33.3 -> v1.33.8 age adoption passing confidence require patch
github.com/bodgit/sevenzip v1.5.2 -> v1.6.0 age adoption passing confidence require minor
github.com/k0kubun/pp/v3 v3.3.0 -> v3.4.1 age adoption passing confidence require minor
github.com/labstack/echo/v4 v4.12.0 -> v4.13.3 age adoption passing confidence require minor
github.com/stretchr/testify v1.9.0 -> v1.10.0 age adoption passing confidence require minor
github.com/vektah/gqlparser/v2 v2.5.18 -> v2.5.21 age adoption passing confidence require patch
go (source) 1.23.2 -> 1.23.4 age adoption passing confidence golang patch
go.mongodb.org/mongo-driver v1.17.1 -> v2.0.0 age adoption passing confidence require major
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.56.0 -> v0.58.0 age adoption passing confidence require minor
go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.56.0 -> v0.58.0 age adoption passing confidence require minor
golang.org/x/net v0.30.0 -> v0.33.0 age adoption passing confidence require minor
golang.org/x/text v0.19.0 -> v0.21.0 age adoption passing confidence require minor
google.golang.org/api v0.204.0 -> v0.214.0 age adoption passing confidence require minor

Release Notes

99designs/gqlgen (github.com/99designs/gqlgen)

v0.17.61

Compare Source

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.60...v0.17.61

v0.17.60

Compare Source

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.59...v0.17.60

v0.17.59

Compare Source

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.58...v0.17.59

v0.17.58

Compare Source

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.57...v0.17.58

v0.17.57

Compare Source

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.56...v0.17.57

v0.17.56

Compare Source

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.55...v0.17.56

aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)

v1.32.7

Compare Source

v1.32.6

Compare Source

v1.32.5

Compare Source

v1.32.4

Compare Source

bodgit/sevenzip (github.com/bodgit/sevenzip)

v1.6.0

Compare Source

Features
k0kubun/pp (github.com/k0kubun/pp/v3)

v3.4.1

Compare Source

Full Changelog

Merged pull requests:

v3.4.0

Compare Source

Full Changelog

Merged pull requests:

labstack/echo (github.com/labstack/echo/v4)

v4.13.3

Compare Source

Security

v4.13.2

Compare Source

Security

v4.13.1

Compare Source

Fixes

v4.13.0

Compare Source

BREAKING CHANGE JWT Middleware Removed from Core use labstack/echo-jwt instead

The JWT middleware has been removed from Echo core due to another security vulnerability, CVE-2024-51744. For more details, refer to issue #​2699. A drop-in replacement is available in the labstack/echo-jwt repository.

Important: Direct assignments like token := c.Get("user").(*jwt.Token) will now cause a panic due to an invalid cast. Update your code accordingly. Replace the current imports from "github.com/golang-jwt/jwt" in your handlers to the new middleware version using "github.com/golang-jwt/jwt/v5".

Background:

The version of golang-jwt/jwt (v3.2.2) previously used in Echo core has been in an unmaintained state for some time. This is not the first vulnerability affecting this library; earlier issues were addressed in PR #​1946.
JWT middleware was marked as deprecated in Echo core as of v4.10.0 on 2022-12-27. If you did not notice that, consider leveraging tools like Staticcheck to catch such deprecations earlier in you dev/CI flow. For bonus points - check out gosec.

We sincerely apologize for any inconvenience caused by this change. While we strive to maintain backward compatibility within Echo core, recurring security issues with third-party dependencies have forced this decision.

Enhancements

stretchr/testify (github.com/stretchr/testify)

v1.10.0

Compare Source

What's Changed

Functional Changes
Fixes
Documantation, Build & CI

New Contributors


Configuration

📅 Schedule: Branch creation - "before 3:00 am on the 4th day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from yk-eukarya as a code owner December 4, 2024 02:43
Copy link
Contributor Author

renovate bot commented Dec 4, 2024

ℹ Artifact update notice

File name: server/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 36 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/auth v0.10.0 -> v0.11.0
cloud.google.com/go/auth/oauth2adapt v0.2.5 -> v0.2.6
cloud.google.com/go/iam v1.2.1 -> v1.2.2
cloud.google.com/go/monitoring v1.21.1 -> v1.21.2
cloud.google.com/go/trace v1.11.1 -> v1.11.2
github.com/agnivade/levenshtein v1.1.1 -> v1.2.0
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.6 -> v1.6.7
github.com/aws/aws-sdk-go-v2/credentials v1.17.42 -> v1.17.47
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.18 -> v1.16.21
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 -> v1.3.25
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 -> v2.6.25
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.22 -> v1.3.25
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 -> v1.12.1
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.3 -> v1.4.6
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.3 -> v1.12.6
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.3 -> v1.18.6
github.com/aws/aws-sdk-go-v2/service/sso v1.24.3 -> v1.24.7
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.3 -> v1.28.6
github.com/aws/aws-sdk-go-v2/service/sts v1.32.3 -> v1.33.2
github.com/aws/smithy-go v1.22.0 -> v1.22.1
github.com/cpuguy83/go-md2man/v2 v2.0.4 -> v2.0.5
github.com/googleapis/gax-go/v2 v2.13.0 -> v2.14.0
github.com/urfave/cli/v2 v2.27.4 -> v2.27.5
go.opentelemetry.io/otel v1.31.0 -> v1.32.0
go.opentelemetry.io/otel/metric v1.31.0 -> v1.32.0
go.opentelemetry.io/otel/trace v1.31.0 -> v1.32.0
golang.org/x/crypto v0.28.0 -> v0.30.0
golang.org/x/oauth2 v0.23.0 -> v0.24.0
golang.org/x/sync v0.8.0 -> v0.10.0
golang.org/x/sys v0.26.0 -> v0.28.0
golang.org/x/time v0.7.0 -> v0.8.0
google.golang.org/genproto v0.0.0-20241021214115-324edc3d5d38 -> v0.0.0-20241118233622-e639e219e697
google.golang.org/genproto/googleapis/api v0.0.0-20241015192408-796eee8c2d53 -> v0.0.0-20241113202542-65e8d215514f
google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 -> v0.0.0-20241118233622-e639e219e697
google.golang.org/grpc v1.67.1 -> v1.67.2
google.golang.org/protobuf v1.35.1 -> v1.35.2
File name: worker/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 35 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/auth v0.10.0 -> v0.11.0
cloud.google.com/go/auth/oauth2adapt v0.2.5 -> v0.2.6
cloud.google.com/go/iam v1.2.1 -> v1.2.2
cloud.google.com/go/monitoring v1.21.1 -> v1.21.2
github.com/andybalholm/brotli v1.1.0 -> v1.1.1
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.6 -> v1.6.7
github.com/aws/aws-sdk-go-v2/credentials v1.17.42 -> v1.17.47
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.18 -> v1.16.21
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 -> v1.3.25
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 -> v2.6.25
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.22 -> v1.3.25
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 -> v1.12.1
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.3 -> v1.4.6
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.3 -> v1.12.6
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.3 -> v1.18.6
github.com/aws/aws-sdk-go-v2/service/sso v1.24.3 -> v1.24.7
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.3 -> v1.28.6
github.com/aws/aws-sdk-go-v2/service/sts v1.32.3 -> v1.33.2
github.com/aws/smithy-go v1.22.0 -> v1.22.1
github.com/googleapis/gax-go/v2 v2.13.0 -> v2.14.0
go.opentelemetry.io/otel v1.31.0 -> v1.32.0
go.opentelemetry.io/otel/metric v1.31.0 -> v1.32.0
go.opentelemetry.io/otel/trace v1.31.0 -> v1.32.0
golang.org/x/crypto v0.28.0 -> v0.30.0
golang.org/x/oauth2 v0.23.0 -> v0.24.0
golang.org/x/sync v0.8.0 -> v0.10.0
golang.org/x/sys v0.26.0 -> v0.28.0
golang.org/x/text v0.19.0 -> v0.21.0
golang.org/x/time v0.7.0 -> v0.8.0
google.golang.org/api v0.203.0 -> v0.210.0
google.golang.org/genproto v0.0.0-20241015192408-796eee8c2d53 -> v0.0.0-20241118233622-e639e219e697
google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 -> v0.0.0-20241113202542-65e8d215514f
google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 -> v0.0.0-20241118233622-e639e219e697
google.golang.org/grpc v1.67.1 -> v1.67.2
google.golang.org/protobuf v1.35.1 -> v1.35.2

@renovate renovate bot requested a review from rot1024 as a code owner December 4, 2024 02:43
Copy link

coderabbitai bot commented Dec 4, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

netlify bot commented Dec 4, 2024

Deploy Preview for reearth-cms canceled.

Name Link
🔨 Latest commit 77b7de1
🔍 Latest deploy log https://app.netlify.com/sites/reearth-cms/deploys/676c840212921000080178c2

@renovate renovate bot force-pushed the renovate/gomod branch 4 times, most recently from 2e6ea12 to 6896d00 Compare December 10, 2024 17:11
Copy link
Contributor Author

renovate bot commented Dec 10, 2024

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: server/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: downloading github.com/99designs/gqlgen v0.17.61
go: downloading github.com/golang/mock v1.6.0
go: downloading github.com/oapi-codegen/oapi-codegen/v2 v2.4.1
go: downloading github.com/reearth/reearthx v0.0.0-20241121115830-a7f7b61afe26
go: downloading github.com/joho/godotenv v1.5.1
go: downloading github.com/samber/lo v1.47.0
go: downloading go.mongodb.org/mongo-driver v1.17.1
go: downloading github.com/stretchr/testify v1.10.0
go: downloading github.com/gavv/httpexpect/v2 v2.16.0
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/spf13/afero v1.11.0
go: downloading golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
go: downloading golang.org/x/text v0.21.0
go: downloading github.com/vektah/gqlparser/v2 v2.5.21
go: downloading github.com/vikstrous/dataloadgen v0.0.6
go: downloading go.opencensus.io v0.24.0
go: downloading github.com/getkin/kin-openapi v0.128.0
go: downloading github.com/labstack/echo/v4 v4.13.3
go: downloading github.com/oapi-codegen/runtime v1.1.1
go: downloading github.com/hallazzang/echo-compose v1.0.1
go: downloading github.com/k0kubun/pp/v3 v3.4.1
go: downloading github.com/kelseyhightower/envconfig v1.4.0
go: downloading github.com/ravilushqa/otelgqlgen v0.17.0
go: downloading github.com/robbiet480/go.sns v0.0.0-20230523235941-e8d832c79d68
go: downloading go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.58.0
go: downloading go.opentelemetry.io/contrib v1.29.0
go: downloading go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.58.0
go: downloading golang.org/x/net v0.33.0
go: downloading github.com/aws/aws-sdk-go-v2 v1.32.7
go: downloading github.com/aws/aws-sdk-go-v2/config v1.28.7
go: downloading github.com/aws/aws-sdk-go-v2/service/s3 v1.71.1
go: downloading github.com/aws/aws-sdk-go-v2/service/sns v1.33.8
go: downloading cloud.google.com/go/pubsub v1.45.3
go: downloading cloud.google.com/go v0.116.0
go: downloading cloud.google.com/go/storage v1.49.0
go: downloading google.golang.org/api v0.214.0
go: downloading github.com/sendgrid/sendgrid-go v3.16.0+incompatible
go: downloading github.com/avast/retry-go/v4 v4.6.0
go: downloading github.com/square/mongo-lock v0.0.0-20230808145049-cfcf499f6bf0
go: downloading github.com/jarcoal/httpmock v1.3.1
go: downloading github.com/goombaio/namegenerator v0.0.0-20181006234301-989e774b106e
go: downloading github.com/paulmach/go.geojson v1.5.0
go: downloading github.com/chrispappas/golang-generics-set v1.0.1
go: downloading github.com/urfave/cli/v2 v2.27.5
go: downloading golang.org/x/mod v0.21.0
go: downloading golang.org/x/tools v0.26.0
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/jpillora/opts v1.2.3
go: downloading github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78
go: downloading github.com/labstack/gommon v0.4.2
go: downloading go.uber.org/zap v1.26.0
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading github.com/TylerBrock/colorjson v0.0.0-20200706003622-8a50f05110d2
go: downloading github.com/ajg/form v1.5.1
go: downloading github.com/fatih/color v1.16.0
go: downloading github.com/fatih/structs v1.1.0
go: downloading github.com/gobwas/glob v0.2.3
go: downloading github.com/google/go-querystring v1.1.0
go: downloading github.com/gorilla/websocket v1.5.1
go: downloading github.com/imkira/go-interpol v1.1.0
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/mitchellh/go-wordwrap v1.0.1
go: downloading github.com/sanity-io/litter v1.5.5
go: downloading github.com/valyala/fasthttp v1.51.0
go: downloading github.com/xeipuuv/gojsonschema v1.2.0
go: downloading github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0
go: downloading github.com/yudai/gojsondiff v1.0.0
go: downloading moul.io/http2curl/v2 v2.3.0
go: downloading golang.org/x/crypto v0.31.0
go: downloading github.com/oklog/ulid v1.3.1
go: downloading github.com/aws/aws-sdk-go-v2/service/ses v1.19.6
go: downloading github.com/maruel/panicparse/v2 v2.3.1
go: downloading github.com/nicksnyder/go-i18n/v2 v2.4.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.21.0
go: downloading github.com/auth0/go-jwt-middleware/v2 v2.2.1
go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible
go: downloading github.com/uber/jaeger-client-go v2.30.0+incompatible
go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible
go: downloading go.opentelemetry.io/otel v1.33.0
go: downloading go.opentelemetry.io/otel/sdk v1.29.0
go: downloading github.com/sosodev/duration v1.3.1
go: downloading github.com/goccy/go-yaml v1.11.3
go: downloading go.uber.org/atomic v1.11.0
go: downloading go.opentelemetry.io/otel/trace v1.33.0
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/go-openapi/jsonpointer v0.21.0
go: downloading github.com/invopop/yaml v0.3.1
go: downloading github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
go: downloading github.com/perimeterx/marshmallow v1.1.5
go: downloading github.com/apapsch/go-jsonmerge/v2 v2.0.0
go: downloading github.com/valyala/fasttemplate v1.2.2
go: downloading golang.org/x/time v0.8.0
go: downloading github.com/go-viper/mapstructure/v2 v2.2.1
go: downloading github.com/hashicorp/golang-lru/v2 v2.0.7
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/aws/smithy-go v1.22.1
go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.17.48
go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.22
go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1
go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.24.8
go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.7
go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.33.3
go: downloading github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7
go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26
go: downloading github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.26
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.7
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.7
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.7
go: downloading cloud.google.com/go/iam v1.2.2
go: downloading github.com/googleapis/gax-go/v2 v2.14.0
go: downloading golang.org/x/sync v0.10.0
go: downloading google.golang.org/grpc v1.67.3
go: downloading google.golang.org/protobuf v1.35.2
go: downloading cloud.google.com/go/compute/metadata v0.6.0
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1
go: downloading go.opentelemetry.io/contrib/detectors/gcp v1.29.0
go: downloading go.opentelemetry.io/otel/sdk/metric v1.29.0
go: downloading golang.org/x/oauth2 v0.24.0
go: downloading google.golang.org/genproto v0.0.0-20241118233622-e639e219e697
go: downloading google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b2c93a
go: downloading github.com/sendgrid/rest v2.6.9+incompatible
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.5
go: downloading github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1
go: downloading github.com/speakeasy-api/openapi-overlay v0.9.0
go: downloading github.com/posener/complete v1.2.3
go: downloading github.com/iancoleman/strcase v0.3.0
go: downloading github.com/golang/snappy v0.0.4
go: downloading github.com/klauspost/compress v1.17.11
go: downloading github.com/xdg-go/scram v1.1.2
go: downloading github.com/xdg-go/stringprep v1.0.4
go: downloading github.com/montanaflynn/stats v0.7.1
go: downloading go.uber.org/multierr v1.11.0
go: downloading golang.org/x/sys v0.28.0
go: downloading github.com/andybalholm/brotli v1.1.0
go: downloading github.com/valyala/bytebufferpool v1.0.0
go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
go: downloading github.com/sergi/go-diff v1.3.1
go: downloading github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82
go: downloading github.com/jmespath/go-jmespath v0.4.0
go: downloading cloud.google.com/go/trace v1.11.2
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576
go: downloading gopkg.in/go-jose/go-jose.v2 v2.6.2
go: downloading github.com/opentracing/opentracing-go v1.2.0
go: downloading github.com/go-logr/logr v1.4.2
go: downloading go.opentelemetry.io/otel/metric v1.33.0
go: downloading golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028
go: downloading github.com/agnivade/levenshtein v1.2.0
go: downloading github.com/go-openapi/swag v0.23.0
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20241118233622-e639e219e697
go: downloading cloud.google.com/go/auth v0.13.0
go: downloading cloud.google.com/go/monitoring v1.21.2
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0
go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.6
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0
go: downloading github.com/google/s2a-go v0.1.8
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/xdg-go/pbkdf2 v1.0.0
go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading go.opentelemetry.io/auto/sdk v1.1.0
go: downloading github.com/josharian/intern v1.0.0
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.4
go: downloading github.com/envoyproxy/go-control-plane v0.13.1
go: downloading github.com/vmware-labs/yaml-jsonpath v0.3.2
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78
go: downloading github.com/envoyproxy/protoc-gen-validate v1.1.0
go: downloading github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/dprotaso/go-yit v0.0.0-20220510233725-9ba8df137936
go: downloading cel.dev/expr v0.16.1
go: downloading github.com/census-instrumentation/opencensus-proto v0.4.1
go: downloading google.golang.org/grpc v1.69.2
go: downloading google.golang.org/grpc/stats/opentelemetry v0.0.0-20241028142157-ada6787961b3
go: downloading go.opentelemetry.io/otel/sdk v1.31.0
go: downloading go.opentelemetry.io/contrib/detectors/gcp v1.31.0
go: downloading go.opentelemetry.io/otel/sdk/metric v1.31.0
go: downloading cel.dev/expr v0.16.2
go: github.com/reearth/reearth-cms/server/internal/infrastructure/gcp imports
	cloud.google.com/go/storage imports
	google.golang.org/grpc/stats/opentelemetry: ambiguous import: found package google.golang.org/grpc/stats/opentelemetry in multiple modules:
	google.golang.org/grpc v1.67.3 (/tmp/renovate/cache/others/go/pkg/mod/google.golang.org/grpc@v1.67.3/stats/opentelemetry)
	google.golang.org/grpc/stats/opentelemetry v0.0.0-20241028142157-ada6787961b3 (/tmp/renovate/cache/others/go/pkg/mod/google.golang.org/grpc/stats/opentelemetry@v0.0.0-20241028142157-ada6787961b3)
go: downloading github.com/rogpeppe/go-internal v1.13.1

File name: worker/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: downloading github.com/reearth/reearthx v0.0.0-20240201064205-4a2be423e40d
go: downloading github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.44
go: downloading github.com/kennygrant/sanitize v1.2.4
go: downloading github.com/bodgit/sevenzip v1.6.0
go: downloading golang.org/x/exp v0.0.0-20240222234643-814bf88cf225
go: downloading github.com/bodgit/plumbing v1.3.0
go: downloading github.com/bodgit/windows v1.0.1
go: downloading go4.org v0.0.0-20230225012048-214862532bf5
go: downloading github.com/andybalholm/brotli v1.1.1
go: downloading github.com/pierrec/lz4/v4 v4.1.21
go: downloading github.com/ulikunitz/xz v0.5.12
go: github.com/reearth/reearth-cms/worker/internal/infrastructure/gcp imports
	cloud.google.com/go/storage imports
	google.golang.org/grpc/stats/opentelemetry: ambiguous import: found package google.golang.org/grpc/stats/opentelemetry in multiple modules:
	google.golang.org/grpc v1.67.3 (/tmp/renovate/cache/others/go/pkg/mod/google.golang.org/grpc@v1.67.3/stats/opentelemetry)
	google.golang.org/grpc/stats/opentelemetry v0.0.0-20241028142157-ada6787961b3 (/tmp/renovate/cache/others/go/pkg/mod/google.golang.org/grpc/stats/opentelemetry@v0.0.0-20241028142157-ada6787961b3)

@renovate renovate bot force-pushed the renovate/gomod branch 16 times, most recently from 2246163 to 51ec65c Compare December 17, 2024 18:32
@renovate renovate bot force-pushed the renovate/gomod branch 2 times, most recently from 5efc54a to 8381bab Compare December 18, 2024 01:24
@renovate renovate bot force-pushed the renovate/gomod branch 8 times, most recently from 3649024 to 9909a18 Compare December 21, 2024 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants