uudashr / go-module

Go module file parsing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is this still active?

joshuabezaleel opened this issue · comments

Hey @uudashr !
Just want to ask whether this package is still active or not, because I need a module like this for parsing the go.mod file. If not, is it okay if I create a project that's highly inspired by this? Will look really similar with yours, tbh, because your package is really a good start. Because like others said at the previous issues, currently this package got some problems.

Thank you very much! Have a good day! 🙂

Not touching it for a moment. Feel free to create PR or forking it, it's open source.

commented

@joshuabezaleel Hi

You can use package 'github.com/sirkon/goproxy/gomod' from https://github.com/sirkon/goproxy. It is using a copy of parsing function from go toolchain.