Do update work in a pool for speed, and show some actual data.

This commit is contained in:
Eli Ribble 2025-11-07 10:45:59 +00:00
parent b0432f3243
commit ed1b878b8d
No known key found for this signature in database
6 changed files with 147 additions and 54 deletions

2
go.mod
View file

@ -7,6 +7,7 @@ require (
github.com/aarondl/opt v0.0.0-20250607033636-982744e1bd65
github.com/alexedwards/scs/pgxstore v0.0.0-20251002162104-209de6e426de
github.com/alexedwards/scs/v2 v2.9.0
github.com/alitto/pond/v2 v2.5.0
github.com/go-chi/chi/v5 v5.2.3
github.com/go-webauthn/webauthn v0.14.0
github.com/golang-jwt/jwt/v5 v5.3.0
@ -45,4 +46,5 @@ require (
golang.org/x/text v0.29.0 // indirect
google.golang.org/protobuf v1.36.5 // indirect
)
replace github.com/Gleipnir-Technology/arcgis-go => ./arcgis-go