When running a script with an extension dependency, the following message is generated
Automatic extension resolution is enabled. The current k6 binary doesn't satisfy all dependencies, it's required to provision a custom binary. deps="map[k6:<nil> k6/x/kafka:<nil>]
Until v1.3.0, it would be reported as
INFO[0000] Automatic extension resolution is enabled. The current k6 binary doesn't satisfy all dependencies, it's required to provision a custom binary. deps="k6*;k6/x/kafka*"