Backend: Update Go deps in go.mod and go.sum

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-04-23 12:52:37 +02:00
parent b9dda9337a
commit c4d4b91488
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -14,7 +14,7 @@ require (
github.com/esimov/pigo v1.4.6
github.com/gin-contrib/gzip v1.2.3
github.com/gin-gonic/gin v1.10.0
github.com/golang/geo v0.0.0-20250421144338-16367f2bbb6a
github.com/golang/geo v0.0.0-20250422092327-39c32da97703
github.com/google/open-location-code/go v0.0.0-20250415120251-fa6d7f9d4765
github.com/gorilla/websocket v1.5.3
github.com/gosimple/slug v1.15.0

4
go.sum
View File

@@ -182,8 +182,8 @@ github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0/go.mod h1:E/TSTwGw
github.com/golang/geo v0.0.0-20190916061304-5b978397cfec/go.mod h1:QZ0nwyI2jOfgRAoBvP+ab5aRr7c9x7lhGEJrKvBwjWI=
github.com/golang/geo v0.0.0-20200319012246-673a6f80352d/go.mod h1:QZ0nwyI2jOfgRAoBvP+ab5aRr7c9x7lhGEJrKvBwjWI=
github.com/golang/geo v0.0.0-20210211234256-740aa86cb551/go.mod h1:QZ0nwyI2jOfgRAoBvP+ab5aRr7c9x7lhGEJrKvBwjWI=
github.com/golang/geo v0.0.0-20250421144338-16367f2bbb6a h1:KV20IE0QWCTtVUd7OF0cwuE7VJw7nTkHATBfabF1OCs=
github.com/golang/geo v0.0.0-20250421144338-16367f2bbb6a/go.mod h1:DaoiJOlOKPwoy8qrxeMEsEFBPB1P+vCktZlA+qARoWg=
github.com/golang/geo v0.0.0-20250422092327-39c32da97703 h1:+sIysUX4RZP9A6iKB43OUkwMIN7Gd7N3N5cLkZe0E2g=
github.com/golang/geo v0.0.0-20250422092327-39c32da97703/go.mod h1:DaoiJOlOKPwoy8qrxeMEsEFBPB1P+vCktZlA+qARoWg=
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=