Skip to content

Commit fa0d771

Browse files
ci: update github actions dependencies
1 parent 76405b2 commit fa0d771

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

server/go.mod

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ module github.com/reearth/reearth/server
22

33
require (
44
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
5+
cloud.google.com/go/storage v1.26.0
6+
github.com/99designs/gqlgen v0.17.20
7+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.8.8
88
github.com/auth0/go-jwt-middleware/v2 v2.0.1
9-
github.com/avast/retry-go/v4 v4.0.4
9+
github.com/avast/retry-go/v4 v4.1.0
1010
github.com/blang/semver v3.5.1+incompatible
1111
github.com/goccy/go-yaml v1.9.5
1212
github.com/google/uuid v1.3.0
@@ -17,36 +17,36 @@ require (
1717
github.com/jonas-p/go-shp v0.1.1
1818
github.com/kelseyhightower/envconfig v1.4.0
1919
github.com/kennygrant/sanitize v1.2.4
20-
github.com/labstack/echo/v4 v4.7.2
20+
github.com/labstack/echo/v4 v4.9.0
2121
github.com/labstack/gommon v0.3.1
2222
github.com/mitchellh/mapstructure v1.5.0
2323
github.com/paulmach/go.geojson v1.4.0
2424
github.com/pkg/errors v0.9.1
25-
github.com/ravilushqa/otelgqlgen v0.8.0
25+
github.com/ravilushqa/otelgqlgen v0.9.0
2626
github.com/reearth/reearthx v0.0.0-20220920100400-54da87c8211a
27-
github.com/samber/lo v1.27.0
28-
github.com/sendgrid/sendgrid-go v3.11.1+incompatible
29-
github.com/sirupsen/logrus v1.8.1
30-
github.com/spf13/afero v1.8.2
31-
github.com/square/mongo-lock v0.0.0-20201208161834-4db518ed7fb2
27+
github.com/samber/lo v1.28.2
28+
github.com/sendgrid/sendgrid-go v3.12.0+incompatible+incompatible
29+
github.com/sirupsen/logrus v1.9.0
30+
github.com/spf13/afero v1.9.2
31+
github.com/square/mongo-lock 701ecf357cd7
3232
github.com/stretchr/testify v1.8.0
3333
github.com/twpayne/go-kml v1.5.2
3434
github.com/uber/jaeger-client-go v2.30.0+incompatible
3535
github.com/uber/jaeger-lib v2.4.1+incompatible
3636
github.com/vektah/dataloaden v0.3.0
37-
github.com/vektah/gqlparser/v2 v2.4.6
38-
github.com/zitadel/oidc v1.5.1
39-
go.mongodb.org/mongo-driver v1.10.1
40-
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.32.0
41-
go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.32.0
42-
go.opentelemetry.io/otel v1.7.0
43-
go.opentelemetry.io/otel/sdk v1.7.0
44-
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
45-
golang.org/x/exp v0.0.0-20220706164943-b4a6d9510983
46-
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
37+
github.com/vektah/gqlparser/v2 v2.5.1
38+
github.com/zitadel/oidc v1.8.0
39+
go.mongodb.org/mongo-driver v1.10.2
40+
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.36.0
41+
go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.36.0
42+
go.opentelemetry.io/otel v1.10.0
43+
go.opentelemetry.io/otel/sdk v1.10.0
44+
golang.org/x/crypto 35f4265a4bc0
45+
golang.org/x/exp 439092de6870
46+
golang.org/x/oauth2 f21342109be1
4747
golang.org/x/text v0.3.7
48-
golang.org/x/tools v0.1.10
49-
google.golang.org/api v0.80.0
48+
golang.org/x/tools v0.1.12
49+
google.golang.org/api v0.97.0
5050
gopkg.in/go-playground/colors.v1 v1.2.0
5151
gopkg.in/h2non/gock.v1 v1.1.2
5252
gopkg.in/square/go-jose.v2 v2.6.0

0 commit comments

Comments
 (0)