summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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