Skip to content

Commit da59860

Browse files
chore: update go dependencies
1 parent 1c02ac9 commit da59860

File tree

2 files changed

+228
-750
lines changed

2 files changed

+228
-750
lines changed

server/go.mod

Lines changed: 65 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,97 +1,103 @@
11
module github.com/reearth/reearth-marketplace/server
22

3-
go 1.19
3+
go 1.21.6
44

55
require (
6-
cloud.google.com/go/storage v1.22.1
7-
github.com/99designs/gqlgen v0.17.13
6+
cloud.google.com/go/storage v1.37.0
7+
github.com/99designs/gqlgen v0.17.43
88
github.com/blang/semver v3.5.1+incompatible
99
github.com/h2non/filetype v1.1.3
1010
github.com/kelseyhightower/envconfig v1.4.0
11-
github.com/labstack/echo/v4 v4.7.2
12-
github.com/reearth/reearthx v0.0.0-20230313110808-d00b7183549c
13-
github.com/samber/lo v1.27.0
14-
github.com/spf13/afero v1.9.3
15-
github.com/stretchr/testify v1.8.0
16-
github.com/vektah/gqlparser/v2 v2.4.7
17-
go.mongodb.org/mongo-driver v1.10.1
18-
golang.org/x/text v0.4.0
11+
github.com/labstack/echo/v4 v4.11.4
12+
github.com/reearth/reearthx v0.0.0-20231229083423-e753246e6e10
13+
github.com/samber/lo v1.39.0
14+
github.com/spf13/afero v1.11.0
15+
github.com/stretchr/testify v1.8.4
16+
github.com/vektah/gqlparser/v2 v2.5.11
17+
go.mongodb.org/mongo-driver v1.13.1
18+
golang.org/x/text v0.14.0
1919
gopkg.in/yaml.v3 v3.0.1
2020
)
2121

