Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
chore: update go dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 1, 2023
1 parent d9a6665 commit e0bcb96
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 91 deletions.
50 changes: 26 additions & 24 deletions server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@ go 1.20
require (
github.com/dustin/go-humanize v1.0.1
github.com/eukarya-inc/jpareacode v1.0.0
github.com/go-playground/validator/v10 v10.11.1
github.com/go-playground/validator/v10 v10.14.1
github.com/jarcoal/httpmock v1.3.0
github.com/joho/godotenv v1.4.0
github.com/joho/godotenv v1.5.1
github.com/kelseyhightower/envconfig v1.4.0
github.com/labstack/echo/v4 v4.10.0
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/reearth/go3dtiles v0.0.0-20230612053146-a6d07c1ab855
github.com/reearth/reearth-cms-api/go v0.0.0-20230611180738-b6e050021ee0
github.com/reearth/reearthx v0.0.0-20230712023029-a4a80621d9e1
github.com/reearth/reearth-cms-api/go v0.0.0-20230725042053-3cc4168daa82
github.com/reearth/reearthx v0.0.0-20230801090624-373da8baaeb0
github.com/samber/lo v1.38.1
github.com/sendgrid/sendgrid-go v3.12.0+incompatible
github.com/spf13/afero v1.9.3
github.com/spf13/afero v1.9.5
github.com/spkg/bom v1.0.0
github.com/stretchr/testify v1.8.4
github.com/tdewolff/canvas v0.0.0-20221230020303-9eb6d3934367
github.com/thanhpk/randstr v1.0.4
github.com/tdewolff/canvas v0.0.0-20230725155945-641901f69684
github.com/thanhpk/randstr v1.0.6
github.com/vincent-petithory/dataurl v1.0.0
golang.org/x/net v0.7.0
golang.org/x/net v0.12.0
gonum.org/v1/gonum v0.13.0
)

Expand All @@ -39,14 +39,16 @@ require (
github.com/adrg/xdg v0.4.0 // indirect
github.com/agnivade/levenshtein v1.1.1 // indirect
github.com/auth0/go-jwt-middleware/v2 v2.0.1 // indirect
github.com/benoitkugler/textlayout v0.1.3 // indirect
github.com/benoitkugler/textlayout v0.3.0 // indirect
github.com/benoitkugler/textprocessing v0.0.2 // indirect
github.com/dsnet/compress v0.0.1 // indirect
github.com/fatih/color v1.12.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
github.com/go-fonts/latin-modern v0.3.0 // indirect
github.com/go-latex/latex v0.0.0-20230307184459-12ec69307ad9 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-text/typesetting v0.0.0-20230502123426-87572f5551cf // indirect
github.com/goccy/go-yaml v1.9.8 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
Expand All @@ -63,7 +65,7 @@ require (
github.com/richardlehane/mscfb v1.0.4 // indirect
github.com/richardlehane/msoleps v1.0.3 // indirect
github.com/tdewolff/minify/v2 v2.12.4 // indirect
github.com/tdewolff/parse/v2 v2.6.4 // indirect
github.com/tdewolff/parse/v2 v2.6.5 // indirect
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
github.com/vektah/gqlparser/v2 v2.4.6 // indirect
Expand All @@ -76,7 +78,7 @@ require (
golang.org/x/image v0.6.0 // indirect
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
gonum.org/v1/plot v0.11.0 // indirect
gonum.org/v1/plot v0.12.0 // indirect
google.golang.org/api v0.80.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20220518221133-4f43b3371335 // indirect
Expand All @@ -88,32 +90,32 @@ require (

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/labstack/gommon v0.4.0 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/pkg/errors v0.9.1
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/qmuntal/draco-go v0.5.0 // indirect
github.com/qmuntal/draco-go/gltf/draco v0.1.0
github.com/qmuntal/gltf v0.24.0
github.com/qmuntal/gltf v0.24.2
github.com/sendgrid/rest v2.6.9+incompatible // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
github.com/xuri/efp v0.0.0-20220603152613-6918739fd470 // indirect
github.com/xuri/excelize/v2 v2.6.1
github.com/xuri/excelize/v2 v2.7.1
github.com/xuri/nfp v0.0.0-20220409054826-5e722a1d9e22 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.21.0 // indirect
golang.org/x/crypto v0.2.0 // indirect
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0
golang.org/x/time v0.2.0 // indirect
golang.org/x/crypto v0.11.0 // indirect
golang.org/x/exp v0.0.0-20230801115018-d63ba01acd4b
golang.org/x/sys v0.10.0 // indirect
golang.org/x/text v0.11.0
golang.org/x/time v0.3.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit e0bcb96

Please sign in to comment.