openbsd-ports/devel/go-tools/modules.inc
op 0be89c3027 update devel/go-tools to 0.5.0
need to set EPOCH due to the version change.

Switches the port to MODGO_MODNAME to fetch the modules needed, dropping
the BDEP on net/go-net.  godoc doesn't need hacks now to be built, but
gopls is not included anymore: it's provided by new devel/gopls port.

While here sync DESCR with reality and fold long lines, update HOMEPAGE
and drop redundant MODGO_TYPE=bin.

tested by Laurent Cheylus (thanks!)
ok sthen@
2023-01-25 19:37:03 +00:00

13 lines
280 B
PHP

MODGO_MODULES = \
github.com/yuin/goldmark v1.4.13 \
golang.org/x/mod v0.7.0 \
golang.org/x/net v0.5.0 \
golang.org/x/sync v0.1.0 \
golang.org/x/sys v0.4.0 \
golang.org/x/term v0.4.0 \
golang.org/x/text v0.6.0
MODGO_MODFILES = \
golang.org/x/tools v0.1.12