Hey all, I’m using the automation API and inline Go code instead of Pulumi CLI. I saw that Pulumi will auto-download required plugins/providers when needed, but I was wondering how it resolves versions? Will it just default to latest, or does it respect the plugin version in my
go.mod
file?