Skip to content

Commit 58c4753

Browse files
chore: update go dependencies
1 parent 2c47cfd commit 58c4753

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

server/go.mod

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,63 @@
11
module github.com/reearth/reearth/server
22

33
require (
4-
cloud.google.com/go/profiler v0.4.2
5-
cloud.google.com/go/storage v1.49.0
6-
github.com/99designs/gqlgen v0.17.73
7-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.27.0
8-
github.com/avast/retry-go/v4 v4.6.1
9-
github.com/aws/aws-sdk-go-v2 v1.36.3
10-
github.com/aws/aws-sdk-go-v2/config v1.29.14
11-
github.com/aws/aws-sdk-go-v2/service/s3 v1.74.1
4+
cloud.google.com/go/profiler v0.4.3
5+
cloud.google.com/go/storage v1.57.0
6+
github.com/99designs/gqlgen v0.17.81
7+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.30.0
8+
github.com/avast/retry-go/v4 v4.7.0
9+
github.com/aws/aws-sdk-go-v2 v1.39.4
10+
github.com/aws/aws-sdk-go-v2/config v1.31.15
11+
github.com/aws/aws-sdk-go-v2/service/s3 v1.89.0
1212
github.com/blang/semver v3.5.1+incompatible
13-
github.com/gavv/httpexpect/v2 v2.16.0
13+
github.com/gavv/httpexpect/v2 v2.17.0
1414
github.com/globusdigital/deep-copy v0.5.4
15-
github.com/go-faker/faker/v4 v4.6.0
16-
github.com/go-playground/validator/v10 v10.27.0
17-
github.com/goccy/go-yaml v1.17.1
15+
github.com/go-faker/faker/v4 v4.7.0
16+
github.com/go-playground/validator/v10 v10.28.0
17+
github.com/goccy/go-yaml v1.18.0
1818
github.com/google/uuid v1.6.0
1919
github.com/hasura/go-graphql-client v0.14.5
20-
github.com/hellofresh/health-go/v5 v5.5.4
20+
github.com/hellofresh/health-go/v5 v5.5.5
2121
github.com/iancoleman/strcase v0.3.0
2222
github.com/idubinskiy/schematyper v0.0.0-20190118213059-f71b40dac30d
23-
github.com/jarcoal/httpmock v1.4.0
23+
github.com/jarcoal/httpmock v1.4.1
2424
github.com/joho/godotenv v1.5.1
2525
github.com/jonas-p/go-shp v0.1.1
26-
github.com/k0kubun/pp/v3 v3.4.1
26+
github.com/k0kubun/pp/v3 v3.5.0
2727
github.com/kelseyhightower/envconfig v1.4.0
2828
github.com/kennygrant/sanitize v1.2.4
29-
github.com/labstack/echo/v4 v4.13.3
29+
github.com/labstack/echo/v4 v4.13.4
3030
github.com/labstack/gommon v0.4.2
3131
github.com/mitchellh/mapstructure v1.5.0
3232
github.com/oklog/ulid/v2 v2.1.1
3333
github.com/pkg/errors v0.9.1
34-
github.com/ravilushqa/otelgqlgen v0.17.0
34+
github.com/ravilushqa/otelgqlgen v0.19.0
3535
github.com/reearth/orb v0.0.0-20250123044717-f6f70ce16355
3636
github.com/reearth/reearthx v0.0.0-20250923165051-5bd6f1c10f7a
37-
github.com/samber/lo v1.50.0
38-
github.com/spf13/afero v1.14.0
37+
github.com/samber/lo v1.52.0
38+
github.com/spf13/afero v1.15.0
3939
github.com/square/mongo-lock v0.0.0-20230808145049-cfcf499f6bf0
40-
github.com/stretchr/testify v1.10.0
40+
github.com/stretchr/testify v1.11.1
4141
github.com/uber/jaeger-client-go v2.30.0+incompatible
4242
github.com/uber/jaeger-lib v2.4.1+incompatible
4343
github.com/vektah/dataloaden v0.3.0
44-
github.com/vektah/gqlparser/v2 v2.5.27
45-
github.com/zitadel/oidc v1.13.5
46-
go.mongodb.org/mongo-driver v1.17.3
47-
go.opentelemetry.io/contrib/detectors/gcp v1.34.0
48-
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.59.0
49-
go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.59.0
50-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0
51-
go.opentelemetry.io/otel v1.35.0
52-
go.opentelemetry.io/otel/sdk v1.35.0
44+
github.com/vektah/gqlparser/v2 v2.5.30
45+
github.com/zitadel/oidc/v3 v3.45.0
46+
go.mongodb.org/mongo-driver/v2 v2.4.0
47+
go.opentelemetry.io/contrib/detectors/gcp v1.38.0
48+
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.63.0
49+
go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.63.0
50+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0
51+
go.opentelemetry.io/otel v1.38.0
52+
go.opentelemetry.io/otel/sdk v1.38.0
5353
golang.org/x/exp v0.0.0-20250531010427-b6e5de432a8b
54-
golang.org/x/net v0.40.0
55-
golang.org/x/oauth2 v0.28.0
56-
golang.org/x/text v0.25.0
57-
golang.org/x/tools v0.33.0
58-
google.golang.org/api v0.228.0
59-
google.golang.org/grpc v1.71.0
60-
google.golang.org/protobuf v1.36.6
54+
golang.org/x/net v0.46.0
55+
golang.org/x/oauth2 v0.32.0
56+
golang.org/x/text v0.30.0
57+
golang.org/x/tools v0.38.0
58+
google.golang.org/api v0.254.0
59+
google.golang.org/grpc v1.76.0
60+
google.golang.org/protobuf v1.36.10
6161
gopkg.in/h2non/gock.v1 v1.1.2
6262
gopkg.in/square/go-jose.v2 v2.6.0
6363
)
@@ -196,4 +196,4 @@ require (
196196
moul.io/http2curl/v2 v2.3.0 // indirect
197197
)
198198

199-
go 1.24.4
199+
go 1.25.3

0 commit comments

Comments
 (0)