feat(*): initial commit
build / Go-Build (push) Successful in 1m1s

This commit is contained in:
2026-06-24 00:16:21 +02:00
parent 3cf9e6f266
commit 85e4df52a5
20 changed files with 1125 additions and 3 deletions
+7 -1
View File
@@ -2,4 +2,10 @@ module tomatentum.net/outfit-voting-abi26
go 1.25.5
require github.com/lib/pq v1.12.3 // indirect
require (
github.com/coreos/go-oidc/v3 v3.19.0 // indirect
github.com/go-jose/go-jose/v4 v4.1.4 // indirect
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
github.com/lib/pq v1.12.3 // indirect
golang.org/x/oauth2 v0.36.0 // indirect
)