diff --git a/client/client.go b/client/client.go index a1924e3ea..94e4eedd2 100644 --- a/client/client.go +++ b/client/client.go @@ -12,7 +12,7 @@ import ( syncthingprotocol "github.com/syncthing/protocol" "github.com/syncthing/relaysrv/protocol" - "github.com/syncthing/syncthing/internal/sync" + "github.com/syncthing/syncthing/lib/sync" ) type ProtocolClient struct {