@@ -2,17 +2,17 @@ module github.com/reearth/reearth/server
2
2
3
3
require (
4
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.64
7
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.26 .0
8
- github.com/avast/retry-go/v4 v4.6.0
9
- github.com/aws/aws-sdk-go-v2 v1.34.0
10
- github.com/aws/aws-sdk-go-v2/config v1.29.2
11
- github.com/aws/aws-sdk-go-v2/service/s3 v1.74.1
5
+ cloud.google.com/go/storage v1.51 .0
6
+ github.com/99designs/gqlgen v0.17.68
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.9
11
+ github.com/aws/aws-sdk-go-v2/service/s3 v1.78.2
12
12
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
14
14
github.com/globusdigital/deep-copy v0.5.4
15
- github.com/goccy/go-yaml v1.15.15
15
+ github.com/goccy/go-yaml v1.16.0
16
16
github.com/google/uuid v1.6.0
17
17
github.com/iancoleman/strcase v0.3.0
18
18
github.com/idubinskiy/schematyper v0.0.0-20190118213059-f71b40dac30d
@@ -29,26 +29,26 @@ require (
29
29
github.com/reearth/orb v0.0.0-20250123044717-f6f70ce16355
30
30
github.com/reearth/reearthx v0.0.0-20250227072024-4d11b59413a1
31
31
github.com/samber/lo v1.49.1
32
- github.com/spf13/afero v1.12 .0
32
+ github.com/spf13/afero v1.14 .0
33
33
github.com/square/mongo-lock v0.0.0-20201208161834-4db518ed7fb2
34
34
github.com/stretchr/testify v1.10.0
35
- github.com/twpayne/go-kml v1.5.2
35
+ github.com/twpayne/go-kml/v3 v3.3.0
36
36
github.com/uber/jaeger-client-go v2.30.0+incompatible
37
37
github.com/uber/jaeger-lib v2.4.1+incompatible
38
38
github.com/vektah/dataloaden v0.3.0
39
- github.com/vektah/gqlparser/v2 v2.5.22
40
- github.com/zitadel/oidc v1.13.5
41
- go.mongodb.org/mongo-driver v1.17.2
42
- go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.59 .0
43
- go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.59 .0
44
- go.opentelemetry.io/otel v1.34 .0
45
- go.opentelemetry.io/otel/sdk v1.34 .0
39
+ github.com/vektah/gqlparser/v2 v2.5.23
40
+ github.com/zitadel/oidc/v3 v3.36.1
41
+ go.mongodb.org/mongo-driver/v2 v2.1.0
42
+ go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.60 .0
43
+ go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.60 .0
44
+ go.opentelemetry.io/otel v1.35 .0
45
+ go.opentelemetry.io/otel/sdk v1.35 .0
46
46
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a
47
- golang.org/x/net v0.34 .0
48
- golang.org/x/oauth2 v0.25 .0
49
- golang.org/x/text v0.21 .0
50
- golang.org/x/tools v0.29 .0
51
- google.golang.org/api v0.219 .0
47
+ golang.org/x/net v0.37 .0
48
+ golang.org/x/oauth2 v0.28 .0
49
+ golang.org/x/text v0.23 .0
50
+ golang.org/x/tools v0.31 .0
51
+ google.golang.org/api v0.226 .0
52
52
gopkg.in/go-playground/colors.v1 v1.2.0
53
53
gopkg.in/h2non/gock.v1 v1.1.2
54
54
gopkg.in/square/go-jose.v2 v2.6.0
@@ -189,4 +189,4 @@ require (
189
189
moul.io/http2curl/v2 v2.3.0 // indirect
190
190
)
191
191
192
- go 1.23.5
192
+ go 1.24.1
0 commit comments