summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2020-07-03 18:47:18 -0700
committerAndrew G. Morgan <morgan@kernel.org>2020-07-03 18:47:18 -0700
commit6499c6abb90a67519c94442d061928bda9aed15a (patch)
treebb8497526c542b74101c9f91dc29ef40b91286e1
parent8e56c7f60e9d68cd24e9c40936d9efd2f8b10dae (diff)
downloadlibcap2-cap/v0.2.37.tar.gz
Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
-rw-r--r--Make.Rules2
-rw-r--r--cap/go.mod2
2 files changed, 3 insertions, 1 deletions
diff --git a/Make.Rules b/Make.Rules
index 3973d2c..a4baa61 100644
--- a/Make.Rules
+++ b/Make.Rules
@@ -41,7 +41,7 @@ GOPKGDIR=$(prefix)/share/gocode/src
# Common defines for libcap
LIBTITLE=libcap
VERSION=2
-MINOR=36
+MINOR=37
# Go modules have their own semantics.
GOMAJOR=0
diff --git a/cap/go.mod b/cap/go.mod
index 40f845a..2103cb2 100644
--- a/cap/go.mod
+++ b/cap/go.mod
@@ -1,3 +1,5 @@
module kernel.org/pub/linux/libs/security/libcap/cap
go 1.11
+
+require kernel.org/pub/linux/libs/security/libcap/psx v0.2.37