Updated versionand remote
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user