@@ -2,14 +2,14 @@ module github.com/reearth/reearth/server
2
2
3
3
require (
4
4
cloud.google.com/go/profiler v0.3.0
5
- cloud.google.com/go/storage v1.22.1
6
- github.com/99designs/gqlgen v0.17.12
7
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.8.3
8
- github.com/auth0/go-jwt-middleware/v2 v2.0.1
9
- github.com/avast/retry-go/v4 v4.0.4
5
+ cloud.google.com/go/storage v1.27.0
6
+ github.com/99designs/gqlgen v0.17.20
7
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.10.1
8
+ github.com/auth0/go-jwt-middleware/v2 v2.1.0
9
+ github.com/avast/retry-go/v4 v4.3.0
10
10
github.com/blang/semver v3.5.1+incompatible
11
11
github.com/gavv/httpexpect/v2 v2.3.1
12
- github.com/goccy/go-yaml v1.9.5
12
+ github.com/goccy/go-yaml v1.9.6
13
13
github.com/google/uuid v1.3.0
14
14
github.com/iancoleman/strcase v0.2.0
15
15
github.com/idubinskiy/schematyper v0.0.0-20190118213059-f71b40dac30d
@@ -18,47 +18,48 @@ require (
18
18
github.com/jonas-p/go-shp v0.1.1
19
19
github.com/kelseyhightower/envconfig v1.4.0
20
20
github.com/kennygrant/sanitize v1.2.4
21
- github.com/labstack/echo/v4 v4.7.2
22
- github.com/labstack/gommon v0.3.1
21
+ github.com/labstack/echo/v4 v4.9.1
22
+ github.com/labstack/gommon v0.4.0
23
23
github.com/mitchellh/mapstructure v1.5.0
24
24
github.com/paulmach/go.geojson v1.4.0
25
25
github.com/pkg/errors v0.9.1
26
- github.com/ravilushqa/otelgqlgen v0.8 .0
27
- github.com/reearth/reearthx v0.0.0-20221019044201-1e0270d3ad51
28
- github.com/samber/lo v1.27 .0
29
- github.com/sendgrid/sendgrid-go v3.11.1 +incompatible
30
- github.com/sirupsen/logrus v1.8.1
31
- github.com/spf13/afero v1.8 .2
32
- github.com/square/mongo-lock v0.0.0-20201208161834-4db518ed7fb2
33
- github.com/stretchr/testify v1.8.0
26
+ github.com/ravilushqa/otelgqlgen v0.10 .0
27
+ github.com/reearth/reearthx v0.0.0-20221020083658-2790d5ca27cc
28
+ github.com/samber/lo v1.33 .0
29
+ github.com/sendgrid/sendgrid-go v3.12.0 +incompatible
30
+ github.com/sirupsen/logrus v1.9.0
31
+ github.com/spf13/afero v1.9 .2
32
+ github.com/square/mongo-lock v0.0.0-20220601164918-701ecf357cd7
33
+ github.com/stretchr/testify v1.8.1
34
34
github.com/twpayne/go-kml v1.5.2
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.4.6
39
- github.com/zitadel/oidc v1.5 .1
40
- go.mongodb.org/mongo-driver v1.10.1
41
- go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.32.0
42
- go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.32.0
43
- go.opentelemetry.io/otel v1.7.0
44
- go.opentelemetry.io/otel/sdk v1.7.0
45
- golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
46
- golang.org/x/exp v0.0.0-20220706164943-b4a6d9510983
47
- golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
48
- golang.org/x/text v0.3.7
49
- golang.org/x/tools v0.1.10
50
- google.golang.org/api v0.80 .0
38
+ github.com/vektah/gqlparser/v2 v2.5.1
39
+ github.com/zitadel/oidc v1.9 .1
40
+ go.mongodb.org/mongo-driver v1.11.0
41
+ go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.36.4
42
+ go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.36.4
43
+ go.opentelemetry.io/otel v1.11.1
44
+ go.opentelemetry.io/otel/sdk v1.11.1
45
+ golang.org/x/crypto v0.1.0
46
+ golang.org/x/exp v0.0.0-20221106115401-f9659909a136
47
+ golang.org/x/oauth2 v0.1.0
48
+ golang.org/x/text v0.4.0
49
+ golang.org/x/tools v0.2.0
50
+ google.golang.org/api v0.102 .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
54
54
)
55
55
56
56
require (
57
- cloud.google.com/go v0.100.2 // indirect
58
- cloud.google.com/go/compute v1.6.1 // indirect
57
+ cloud.google.com/go v0.104.0 // indirect
58
+ cloud.google.com/go/compute v1.12.1 // indirect
59
+ cloud.google.com/go/compute/metadata v0.2.1 // indirect
59
60
cloud.google.com/go/iam v0.3.0 // indirect
60
61
cloud.google.com/go/trace v1.2.0 // indirect
61
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.32.3 // indirect
62
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.34.1 // indirect
62
63
github.com/agnivade/levenshtein v1.1.1 // indirect
63
64
github.com/ajg/form v1.5.1 // indirect
64
65
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
@@ -78,11 +79,11 @@ require (
78
79
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
79
80
github.com/golang/protobuf v1.5.2 // indirect
80
81
github.com/golang/snappy v0.0.3 // indirect
81
- github.com/google/go-cmp v0.5.8 // indirect
82
+ github.com/google/go-cmp v0.5.9 // indirect
82
83
github.com/google/go-querystring v1.0.0 // indirect
83
84
github.com/google/pprof v0.0.0-20220412212628-83db2b799d1f // indirect
84
- github.com/googleapis/gax-go/v2 v2.4 .0 // indirect
85
- github.com/googleapis/go-type-adapters v1.0 .0 // indirect
85
+ github.com/googleapis/enterprise-certificate-proxy v0.2 .0 // indirect
86
+ github.com/googleapis/gax-go/v2 v2.6 .0 // indirect
86
87
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
87
88
github.com/gorilla/handlers v1.5.1 // indirect
88
89
github.com/gorilla/mux v1.8.0 // indirect
@@ -93,9 +94,8 @@ require (
93
94
github.com/hashicorp/golang-lru v0.5.4 // indirect
94
95
github.com/imkira/go-interpol v1.0.0 // indirect
95
96
github.com/klauspost/compress v1.13.6 // indirect
96
- github.com/matryer/moq v0.2.7 // indirect
97
- github.com/mattn/go-colorable v0.1.12 // indirect
98
- github.com/mattn/go-isatty v0.0.14 // indirect
97
+ github.com/mattn/go-colorable v0.1.13 // indirect
98
+ github.com/mattn/go-isatty v0.0.16 // indirect
99
99
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe // indirect
100
100
github.com/oklog/ulid v1.3.1 // indirect
101
101
github.com/opentracing/opentracing-go v1.2.0 // indirect
@@ -121,25 +121,24 @@ require (
121
121
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
122
122
github.com/yudai/gojsondiff v1.0.0 // indirect
123
123
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
124
- github.com/zitadel/logging v0.3.3 // indirect
124
+ github.com/zitadel/logging v0.3.4 // indirect
125
125
go.opencensus.io v0.23.0 // indirect
126
- go.opentelemetry.io/contrib v1.7 .0 // indirect
127
- go.opentelemetry.io/otel/trace v1.7.0 // indirect
126
+ go.opentelemetry.io/contrib v1.10 .0 // indirect
127
+ go.opentelemetry.io/otel/trace v1.11.1 // indirect
128
128
go.uber.org/atomic v1.9.0 // indirect
129
129
go.uber.org/multierr v1.8.0 // indirect
130
130
go.uber.org/zap v1.21.0 // indirect
131
- golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect
132
- golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
133
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
134
- golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
131
+ golang.org/x/mod v0.6.0 // indirect
132
+ golang.org/x/net v0.1.0 // indirect
133
+ golang.org/x/sync v0.1.0 // indirect
134
+ golang.org/x/sys v0.1.0 // indirect
135
135
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
136
- golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
136
+ golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
137
137
google.golang.org/appengine v1.6.7 // indirect
138
- google.golang.org/genproto v0.0.0-20220518221133-4f43b3371335 // indirect
139
- google.golang.org/grpc v1.46.0 // indirect
140
- google.golang.org/protobuf v1.28.0 // indirect
138
+ google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e // indirect
139
+ google.golang.org/grpc v1.50.1 // indirect
140
+ google.golang.org/protobuf v1.28.1 // indirect
141
141
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
142
- gopkg.in/yaml.v2 v2.4.0 // indirect
143
142
gopkg.in/yaml.v3 v3.0.1 // indirect
144
143
moul.io/http2curl v1.0.1-0.20190925090545-5cd742060b0e // indirect
145
144
)
0 commit comments