Updated versionand remote

This commit is contained in:
2026-05-12 06:53:15 +00:00
parent 139c224a31
commit caa45ed603
36 changed files with 67 additions and 67 deletions
+8 -8
View File
@@ -22,14 +22,14 @@ import (
"sync"
"time"
"github.com/jasper/quptime/internal/alerts"
"github.com/jasper/quptime/internal/checks"
"github.com/jasper/quptime/internal/config"
"github.com/jasper/quptime/internal/crypto"
"github.com/jasper/quptime/internal/quorum"
"github.com/jasper/quptime/internal/replicate"
"github.com/jasper/quptime/internal/transport"
"github.com/jasper/quptime/internal/trust"
"git.cer.sh/axodouble/quptime/internal/alerts"
"git.cer.sh/axodouble/quptime/internal/checks"
"git.cer.sh/axodouble/quptime/internal/config"
"git.cer.sh/axodouble/quptime/internal/crypto"
"git.cer.sh/axodouble/quptime/internal/quorum"
"git.cer.sh/axodouble/quptime/internal/replicate"
"git.cer.sh/axodouble/quptime/internal/transport"
"git.cer.sh/axodouble/quptime/internal/trust"
)
// Daemon is the live process: every long-running component lives here.