Make buildable release for prod

This commit is contained in:
Eli Ribble 2025-11-11 16:09:18 +00:00
parent e3234332f0
commit f0ace114b0
No known key found for this signature in database
3 changed files with 4 additions and 7 deletions

5
go.mod
View file

@ -3,7 +3,7 @@ module github.com/Gleipnir-Technology/nidus-sync
go 1.24.9
require (
github.com/Gleipnir-Technology/arcgis-go v0.0.2
github.com/Gleipnir-Technology/arcgis-go v0.0.3
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
@ -16,7 +16,6 @@ require (
github.com/jaswdr/faker/v2 v2.8.1
github.com/lib/pq v1.10.9
github.com/pressly/goose/v3 v3.26.0
github.com/riverqueue/river/rivershared v0.26.0
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/stephenafamo/bob v0.41.1
github.com/stephenafamo/scan v0.7.0
@ -46,5 +45,3 @@ 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