Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Mar 2020 02:50:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 244913] [NEW PORT] net/traefik2 High availability reverse proxy and load balancer, version 2.1.7
Message-ID:  <bug-244913-7788-5wxjBo1Hqy@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-244913-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-244913-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244913

--- Comment #3 from Kurt Jaeger <pi@FreeBSD.org> ---
For the go modules, I have this little writeup on how to get it into the
makefile:

- Change to WRKSRC of your port
- run
  go mod vendor
  modules2tuple vendor/modules.txt > /tmp/ggg
- use /tmp/ggg as GH_TUPLE for the port Makefile
- go list -m shows you the list of modules

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244913-7788-5wxjBo1Hqy>