Skip to content

Commit 1c14e7c

Browse files
chore: update go dependencies
1 parent d6649c5 commit 1c14e7c

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

server/go.mod

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
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.56.1
6-
github.com/99designs/gqlgen v0.17.73
4+
cloud.google.com/go/profiler v0.4.3
5+
cloud.google.com/go/storage v1.57.2
6+
github.com/99designs/gqlgen v0.17.84
77
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.27.0 // indirect
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
8+
github.com/avast/retry-go/v5 v5.0.0
9+
github.com/aws/aws-sdk-go-v2 v1.40.0
10+
github.com/aws/aws-sdk-go-v2/config v1.32.2
11+
github.com/aws/aws-sdk-go-v2/service/s3 v1.92.1
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.19.0
1818
github.com/google/uuid v1.6.0
19-
github.com/hasura/go-graphql-client v0.14.5
20-
github.com/hellofresh/health-go/v5 v5.5.4
19+
github.com/hasura/go-graphql-client v0.15.0
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
2929
github.com/labstack/echo/v4 v4.13.4
@@ -34,16 +34,16 @@ require (
3434
github.com/reearth/orb v0.0.0-20250123044717-f6f70ce16355
3535
github.com/reearth/reearth-accounts/server v0.0.0-20251114040111-9b5f5f67a6c7
3636
github.com/reearth/reearthx v0.0.0-20251128044232-3067c04f34da // ref => https://github.com/reearth/reearthx/tree/fix/metadate-for-visualizer
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
4040
github.com/stretchr/testify v1.11.1
4141
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
4242
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
4343
github.com/vektah/dataloaden v0.3.0
44-
github.com/vektah/gqlparser/v2 v2.5.27
44+
github.com/vektah/gqlparser/v2 v2.5.31
4545
github.com/zitadel/oidc v1.13.5 // indirect
46-
go.mongodb.org/mongo-driver v1.17.4
46+
go.mongodb.org/mongo-driver/v2 v2.4.0
4747
go.opentelemetry.io/contrib/detectors/gcp v1.38.0
4848
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.63.0
4949
go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.63.0
@@ -53,19 +53,19 @@ require (
5353
go.opentelemetry.io/otel/trace v1.38.0
5454
go.uber.org/mock v0.6.0
5555
golang.org/x/exp v0.0.0-20250531010427-b6e5de432a8b
56-
golang.org/x/net v0.43.0
57-
golang.org/x/oauth2 v0.30.0
58-
golang.org/x/text v0.28.0
59-
golang.org/x/tools v0.36.0
60-
google.golang.org/api v0.247.0
61-
google.golang.org/grpc v1.75.0
62-
google.golang.org/protobuf v1.36.8
56+
golang.org/x/net v0.47.0
57+
golang.org/x/oauth2 v0.33.0
58+
golang.org/x/text v0.31.0
59+
golang.org/x/tools v0.39.0
60+
google.golang.org/api v0.256.0
61+
google.golang.org/grpc v1.77.0
62+
google.golang.org/protobuf v1.36.10
6363
gopkg.in/h2non/gock.v1 v1.1.2
6464
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
6565
)
6666

6767
require (
68-
cloud.google.com/go/compute/metadata v0.8.0
68+
cloud.google.com/go/compute/metadata v0.9.0
6969
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.38.0
7070
)
7171

@@ -207,4 +207,4 @@ require (
207207
moul.io/http2curl/v2 v2.3.0 // indirect
208208
)
209209

210-
go 1.24.4
210+
go 1.25.4

0 commit comments

Comments
 (0)