In script directory loading a module from a lua script

When I try to load a different module from a lua script in de script directory, I get an error.
I created a module from the crop-corners.lua script which John Ellis described on this forum.
That module I would like to insert = require
I tried all kind of variations to what works normally inside a plug-in, but with no luck.
local myModule = require 'myModule'
To be clear, the script is NOT a plug-in, but a lua file in the script directory. From this script I want to load a different module (lua script) in the same script directory.