esm.sh icon indicating copy to clipboard operation
esm.sh copied to clipboard

go module path

Open breadchris opened this issue 6 months ago • 2 comments

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

breadchris avatar Jun 14 '25 06:06 breadchris

Seems gopkg needs semantic version tag, currently esm.sh use v1xx tag, i will fix thanks

ije avatar Jun 14 '25 09:06 ije

+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)

mattmueller-stripe avatar Oct 12 '25 18:10 mattmueller-stripe