traefik / yaegi

Yaegi is Another Elegant Go Interpreter
https://pkg.go.dev/github.com/traefik/yaegi
Apache License 2.0
6.94k stars 343 forks source link

unable to find source related to: "plugin" #1481

Open darkweak opened 1 year ago

darkweak commented 1 year ago

The following program sample.go triggers an unexpected result

package main

import "github.com/buraksezer/olric"

func main() {
  // do something with olric
}

Expected result

Everything should work

Got

import "github.com/buraksezer/olric" error: plugins-local/src/github.com/user/project/vendor/github.com/buraksezer/olric/dmap.go:21:2: import "github.com/buraksezer/olric/internal/dmap" error: plugins-local/src/github.com/user/project/vendor/github.com/buraksezer/olric/internal/dmap/atomic.go:22:2: import "github.com/buraksezer/olric/internal/cluster/partitions" error: plugins-local/src/github.com/user/project/vendor/github.com/buraksezer/olric/internal/cluster/partitions/fragment.go:18:2: import "github.com/buraksezer/olric/internal/discovery" error: plugins-local/src/github.com/user/project/vendor/github.com/buraksezer/olric/internal/discovery/discovery.go:23:2: import "plugin" error: unable to find source related to: "plugin"

Yaegi Version

latest

Additional Notes

No response

prajithp13 commented 1 year ago

Any update on this @mvertes