Initial commit

This commit is contained in:
2025-09-06 21:35:45 -04:00
commit b02525e28a
32 changed files with 1478 additions and 0 deletions

12
go.mod Normal file
View File

@@ -0,0 +1,12 @@
module addrss
go 1.23.0
require (
github.com/go-sql-driver/mysql v1.9.3
github.com/google/uuid v1.6.0
github.com/openvenues/gopostal v0.0.0-20240426055609-4fe3a773f519
golang.org/x/crypto v0.41.0
)
require filippo.io/edwards25519 v1.1.0 // indirect