Skip to content

Commit

Permalink
chore: update go dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 8, 2023
1 parent 17b2566 commit 291d8ad
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions server/go.mod
Original file line number Diff line number Diff line change
@@ -1,53 +1,53 @@
module github.com/reearth/reearth/server

require (
cloud.google.com/go/profiler v0.3.0
cloud.google.com/go/storage v1.22.1
github.com/99designs/gqlgen v0.17.12
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.8.3
github.com/avast/retry-go/v4 v4.0.4
github.com/aws/aws-sdk-go-v2 v1.18.0
github.com/aws/aws-sdk-go-v2/config v1.18.25
github.com/aws/aws-sdk-go-v2/service/s3 v1.33.1
cloud.google.com/go/profiler v0.3.1
cloud.google.com/go/storage v1.31.0
github.com/99designs/gqlgen v0.17.36
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.18.0
github.com/avast/retry-go/v4 v4.5.0
github.com/aws/aws-sdk-go-v2 v1.20.1
github.com/aws/aws-sdk-go-v2/config v1.18.33
github.com/aws/aws-sdk-go-v2/service/s3 v1.38.2
github.com/blang/semver v3.5.1+incompatible
github.com/gavv/httpexpect/v2 v2.3.1
github.com/goccy/go-yaml v1.9.8
github.com/gavv/httpexpect/v2 v2.15.0
github.com/goccy/go-yaml v1.11.0
github.com/google/uuid v1.3.0
github.com/iancoleman/strcase v0.2.0
github.com/iancoleman/strcase v0.3.0
github.com/idubinskiy/schematyper v0.0.0-20190118213059-f71b40dac30d
github.com/jarcoal/httpmock v1.2.0
github.com/joho/godotenv v1.4.0
github.com/jarcoal/httpmock v1.3.0
github.com/joho/godotenv v1.5.1
github.com/jonas-p/go-shp v0.1.1
github.com/kelseyhightower/envconfig v1.4.0
github.com/kennygrant/sanitize v1.2.4
github.com/labstack/echo/v4 v4.7.2
github.com/labstack/echo/v4 v4.11.1
github.com/mitchellh/mapstructure v1.5.0
github.com/paulmach/go.geojson v1.4.0
github.com/paulmach/go.geojson v1.5.0
github.com/pkg/errors v0.9.1
github.com/ravilushqa/otelgqlgen v0.8.0
github.com/reearth/reearthx v0.0.0-20230629030550-b8c5785d95e2
github.com/samber/lo v1.27.0
github.com/spf13/afero v1.9.3
github.com/square/mongo-lock v0.0.0-20201208161834-4db518ed7fb2
github.com/stretchr/testify v1.8.0
github.com/twpayne/go-kml v1.5.2
github.com/ravilushqa/otelgqlgen v0.13.1
github.com/reearth/reearthx 6fb13c1d7d8b
github.com/samber/lo v1.38.1
github.com/spf13/afero v1.9.5
github.com/square/mongo-lock cfcf499f6bf0
github.com/stretchr/testify v1.8.4
github.com/twpayne/go-kml/v3 v3.1.0
github.com/uber/jaeger-client-go v2.30.0+incompatible
github.com/uber/jaeger-lib v2.4.1+incompatible
github.com/vektah/dataloaden v0.3.0
github.com/vektah/gqlparser/v2 v2.4.6
github.com/zitadel/oidc v1.5.1
go.mongodb.org/mongo-driver v1.10.1
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.32.0
go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.32.0
go.opentelemetry.io/otel v1.7.0
go.opentelemetry.io/otel/sdk v1.7.0
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
golang.org/x/exp v0.0.0-20220706164943-b4a6d9510983
golang.org/x/net v0.0.0-20220722155237-a158d28d115b
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
golang.org/x/text v0.4.0
golang.org/x/tools v0.1.12
google.golang.org/api v0.80.0
github.com/vektah/gqlparser/v2 v2.5.8
github.com/zitadel/oidc/v2 v2.7.0
go.mongodb.org/mongo-driver v1.12.1
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.42.0
go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.42.0
go.opentelemetry.io/otel v1.16.0
go.opentelemetry.io/otel/sdk v1.16.0
golang.org/x/crypto v0.12.0
golang.org/x/exp 050eac23e9de
golang.org/x/net v0.14.0
golang.org/x/oauth2 v0.11.0
golang.org/x/text v0.12.0
golang.org/x/tools v0.12.0
google.golang.org/api v0.135.0
gopkg.in/go-playground/colors.v1 v1.2.0
gopkg.in/h2non/gock.v1 v1.1.2
gopkg.in/square/go-jose.v2 v2.6.0
Expand Down Expand Up @@ -164,4 +164,4 @@ require (
moul.io/http2curl v1.0.1-0.20190925090545-5cd742060b0e // indirect
)

go 1.20
go 1.21

0 comments on commit 291d8ad

Please sign in to comment.