From 18e8c84cb3317596497f8994bc890794c5ab5d4b Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 16 Aug 2021 09:13:45 +0200 Subject: [PATCH] go.mod: update golang.org/x/sys to latest version This pulls in RLIMIT_NPROC for openbsd/386 and openbsd/arm, see https://golang.org/cl/341069 Fixes #21 --- go.mod | 2 +- go.sum | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 7a4c2a6..cee0f6a 100644 --- a/go.mod +++ b/go.mod @@ -4,5 +4,5 @@ go 1.13 require ( github.com/tklauser/numcpus v0.2.3 - golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c + golang.org/x/sys v0.0.0-20210816074244-15123e1e1f71 ) diff --git a/go.sum b/go.sum index bcba7cb..42e72c2 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,5 @@ github.com/tklauser/numcpus v0.2.3 h1:nQ0QYpiritP6ViFhrKYsiv6VVxOpum2Gks5GhnJbS/8= github.com/tklauser/numcpus v0.2.3/go.mod h1:vpEPS/JC+oZGGQ/My/vJnNsvMDQL6PwOqt8dsCw5j+E= -golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c h1:F1jZWGFhYfh0Ci55sIpILtKKK8p3i2/krTr0H1rg74I= golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20210816074244-15123e1e1f71 h1:ikCpsnYR+Ew0vu99XlDp55lGgDJdIMx3f4a18jfse/s= +golang.org/x/sys v0.0.0-20210816074244-15123e1e1f71/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=