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
+1 -1
View File
@@ -17,7 +17,7 @@ import (
"encoding/json"
"time"
"github.com/jasper/quptime/internal/config"
"git.cer.sh/axodouble/quptime/internal/config"
)
// Method names. Defined here so every package agrees on the wire-level
+2 -2
View File
@@ -8,8 +8,8 @@ import (
"testing"
"time"
"github.com/jasper/quptime/internal/crypto"
"github.com/jasper/quptime/internal/trust"
"git.cer.sh/axodouble/quptime/internal/crypto"
"git.cer.sh/axodouble/quptime/internal/trust"
)
// testNode bundles everything one side of the handshake needs.
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"errors"
"fmt"
"github.com/jasper/quptime/internal/trust"
"git.cer.sh/axodouble/quptime/internal/trust"
)
// MinTLS is the minimum protocol version both sides require.