|
1 | 1 | module github.com/reearth/reearth/server |
2 | 2 |
|
3 | 3 | require ( |
4 | | - cloud.google.com/go/profiler v0.3.0 |
5 | | - cloud.google.com/go/storage v1.36.0 |
6 | | - github.com/99designs/gqlgen v0.17.43 |
7 | | - github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.21.0 |
8 | | - github.com/avast/retry-go/v4 v4.0.4 |
9 | | - github.com/aws/aws-sdk-go-v2 v1.41.5 |
10 | | - github.com/aws/aws-sdk-go-v2/config v1.27.7 |
11 | | - github.com/aws/aws-sdk-go-v2/service/s3 v1.97.3 |
| 4 | + cloud.google.com/go/profiler v0.6.0 |
| 5 | + cloud.google.com/go/storage v1.64.0 |
| 6 | + github.com/99designs/gqlgen v0.17.94 |
| 7 | + github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.35.0 |
| 8 | + github.com/avast/retry-go/v5 v5.0.0 |
| 9 | + github.com/aws/aws-sdk-go-v2 v1.43.3 |
| 10 | + github.com/aws/aws-sdk-go-v2/config v1.32.34 |
| 11 | + github.com/aws/aws-sdk-go-v2/service/s3 v1.106.4 |
12 | 12 | github.com/blang/semver v3.5.1+incompatible |
13 | | - github.com/gavv/httpexpect/v2 v2.3.1 |
14 | | - github.com/goccy/go-yaml v1.11.3 |
| 13 | + github.com/gavv/httpexpect/v2 v2.17.0 |
| 14 | + github.com/goccy/go-yaml v1.19.2 |
15 | 15 | github.com/google/uuid v1.6.0 |
16 | 16 | github.com/iancoleman/strcase v0.3.0 |
17 | 17 | github.com/idubinskiy/schematyper v0.0.0-20190118213059-f71b40dac30d |
18 | | - github.com/jarcoal/httpmock v1.3.1 |
19 | | - github.com/joho/godotenv v1.4.0 |
| 18 | + github.com/jarcoal/httpmock v1.4.2 |
| 19 | + github.com/joho/godotenv v1.5.1 |
20 | 20 | github.com/jonas-p/go-shp v0.1.1 |
21 | | - github.com/k0kubun/pp/v3 v3.2.0 |
| 21 | + github.com/k0kubun/pp/v3 v3.5.2 |
22 | 22 | github.com/kelseyhightower/envconfig v1.4.0 |
23 | 23 | github.com/kennygrant/sanitize v1.2.4 |
24 | | - github.com/labstack/echo/v4 v4.11.4 |
| 24 | + github.com/labstack/echo/v5 v5.3.1 |
25 | 25 | github.com/mitchellh/mapstructure v1.5.0 |
26 | | - github.com/paulmach/go.geojson v1.4.0 |
| 26 | + github.com/paulmach/go.geojson v1.5.0 |
27 | 27 | github.com/pkg/errors v0.9.1 |
28 | | - github.com/ravilushqa/otelgqlgen v0.15.0 |
| 28 | + github.com/ravilushqa/otelgqlgen v0.19.0 |
29 | 29 | github.com/reearth/reearthx v0.0.0-20250305165046-135dfe93bd2a |
30 | | - github.com/samber/lo v1.39.0 |
31 | | - github.com/spf13/afero v1.11.0 |
| 30 | + github.com/samber/lo v1.53.0 |
| 31 | + github.com/spf13/afero v1.15.0 |
32 | 32 | github.com/square/mongo-lock v0.0.0-20201208161834-4db518ed7fb2 |
33 | 33 | github.com/stretchr/testify v1.11.1 |
34 | | - github.com/twpayne/go-kml v1.5.2 |
| 34 | + github.com/twpayne/go-kml/v3 v3.6.0 |
35 | 35 | github.com/uber/jaeger-client-go v2.30.0+incompatible |
36 | 36 | github.com/uber/jaeger-lib v2.4.1+incompatible |
37 | 37 | github.com/vektah/dataloaden v0.3.0 |
38 | | - github.com/vektah/gqlparser/v2 v2.5.14 |
39 | | - github.com/zitadel/oidc v1.13.5 |
40 | | - go.mongodb.org/mongo-driver v1.13.1 |
41 | | - go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.44.0 |
42 | | - go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.32.0 |
43 | | - go.opentelemetry.io/otel v1.32.0 |
| 38 | + github.com/vektah/gqlparser/v2 v2.5.36 |
| 39 | + github.com/zitadel/oidc/v3 v3.48.1 |
| 40 | + go.mongodb.org/mongo-driver/v2 v2.8.0 |
| 41 | + go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.70.0 |
| 42 | + go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.70.0 |
| 43 | + go.opentelemetry.io/otel v1.45.0 |
44 | 44 | go.opentelemetry.io/otel/sdk v1.32.0 |
45 | 45 | golang.org/x/exp v0.0.0-20240119083558-1b970713d09a |
46 | | - golang.org/x/net v0.54.0 |
| 46 | + golang.org/x/net v0.57.0 |
47 | 47 | golang.org/x/oauth2 v0.36.0 |
48 | | - golang.org/x/text v0.37.0 |
49 | | - golang.org/x/tools v0.44.0 |
50 | | - google.golang.org/api v0.161.0 |
| 48 | + golang.org/x/text v0.40.0 |
| 49 | + golang.org/x/tools v0.48.0 |
| 50 | + google.golang.org/api v0.292.0 |
51 | 51 | gopkg.in/go-playground/colors.v1 v1.2.0 |
52 | 52 | gopkg.in/h2non/gock.v1 v1.1.2 |
53 | 53 | gopkg.in/square/go-jose.v2 v2.6.0 |
@@ -173,4 +173,4 @@ require ( |
173 | 173 | moul.io/http2curl v1.0.1-0.20190925090545-5cd742060b0e // indirect |
174 | 174 | ) |
175 | 175 |
|
176 | | -go 1.25.0 |
| 176 | +go 1.26.5 |
0 commit comments