ports/sysutils/node_exporter/patches/patch-go_mod

16 lines
373 B
Plaintext

Update golang.org/x/sys to v0.15.0
https://github.com/prometheus/node_exporter/pull/2863
Index: go.mod
--- go.mod.orig
+++ go.mod
@@ -29,7 +29,7 @@ require (
github.com/prometheus/procfs v0.12.0
github.com/safchain/ethtool v0.3.0
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
- golang.org/x/sys v0.13.0
+ golang.org/x/sys v0.15.0
howett.net/plist v1.0.0
)