diff options
author | Dariusz Michaluk <d.michaluk@samsung.com> | 2024-02-14 13:17:11 +0100 |
---|---|---|
committer | Dariusz Michaluk <d.michaluk@samsung.com> | 2024-02-19 18:18:00 +0100 |
commit | 4032d19f2ced8b4a3838f9390beb199bf31310e8 (patch) | |
tree | 78634496092ed5df6ff0d9785960dd174ede5af6 /contrib/seccomp/go.mod | |
parent | 3103c47605942557c5ec971aa40282782bcbc4de (diff) | |
parent | 46a71608a1c1f277922adf2a82c4ab1e4d7ad320 (diff) | |
download | libcap-accepted/tizen/base/20240221.052817.tar.gz libcap-accepted/tizen/base/20240221.052817.tar.bz2 libcap-accepted/tizen/base/20240221.052817.zip |
Upgrade to licap 2.69tizen_9.0_m2_releaseaccepted/tizen/base/x/asan/20240412.003134accepted/tizen/base/x/20240225.131803accepted/tizen/base/x/20240221.211822accepted/tizen/base/toolchain/20240301.142001accepted/tizen/base/toolchain/20240301.141900accepted/tizen/base/asan/20240305.000534accepted/tizen/base/20240221.052817accepted/tizen/9.0/base/20241030.075730tizen_basetizen_9.0_baseaccepted/tizen_base_x_asanaccepted/tizen_base_xaccepted/tizen_base_toolchainaccepted/tizen_base_asanaccepted/tizen_baseaccepted/tizen_9.0_base
Change-Id: I69cf14ac1f834701395dce1fb872103ee732d926
Diffstat (limited to 'contrib/seccomp/go.mod')
-rw-r--r-- | contrib/seccomp/go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/seccomp/go.mod b/contrib/seccomp/go.mod new file mode 100644 index 0000000..ecf18d9 --- /dev/null +++ b/contrib/seccomp/go.mod @@ -0,0 +1,5 @@ +module explore + +go 1.14 + +require kernel.org/pub/linux/libs/security/libcap/psx v1.2.69 |