2222
require (
23-
cloud.google.com/go v0.102.0 // indirect
24-
cloud.google.com/go/compute v1.7.0 // indirect
25-
cloud.google.com/go/iam v0.3.0 // indirect
26-
cloud.google.com/go/trace v1.2.0 // indirect
27-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.8.3 // indirect
28-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.32.3 // indirect
23+
cloud.google.com/go v0.112.0 // indirect
24+
cloud.google.com/go/compute v1.23.3 // indirect
25+
cloud.google.com/go/compute/metadata v0.2.3 // indirect
26+
cloud.google.com/go/iam v1.1.5 // indirect
27+
cloud.google.com/go/trace v1.10.4 // indirect
28+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.20.0 // indirect
29+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.44.0 // indirect
2930
github.com/agnivade/levenshtein v1.1.1 // indirect
30-
github.com/auth0/go-jwt-middleware/v2 v2.0.1 // indirect
31+
github.com/auth0/go-jwt-middleware/v2 v2.1.0 // indirect
3132
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
3233
github.com/davecgh/go-spew v1.1.1 // indirect
33-
github.com/fatih/color v1.10.0 // indirect
34-
github.com/go-logr/logr v1.2.3 // indirect
34+
github.com/fatih/color v1.12.0 // indirect
35+
github.com/felixge/httpsnoop v1.0.4 // indirect
36+
github.com/go-logr/logr v1.3.0 // indirect
3537
github.com/go-logr/stdr v1.2.2 // indirect
36-
github.com/goccy/go-yaml v1.9.8 // indirect
38+
github.com/goccy/go-yaml v1.11.2 // indirect
3739
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
3840
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
39-
github.com/golang/protobuf v1.5.2 // indirect
41+
github.com/golang/protobuf v1.5.3 // indirect
4042
github.com/golang/snappy v0.0.4 // indirect
41-
github.com/google/go-cmp v0.5.8 // indirect
42-
github.com/google/uuid v1.3.0 // indirect
43-
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
44-
github.com/googleapis/gax-go/v2 v2.4.0 // indirect
45-
github.com/googleapis/go-type-adapters v1.0.0 // indirect
43+
github.com/google/s2a-go v0.1.7 // indirect
44+
github.com/google/uuid v1.5.0 // indirect
45+
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
46+
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
4647
github.com/gorilla/websocket v1.5.0 // indirect
47-
github.com/hashicorp/golang-lru v0.5.4 // indirect
48+
github.com/hashicorp/golang-lru/v2 v2.0.3 // indirect
4849
github.com/klauspost/compress v1.15.9 // indirect
49-
github.com/labstack/gommon v0.3.1 // indirect
50+
github.com/labstack/gommon v0.4.2 // indirect
5051
github.com/maruel/panicparse/v2 v2.3.1 // indirect
5152
github.com/mattn/go-colorable v0.1.13 // indirect
52-
github.com/mattn/go-isatty v0.0.17 // indirect
53+
github.com/mattn/go-isatty v0.0.20 // indirect
5354
github.com/mitchellh/mapstructure v1.5.0 // indirect
5455
github.com/montanaflynn/stats v0.6.6 // indirect
5556
github.com/nicksnyder/go-i18n/v2 v2.2.1 // indirect
5657
github.com/oklog/ulid v1.3.1 // indirect
5758
github.com/opentracing/opentracing-go v1.2.0 // indirect
5859
github.com/pkg/errors v0.9.1 // indirect
5960
github.com/pmezard/go-difflib v1.0.0 // indirect
60-
github.com/ravilushqa/otelgqlgen v0.8.0 // indirect
61+
github.com/ravilushqa/otelgqlgen v0.13.1 // indirect
6162
github.com/russross/blackfriday/v2 v2.1.0 // indirect
63+
github.com/sosodev/duration v1.1.0 // indirect
6264
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
6365
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
64-
github.com/urfave/cli/v2 v2.11.1 // indirect
66+
github.com/urfave/cli/v2 v2.25.5 // indirect
6567
github.com/valyala/bytebufferpool v1.0.0 // indirect
66-
github.com/valyala/fasttemplate v1.2.1 // indirect
68+
github.com/valyala/fasttemplate v1.2.2 // indirect
6769
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
68-
github.com/xdg-go/scram v1.1.1 // indirect
69-
github.com/xdg-go/stringprep v1.0.3 // indirect
70+
github.com/xdg-go/scram v1.1.2 // indirect
71+
github.com/xdg-go/stringprep v1.0.4 // indirect
7072
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
7173
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
72-
go.opencensus.io v0.23.0 // indirect
73-
go.opentelemetry.io/contrib v1.8.0 // indirect
74-
go.opentelemetry.io/otel v1.8.0 // indirect
75-
go.opentelemetry.io/otel/sdk v1.8.0 // indirect
76-
go.opentelemetry.io/otel/trace v1.8.0 // indirect
77-
go.uber.org/atomic v1.9.0 // indirect
78-
go.uber.org/multierr v1.8.0 // indirect
79-
go.uber.org/zap v1.21.0 // indirect
80-
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
81-
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
82-
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
83-
golang.org/x/net v0.0.0-20220728030405-41545e8bf201 // indirect
84-
golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c // indirect
85-
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
86-
golang.org/x/sys v0.6.0 // indirect
87-
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
88-
golang.org/x/tools v0.1.12 // indirect
89-
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
90-
google.golang.org/api v0.89.0 // indirect
91-
google.golang.org/appengine v1.6.7 // indirect
92-
google.golang.org/genproto v0.0.0-20220725144611-272f38e5d71b // indirect
93-
google.golang.org/grpc v1.48.0 // indirect
94-
google.golang.org/protobuf v1.28.1 // indirect
74+
go.opencensus.io v0.24.0 // indirect
75+
go.opentelemetry.io/contrib v1.16.1 // indirect
76+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 // indirect
77+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 // indirect
78+
go.opentelemetry.io/otel v1.21.0 // indirect
79+
go.opentelemetry.io/otel/metric v1.21.0 // indirect
80+
go.opentelemetry.io/otel/sdk v1.21.0 // indirect
81+
go.opentelemetry.io/otel/trace v1.21.0 // indirect
82+
go.uber.org/atomic v1.11.0 // indirect
83+
go.uber.org/multierr v1.10.0 // indirect
84+
go.uber.org/zap v1.26.0 // indirect
85+
golang.org/x/crypto v0.18.0 // indirect
86+
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
87+
golang.org/x/mod v0.13.0 // indirect
88+
golang.org/x/net v0.20.0 // indirect
89+
golang.org/x/oauth2 v0.16.0 // indirect
90+
golang.org/x/sync v0.6.0 // indirect
91+
golang.org/x/sys v0.16.0 // indirect
92+
golang.org/x/time v0.5.0 // indirect
93+
golang.org/x/tools v0.14.0 // indirect
94+
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
95+
google.golang.org/api v0.157.0 // indirect
96+
google.golang.org/appengine v1.6.8 // indirect
97+
google.golang.org/genproto v0.0.0-20240116215550-a9fa1716bcac // indirect
98+
google.golang.org/genproto/googleapis/api v0.0.0-20240122161410-6c6643bf1457 // indirect
99+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240116215550-a9fa1716bcac // indirect
100+
google.golang.org/grpc v1.60.1 // indirect
101+
google.golang.org/protobuf v1.32.0 // indirect
95102
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
96-
gopkg.in/yaml.v2 v2.4.0 // indirect
97103
)

0 commit comments

Comments
 (0)