hexops / vecty

Vecty lets you build responsive and dynamic web frontends in Go using WebAssembly, competing with modern web frameworks like React & VueJS.
BSD 3-Clause "New" or "Revised" License
2.79k stars 144 forks source link

Update vecty tag #273

Closed julienrbrt closed 3 years ago

julienrbrt commented 3 years ago

Due to the change of path a go get github.com/hexops/vecty will result in a

go: github.com/hexops/vecty upgrade => v0.5.0
go get: github.com/hexops/vecty@v0.5.0: parsing go.mod:
        module declares its path as: github.com/gopherjs/vecty
                but was required as: github.com/hexops/vecty

go get github.com/hexops/vecty@master fixes the issue but it would be nice if a new tag is created to avoid this workaround.

slimsag commented 3 years ago

Thank you for calling this out! Will push up a new tag soon.

slimsag commented 3 years ago

Fixed via e5d44d29c6a6bea841570b7708ad9a00c87d704d

julienrbrt commented 3 years ago

It does not seems to be created: https://github.com/hexops/vecty/tags

cawfeecoder commented 3 years ago

@slimsag This isn't fixed. There is no other tags on this repo outside of v0.5.0. Seems you need to cut v0.6.0 again.

slimsag commented 3 years ago

@julienrbrt @nfrush so sorry for missing this 😞 I have just pushed the tag up, my mistake - hope this didn't cause you too much trouble!