ports/www/webhook/files/patch-vendor_modules.txt
Robert Clausecker 0aa89e9844 www/webhook: fix build on riscv64
Update golang.org/x/sys dependency to a version new enough to
have the bits for riscv64-freebsd in there.

While we are at it, remove ineffective GH_TUPLE entries (port
has these vendored upstream).

Sponsored by:	Berliner Linux User Group e.V.
Approved by:	portmgr (build fix blanket)
2023-03-11 09:36:13 +01:00

16 lines
513 B
Text

--- vendor/modules.txt.orig 2023-03-08 18:03:36 UTC
+++ vendor/modules.txt
@@ -22,9 +22,10 @@ github.com/gorilla/mux
# github.com/kr/pretty v0.1.0
## explicit
# golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
-## explicit
-# golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8
-## explicit
+## explicit; go 1.11
+# golang.org/x/sys v0.5.0
+## explicit; go 1.17
+golang.org/x/sys/internal/unsafeheader
golang.org/x/sys/unix
golang.org/x/sys/windows
# gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15