diff options
| author | Andrew G. Morgan <morgan@kernel.org> | 2021-09-26 18:20:33 -0700 |
|---|---|---|
| committer | Andrew G. Morgan <morgan@kernel.org> | 2021-09-26 18:20:33 -0700 |
| commit | 9eb56596eef5e55a596aa97ecaf8466ea559d05c (patch) | |
| tree | e504045cf6c7a85f77d01ac6054c9f92595739fb /goapps | |
| parent | 22569c7cfb428edc5ae05cf631a25227087e74d0 (diff) | |
| download | libcap2-master.tar.gz | |
Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
Diffstat (limited to 'goapps')
| -rw-r--r-- | goapps/captree/go.mod | 2 | ||||
| -rw-r--r-- | goapps/gowns/go.mod | 2 | ||||
| -rw-r--r-- | goapps/setid/go.mod | 4 | ||||
| -rw-r--r-- | goapps/web/go.mod | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/goapps/captree/go.mod b/goapps/captree/go.mod index 508b8d6..1e8ae5d 100644 --- a/goapps/captree/go.mod +++ b/goapps/captree/go.mod @@ -2,4 +2,4 @@ module captree go 1.16 -require kernel.org/pub/linux/libs/security/libcap/cap v1.2.58 +require kernel.org/pub/linux/libs/security/libcap/cap v1.2.59 diff --git a/goapps/gowns/go.mod b/goapps/gowns/go.mod index 092fc66..3fa4244 100644 --- a/goapps/gowns/go.mod +++ b/goapps/gowns/go.mod @@ -2,4 +2,4 @@ module gowns go 1.15 -require kernel.org/pub/linux/libs/security/libcap/cap v1.2.58 +require kernel.org/pub/linux/libs/security/libcap/cap v1.2.59 diff --git a/goapps/setid/go.mod b/goapps/setid/go.mod index d0223e0..9f55c17 100644 --- a/goapps/setid/go.mod +++ b/goapps/setid/go.mod @@ -3,6 +3,6 @@ module setid go 1.11 require ( - kernel.org/pub/linux/libs/security/libcap/cap v1.2.58 - kernel.org/pub/linux/libs/security/libcap/psx v1.2.58 + kernel.org/pub/linux/libs/security/libcap/cap v1.2.59 + kernel.org/pub/linux/libs/security/libcap/psx v1.2.59 ) diff --git a/goapps/web/go.mod b/goapps/web/go.mod index aced675..98143bf 100644 --- a/goapps/web/go.mod +++ b/goapps/web/go.mod @@ -2,4 +2,4 @@ module web go 1.11 -require kernel.org/pub/linux/libs/security/libcap/cap v1.2.58 +require kernel.org/pub/linux/libs/security/libcap/cap v1.2.59 |
