yaegi icon indicating copy to clipboard operation
yaegi copied to clipboard

unable to import zeebo/xxh3

Open jerrywoo96 opened this issue 1 year ago • 1 comments

The following program sample.go triggers an unexpected result

import (
	"github.com/zeebo/xxh3"
)

Expected result

// Running the plugin without errors.

Got

level=error msg="Plugins are disabled because an error has occurred." error="failed to import plugin code: import error: import \"github.com/zeebo/xxh3\" error: unable to find source related to: \"github.com/zeebo/xxh3\""

Yaegi Version

0.15.1

Additional Notes

https://pkg.go.dev/github.com/zeebo/[email protected] https://github.com/zeebo/xxh3

I'm using xxh3 to hash responses to generate ETag headers.

jerrywoo96 avatar Jun 22 '23 08:06 jerrywoo96