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
+2 -2
View File
@@ -20,8 +20,8 @@ import (
"gopkg.in/yaml.v3"
"github.com/jasper/quptime/internal/config"
"github.com/jasper/quptime/internal/crypto"
"git.cer.sh/axodouble/quptime/internal/config"
"git.cer.sh/axodouble/quptime/internal/crypto"
)
// Entry is one trusted peer.
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"encoding/pem"
"testing"
"github.com/jasper/quptime/internal/crypto"
"git.cer.sh/axodouble/quptime/internal/crypto"
)
func TestRoundtripAndLookup(t *testing.T) {