-
-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
Trying to run this project I've encountered two issue:
go: github.com/andig/gxui@upgrade (v0.3.0) requires github.com/andig/gxui@v0.3.0: parsing go.mod:
module declares its path as: git.sr.ht/~nelsam/gxui
but was required as: github.com/andig/gxui
Solved by forking https://github.com/andig/gxui and adding a go.mod (plus removing the /vendor directory):
module github.com/halfrost/threes-ai
go 1.18.0
toolchain go1.22.3
require github.com/gorilla/websocket v1.5.1
require golang.org/x/net v0.17.0 // indirect
replace github.com/nelsam/gxui => github.com/andig/gxui v0.3.1-0.20240602162806-954b08d12420
2nd issue- while running meteor on outdated Node 15- this:
While selecting package versions:
error: unknown package in top-level dependencies: jquery-ui
It would be super if this project was able to compile on recent go.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels