You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to import gopkg.in/yaml.v3 dependency yaegi throws the error unable to find source related to: "gopkg.in/yaml.v3"
Even if I generate vendors, regenerate them or mod file.
failed to run with Yaegi: plugin: failed to import plugin code: 1:21: import "{PROJECT}/plugins/traefik" error: /tmp/pilot-gop903668899/src/{PROJECT}/plugins/traefik/main.go:6:2: import "{PROJECT}/configuration" error: /tmp/pilot-gop903668899/src/{PROJECT}/configuration/configuration.go:6:2: import "gopkg.in/yaml.v3" error: unable to find source related to: "gopkg.in/yaml.v3"
The text was updated successfully, but these errors were encountered:
When I try to import gopkg.in/yaml.v3 dependency yaegi throws the error
unable to find source related to: "gopkg.in/yaml.v3"
Even if I generate vendors, regenerate them or mod file.
The text was updated successfully, but these errors were encountered: