esm.sh
esm.sh copied to clipboard
go module path
Based on the code, it looks like using the web package is experimental, but I was wondering if the inclusion of the library in another go project is intended to be supported. I would love to be trying this out!
go get github.com/esm-dev/esm.sh
go: github.com/esm-dev/esm.sh@upgrade (v0.1.0) requires github.com/esm-dev/[email protected]: parsing go.mod:
module declares its path as: esm.sh
but was required as: github.com/esm-dev/esm.sh
Seems gopkg needs semantic version tag, currently esm.sh use v1xx tag, i will fix thanks
+1, you currently need to specify the commit SHA to get it to work:
go get github.com/esm-dev/esm.sh@1ad31b6352bb0a064ece812f6f360e4850e16051
(go get github.com/esm-dev/esm.sh@v136 doesn't work)