diff --git a/fly.toml b/fly.toml deleted file mode 100644 index 3f7d2be..0000000 --- a/fly.toml +++ /dev/null @@ -1,22 +0,0 @@ -# fly.toml app configuration file generated for quantum-auth on 2025-12-07T20:32:51-08:00 -# -# See https://fly.io/docs/reference/configuration/ for information about how to use this file. -# - -app = 'quantum-auth' -primary_region = 'sjc' - -[build] - -[http_service] - internal_port = 1042 - force_https = true - auto_stop_machines = false - auto_start_machines = true - min_machines_running = 1 - processes = ['app'] - -[[vm]] - memory = '512mb' - cpu_kind = 'shared' - cpus = 1 diff --git a/go.mod b/go.mod index af1e0cd..a6e595d 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/cloudflare/circl v1.6.2 github.com/gin-gonic/gin v1.11.0 github.com/golang-migrate/migrate/v4 v4.19.1 - github.com/quantumauth-io/quantum-go-utils v0.0.17 + github.com/quantumauth-io/quantum-go-utils v0.0.19 github.com/swaggo/files v1.0.1 github.com/swaggo/gin-swagger v1.6.1 github.com/swaggo/swag v1.16.6 diff --git a/go.sum b/go.sum index 13a7518..45fdaf0 100644 --- a/go.sum +++ b/go.sum @@ -246,8 +246,8 @@ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH github.com/prometheus/procfs v0.0.0-20190425082905-87a4384529e0/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= github.com/prometheus/procfs v0.12.0 h1:jluTpSng7V9hY0O2R9DzzJHYb2xULk9VTR1V1R/k6Bo= github.com/prometheus/procfs v0.12.0/go.mod h1:pcuDEFsWDnvcgNzo4EEweacyhjeA9Zk3cnaOZAZEfOo= -github.com/quantumauth-io/quantum-go-utils v0.0.17 h1:xeR53WXxzeJaUr+9ciPHajFQTj/tgzGbvBpJraK/21w= -github.com/quantumauth-io/quantum-go-utils v0.0.17/go.mod h1:ATqtCmByVLN4lRW6x+f/FfBmqsQ53mEIjxqCxLzZ9lc= +github.com/quantumauth-io/quantum-go-utils v0.0.19 h1:+fLKo193wDo50TZLoYikGgNiT8NkEuckr/ilafOdvRo= +github.com/quantumauth-io/quantum-go-utils v0.0.19/go.mod h1:ATqtCmByVLN4lRW6x+f/FfBmqsQ53mEIjxqCxLzZ9lc= github.com/quic-go/qpack v0.6.0 h1:g7W+BMYynC1LbYLSqRt8PBg5Tgwxn214ZZR34VIOjz8= github.com/quic-go/qpack v0.6.0/go.mod h1:lUpLKChi8njB4ty2bFLX2x4gzDqXwUpaO1DP9qMDZII= github.com/quic-go/quic-go v0.57.1 h1:25KAAR9QR8KZrCZRThWMKVAwGoiHIrNbT72ULHTuI10=