@@ -10,8 +10,8 @@ import (
"net/url"
"time"
- syncthingprotocol "github.com/syncthing/protocol"
- "github.com/syncthing/relaysrv/protocol"
+ syncthingprotocol "github.com/syncthing/syncthing/lib/protocol"
+ "github.com/syncthing/syncthing/lib/relay/protocol"
"github.com/syncthing/syncthing/lib/sync"
)
@@ -11,8 +11,8 @@ import (
"strings"
func GetInvitationFromRelay(uri *url.URL, id syncthingprotocol.DeviceID, certs []tls.Certificate) (protocol.SessionInvitation, error) {
@@ -9,7 +9,7 @@ import (
"fmt"
"net"
const (
@@ -12,7 +12,7 @@ import (
"os"
"path/filepath"
- "github.com/syncthing/protocol"
+ "github.com/syncthing/syncthing/lib/protocol"
"github.com/syncthing/syncthing/lib/scanner"
@@ -15,9 +15,9 @@ import (
"github.com/syncthing/syncthing/lib/config"
"github.com/syncthing/syncthing/lib/discover"
var timeout = 5 * time.Second
@@ -13,8 +13,8 @@ import (
"log"
"github.com/syncthing/syncthing/lib/db"
"github.com/syndtr/goleveldb/leveldb"
"github.com/syndtr/goleveldb/leveldb/opt"
@@ -15,14 +15,14 @@ import (
"sync"
- "github.com/syncthing/relaysrv/client"
"github.com/syncthing/syncthing/lib/events"
"github.com/syncthing/syncthing/lib/model"
"github.com/syncthing/syncthing/lib/osutil"
"github.com/syncthing/syncthing/lib/relay"
+ "github.com/syncthing/syncthing/lib/relay/client"
"github.com/thejerf/suture"
@@ -25,7 +25,6 @@ import (
"github.com/calmh/logger"
"github.com/syncthing/syncthing/lib/auto"
@@ -33,6 +32,7 @@ import (
"github.com/syncthing/syncthing/lib/tlsutil"
@@ -27,13 +27,13 @@ import (
"github.com/juju/ratelimit"
"github.com/syncthing/syncthing/lib/symlinks"
@@ -10,10 +10,10 @@ import (
"testing"
"github.com/syndtr/goleveldb/leveldb/storage"
@@ -15,7 +15,7 @@ import (
"syscall"
func init() {
@@ -19,9 +19,9 @@ import (
"sort"
"github.com/syncthing/syncthing/lib/upgrade"
@@ -20,8 +20,8 @@ import (
"strconv"
"golang.org/x/crypto/bcrypt"
@@ -17,7 +17,7 @@ import (
var device1, device2, device3, device4 protocol.DeviceID
@@ -9,9 +9,9 @@ package config
import (
@@ -17,8 +17,8 @@ import (
"encoding/binary"
"github.com/syndtr/goleveldb/leveldb/util"
@@ -9,7 +9,7 @@ package db
"runtime"
"github.com/syndtr/goleveldb/leveldb/iterator"
@@ -13,8 +13,8 @@
package db
@@ -6,7 +6,7 @@
-import "github.com/syncthing/protocol"
+import "github.com/syncthing/syncthing/lib/protocol"
type FileInfoTruncated struct {
protocol.FileInfo
@@ -10,7 +10,7 @@ import (
stdsync "sync"
@@ -9,7 +9,7 @@ package discover
@@ -18,8 +18,8 @@ import (
type globalClient struct {
@@ -17,9 +17,9 @@ import (
"github.com/syncthing/syncthing/lib/beacon"
"crypto/tls"
type IntermediateConnection struct {
@@ -7,7 +7,7 @@
package model
@@ -9,7 +9,7 @@ package model
func TestDeviceActivity(t *testing.T) {
@@ -22,12 +22,12 @@ import (
"github.com/syncthing/syncthing/lib/ignore"
"github.com/syncthing/syncthing/lib/stats"
@@ -16,12 +16,12 @@ import (
@@ -25,8 +25,8 @@ import (
@@ -15,11 +15,11 @@ import (
@@ -13,7 +13,7 @@ import (
"io"
"sync/atomic"
var SHA256OfNothing = []uint8{0xe3, 0xb0, 0xc4, 0x42, 0x98, 0xfc, 0x1c, 0x14, 0x9a, 0xfb, 0xf4, 0xc8, 0x99, 0x6f, 0xb9, 0x24, 0x27, 0xae, 0x41, 0xe4, 0x64, 0x9b, 0x93, 0x4c, 0xa4, 0x95, 0x99, 0x1b, 0x78, 0x52, 0xb8, 0x55}
@@ -11,7 +11,7 @@ import (
var blocksTestData = []struct {
@@ -16,10 +16,10 @@ import (
"unicode/utf8"
"golang.org/x/text/unicode/norm"
@@ -12,8 +12,8 @@ import (
"unicode/utf16"
"github.com/syncthing/syncthing/lib/rc"
@@ -16,7 +16,7 @@ import (
@@ -14,9 +14,9 @@ import (
@@ -13,9 +13,9 @@ import (
@@ -16,9 +16,9 @@ import (
@@ -15,8 +15,8 @@ import (