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 #1398

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 23 additions & 23 deletions server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ module github.com/reearth/reearth/server

require (
cloud.google.com/go/profiler v0.4.2
cloud.google.com/go/storage v1.49.0
github.com/99designs/gqlgen v0.17.64
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.26.0
github.com/avast/retry-go/v4 v4.6.0
github.com/aws/aws-sdk-go-v2 v1.34.0
github.com/aws/aws-sdk-go-v2/config v1.29.2
github.com/aws/aws-sdk-go-v2/service/s3 v1.74.1
cloud.google.com/go/storage v1.51.0
github.com/99designs/gqlgen v0.17.70
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.27.0
github.com/avast/retry-go/v4 v4.6.1
github.com/aws/aws-sdk-go-v2 v1.36.3
github.com/aws/aws-sdk-go-v2/config v1.29.12
github.com/aws/aws-sdk-go-v2/service/s3 v1.79.0
github.com/blang/semver v3.5.1+incompatible
github.com/gavv/httpexpect/v2 v2.16.0
github.com/gavv/httpexpect/v2 v2.17.0
github.com/globusdigital/deep-copy v0.5.4
github.com/goccy/go-yaml v1.15.15
github.com/goccy/go-yaml v1.17.1
github.com/google/uuid v1.6.0
github.com/iancoleman/strcase v0.3.0
github.com/idubinskiy/schematyper v0.0.0-20190118213059-f71b40dac30d
Expand All @@ -29,25 +29,25 @@ require (
github.com/reearth/orb v0.0.0-20250123044717-f6f70ce16355
github.com/reearth/reearthx v0.0.0-20250227072024-4d11b59413a1
github.com/samber/lo v1.49.1
github.com/spf13/afero v1.12.0
github.com/spf13/afero v1.14.0
github.com/square/mongo-lock v0.0.0-20201208161834-4db518ed7fb2
github.com/stretchr/testify v1.10.0
github.com/uber/jaeger-client-go v2.30.0+incompatible
github.com/uber/jaeger-lib v2.4.1+incompatible
github.com/vektah/dataloaden v0.3.0
github.com/vektah/gqlparser/v2 v2.5.22
github.com/zitadel/oidc v1.13.5
go.mongodb.org/mongo-driver v1.17.2
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.59.0
go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.59.0
go.opentelemetry.io/otel v1.34.0
go.opentelemetry.io/otel/sdk v1.34.0
github.com/vektah/gqlparser/v2 v2.5.23
github.com/zitadel/oidc/v3 v3.37.0
go.mongodb.org/mongo-driver/v2 v2.1.0
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.60.0
go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.60.0
go.opentelemetry.io/otel v1.35.0
go.opentelemetry.io/otel/sdk v1.35.0
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a
golang.org/x/net v0.34.0
golang.org/x/oauth2 v0.25.0
golang.org/x/text v0.21.0
golang.org/x/tools v0.29.0
google.golang.org/api v0.219.0
golang.org/x/net v0.38.0
golang.org/x/oauth2 v0.28.0
golang.org/x/text v0.23.0
golang.org/x/tools v0.31.0
google.golang.org/api v0.228.0
gopkg.in/h2non/gock.v1 v1.1.2
gopkg.in/square/go-jose.v2 v2.6.0
)
Expand Down Expand Up @@ -187,4 +187,4 @@ require (
moul.io/http2curl/v2 v2.3.0 // indirect
)

go 1.23.5
go 1.24.1
Loading