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] committed Aug 23, 2023
1 parent a9113a4 commit 7086375
Show file tree
Hide file tree
Showing 2 changed files with 145 additions and 139 deletions.
70 changes: 36 additions & 34 deletions server/go.mod
Original file line number Diff line number Diff line change
@@ -1,86 +1,88 @@
module github.com/eukarya-inc/reearth-plateauview/server

go 1.19
go 1.21

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/jarcoal/httpmock v1.3.0
github.com/joho/godotenv v1.4.0
github.com/go-playground/validator/v10 v10.15.1
github.com/jarcoal/httpmock v1.3.1
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/reearth/go3dtiles v0.0.0-20221207041852-493e7e51cca9
github.com/reearth/reearth-cms-api/go v0.0.0-20230611180738-b6e050021ee0
github.com/reearth/reearthx v0.0.0-20230322184331-1c50e053c6b4
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-20230725042053-3cc4168daa82
github.com/reearth/reearthx v0.0.0-20230803135203-6fb13c1d7d8b
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/sendgrid/sendgrid-go v3.13.0+incompatible
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-20230821065910-61d12ffc3a8d
github.com/thanhpk/randstr v1.0.6
github.com/vincent-petithory/dataurl v1.0.0
golang.org/x/net v0.4.0
gonum.org/v1/gonum v0.12.0
golang.org/x/net v0.14.0
gonum.org/v1/gonum v0.14.0
)

require (
github.com/ByteArena/poly2tri-go v0.0.0-20170716161910-d102ad91854f // indirect
github.com/adrg/strutil v0.3.0 // indirect
github.com/adrg/sysfont v0.1.2 // indirect
github.com/adrg/xdg v0.4.0 // 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.10.0 // indirect
github.com/go-fonts/latin-modern v0.2.0 // indirect
github.com/go-latex/latex v0.0.0-20210823091927-c0d11ff05a81 // 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-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/maruel/panicparse/v2 v2.3.1 // indirect
github.com/nicksnyder/go-i18n/v2 v2.2.1 // indirect
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/wcharczuk/go-chart/v2 v2.1.0 // indirect
golang.org/x/image v0.0.0-20220617043117-41969df76e82 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gonum.org/v1/plot v0.11.0 // indirect
golang.org/x/image v0.6.0 // indirect
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
gonum.org/v1/plot v0.12.0 // indirect
star-tex.org/x/tex v0.4.0 // indirect
)

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.4.0 // indirect
github.com/qmuntal/draco-go/gltf/draco v0.1.0
github.com/qmuntal/gltf v0.23.1
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.5.0
golang.org/x/time v0.2.0 // indirect
golang.org/x/crypto v0.12.0 // indirect
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63
golang.org/x/sys v0.11.0 // indirect
golang.org/x/text v0.12.0
golang.org/x/time v0.3.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

0 comments on commit 7086375

Please sign in to comment.