pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
go-jsonnet: Import go-jsonnet-0.22.0 as wip/go-jsonnet
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Sun Jun 7 17:34:28 2026 +0200
Changeset: 4bc006380fce9603b8a5644d3fdacc1f4fac27d6
Added Files:
go-jsonnet/DESCR
go-jsonnet/Makefile
go-jsonnet/PLIST
go-jsonnet/distinfo
go-jsonnet/go-modules.mk
Log Message:
go-jsonnet: Import go-jsonnet-0.22.0 as wip/go-jsonnet
This an implementation of Jsonnet in pure Go. It is a feature complete,
production-ready implementation. Bindings to C and Python are available
(but not battle-tested).
This code is known to work on Go 1.24 and above. We recommend always
using the newest stable release of Go.
Jsonnet can be used on the command line to evaluate Jsonnet input files
and produce JSON, Yaml, or other outputs, or it can be used as a
library.
Security note: If you are running a system that evaluates untrusted
Jsonnet code, extra care should be used to defend against data
exfiltration risks. By default, the import, importstr and importbin
language constructs can read from any path accessible to the Jsonnet
process. The Jsonnet library allows you to provide your own logic for
processing imports, which is one way to restrict imports to known safe
sources. You could also consider running Jsonnet inside a carefully
configured gVisor or Firecracker container or other secure container
system to provide more general isolation if evaluating untrusted code.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4bc006380fce9603b8a5644d3fdacc1f4fac27d6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
go-jsonnet/DESCR | 20 ++++++++++
go-jsonnet/Makefile | 25 +++++++++++++
go-jsonnet/PLIST | 4 ++
go-jsonnet/distinfo | 95 ++++++++++++++++++++++++++++++++++++++++++++++++
go-jsonnet/go-modules.mk | 32 ++++++++++++++++
5 files changed, 176 insertions(+)
diffs:
diff --git a/go-jsonnet/DESCR b/go-jsonnet/DESCR
new file mode 100644
index 0000000000..461d67aed1
--- /dev/null
+++ b/go-jsonnet/DESCR
@@ -0,0 +1,20 @@
+This an implementation of Jsonnet in pure Go. It is a feature complete,
+production-ready implementation. Bindings to C and Python are available
+(but not battle-tested).
+
+This code is known to work on Go 1.24 and above. We recommend always
+using the newest stable release of Go.
+
+Jsonnet can be used on the command line to evaluate Jsonnet input files
+and produce JSON, Yaml, or other outputs, or it can be used as a
+library.
+
+Security note: If you are running a system that evaluates untrusted
+Jsonnet code, extra care should be used to defend against data
+exfiltration risks. By default, the import, importstr and importbin
+language constructs can read from any path accessible to the Jsonnet
+process. The Jsonnet library allows you to provide your own logic for
+processing imports, which is one way to restrict imports to known safe
+sources. You could also consider running Jsonnet inside a carefully
+configured gVisor or Firecracker container or other secure container
+system to provide more general isolation if evaluating untrusted code.
diff --git a/go-jsonnet/Makefile b/go-jsonnet/Makefile
new file mode 100644
index 0000000000..1cddb4d075
--- /dev/null
+++ b/go-jsonnet/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD$
+
+DISTNAME= go-jsonnet-0.22.0
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=google/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://jsonnet.org/
+COMMENT= Implementation of Jsonnet in pure Go
+LICENSE= apache-2.0
+
+CONFLICTS+= jsonnet-[0-9]*
+
+USE_LANGUAGES= c c++
+
+post-install:
+.for f in c-bindings dumpstdlibast jsonnet-lint
+ ${RM} ${DESTDIR}${PREFIX}/bin/${f}
+.endfor
+
+.include "go-modules.mk"
+
+.include "../../lang/go/go-module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/go-jsonnet/PLIST b/go-jsonnet/PLIST
new file mode 100644
index 0000000000..ca624cf388
--- /dev/null
+++ b/go-jsonnet/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+bin/jsonnet
+bin/jsonnet-deps
+bin/jsonnetfmt
diff --git a/go-jsonnet/distinfo b/go-jsonnet/distinfo
new file mode 100644
index 0000000000..ed70d63a9a
--- /dev/null
+++ b/go-jsonnet/distinfo
@@ -0,0 +1,95 @@
+$NetBSD$
+
+BLAKE2s (github.com_davecgh_go-spew_@v_v1.1.0.mod) = eee11d0ec5d2260dc11d9bfe8f9d523e54530b71cc8357f43c0214b3b74bef5c
+SHA512 (github.com_davecgh_go-spew_@v_v1.1.0.mod) = 5e079462f7e0dff0efda71f580aa185700cfa936b718a19d0e2a8c63212e47a07022dca0c282832d48e5165aae8e82aeeeb2ac3664268f1148fc772010fb860e
+Size (github.com_davecgh_go-spew_@v_v1.1.0.mod) = 34 bytes
+BLAKE2s (github.com_davecgh_go-spew_@v_v1.1.1.mod) = eee11d0ec5d2260dc11d9bfe8f9d523e54530b71cc8357f43c0214b3b74bef5c
+SHA512 (github.com_davecgh_go-spew_@v_v1.1.1.mod) = 5e079462f7e0dff0efda71f580aa185700cfa936b718a19d0e2a8c63212e47a07022dca0c282832d48e5165aae8e82aeeeb2ac3664268f1148fc772010fb860e
+Size (github.com_davecgh_go-spew_@v_v1.1.1.mod) = 34 bytes
+BLAKE2s (github.com_fatih_color_@v_v1.18.0.mod) = 563a7be56d4fc4cd173718d23227cd95829888341b21dcbb0ea4711293a0cebf
+SHA512 (github.com_fatih_color_@v_v1.18.0.mod) = a043bf3205a4ff88582acef109693cba029d5b5ebd7afb758be8b5a6da9b5f930702522c25a36b508c7d916a8c41cc6af6f8d9cfcca9f1c382cce7110e7993f1
+Size (github.com_fatih_color_@v_v1.18.0.mod) = 161 bytes
+BLAKE2s (github.com_fatih_color_@v_v1.18.0.zip) = fb631d8a7466edbbf46afd150cf5449a9a009a28f87dfb6e288f873dc45349a3
+SHA512 (github.com_fatih_color_@v_v1.18.0.zip) = e2c555f753d18af05998dcb3122f3b55a511f6aa08481a3ed41482a6d9803b2cd1612a6e0ff7716d76088655d152946771f3f9d40fc05b14bfc54a0149d3f201
+Size (github.com_fatih_color_@v_v1.18.0.zip) = 15099 bytes
+BLAKE2s (github.com_google_go-cmp_@v_v0.5.9.mod) = becdef0764c43b119969e6c10646c6fafece1f936110eaa977757d2e2e381cd0
+SHA512 (github.com_google_go-cmp_@v_v0.5.9.mod) = 89e0014b0c3ffa2578ab38c237fee3d2280d6955e810c83e426d4924cec07cfc796adc45074fc237629c5ff88a93044dc406472febf1adf73deae82cb1b24b80
+Size (github.com_google_go-cmp_@v_v0.5.9.mod) = 41 bytes
+BLAKE2s (github.com_kr_pretty_@v_v0.1.0.mod) = 09417ed9d591b5c29a7fce2a9ed872082218f63cf0cfba87355e8e559aeea976
+SHA512 (github.com_kr_pretty_@v_v0.1.0.mod) = 4d841fc7a022e4e09e0a95925ad92a75809a67c30fb88de9190e4a2196383038dab9a5b3294b6a0b4786248977a0e09eea857a34100cbf22f8a52912ce9fa58d
+Size (github.com_kr_pretty_@v_v0.1.0.mod) = 67 bytes
+BLAKE2s (github.com_kr_pty_@v_v1.1.1.mod) = 40cf54480d039c9d4a2692ae500319fdc6cb62b869b60976b3df99163869894d
+SHA512 (github.com_kr_pty_@v_v1.1.1.mod) = 967fcdce835c12afbf3b12bb204a256f32d46a3da535e2a7250159f62781a163ee107dd2a4fa20743b76bbf52b97e627e11e895c8d5ef73aede37d6a89e326eb
+Size (github.com_kr_pty_@v_v1.1.1.mod) = 25 bytes
+BLAKE2s (github.com_kr_text_@v_v0.1.0.mod) = 680f50a44801214a99d92a8314fc050a200f0c8ee971e7c64ba69346c5554425
+SHA512 (github.com_kr_text_@v_v0.1.0.mod) = 11d2502a7d241a0edf4e67bcb651a890a12f49d00f8b944cc9eb8f6e9cf5fbb2b2827e696021649bc795ffa275e95ee700e4a1706e03e88fa9ae079f5b9f48ce
+Size (github.com_kr_text_@v_v0.1.0.mod) = 64 bytes
+BLAKE2s (github.com_mattn_go-colorable_@v_v0.1.13.mod) = 36f79b7fcb39076f53a906107c969283c2f8574a9e531e9e3881714f14b38d76
+SHA512 (github.com_mattn_go-colorable_@v_v0.1.13.mod) = 06f4dc07b1db28632ed92b0e2443a2376537f68ea0335531e4de79dcf1bceb46c7a031930367b7db31094bce46d4701c6a5d410ba2d4b53ef5de5272d388cc23
+Size (github.com_mattn_go-colorable_@v_v0.1.13.mod) = 90 bytes
+BLAKE2s (github.com_mattn_go-colorable_@v_v0.1.13.zip) = f16520fa57c133e232392708659fc7b02b21d96cf386a08ef13f5dc303226278
+SHA512 (github.com_mattn_go-colorable_@v_v0.1.13.zip) = 5f281638b231610eb935dc7ab89b74997f62d5e5d07931c1f60578940a7749032c816f1e9446eda56a991bf615d0807788839d860029ca4792928332b747d63e
+Size (github.com_mattn_go-colorable_@v_v0.1.13.zip) = 13909 bytes
+BLAKE2s (github.com_mattn_go-isatty_@v_v0.0.16.mod) = 9ab0e18450ce1411fd7541669c1b29e58ebdb56bf51d7257adbef3a06f80c73f
+SHA512 (github.com_mattn_go-isatty_@v_v0.0.16.mod) = fa6d9703ba17668a67a2c80fba6ce5d7a682c1ee225591f31b32141a68f47c3ae98a93a59b0a6b5f9b40770b56933fe96da87754b28200df8640187acf203715
+Size (github.com_mattn_go-isatty_@v_v0.0.16.mod) = 104 bytes
+BLAKE2s (github.com_mattn_go-isatty_@v_v0.0.20.mod) = 779efb55fdcfefacdd39190c04ee6ce80f51999e7500c46db997722d7af26586
+SHA512 (github.com_mattn_go-isatty_@v_v0.0.20.mod) = 9f1baeff279dfddcbc2c93a65b56b432ae90fc360b59809ef755bb13c02b5beb87f8e70e6d4397a85c0f20e1ec50f572558535eb401b1a48d2b40f9f4aa2eaa2
+Size (github.com_mattn_go-isatty_@v_v0.0.20.mod) = 76 bytes
+BLAKE2s (github.com_mattn_go-isatty_@v_v0.0.20.zip) = 2d2cb2dfbdd0ab3966083e41da0935841137086e5ae572048732f45c92b2f532
+SHA512 (github.com_mattn_go-isatty_@v_v0.0.20.zip) = 55d1fca3591dfa9c350a1509c47be776186247adb5b43b6c047743ac265d4cff5252584fa76b4030f9c47bee9eedd610b1c90dbf690b2cdeeabc1f3a95fcd390
+Size (github.com_mattn_go-isatty_@v_v0.0.20.zip) = 8936 bytes
+BLAKE2s (github.com_pmezard_go-difflib_@v_v1.0.0.mod) = 365dee34dcd09f0fbcccb2fff0be74a00fe71a80b9104b1ad3a3c199a48f5a28
+SHA512 (github.com_pmezard_go-difflib_@v_v1.0.0.mod) = c3d5c48cdb8ba6af7071a07cfede06e0ab67e3726d9de592a952fad40167dcbdd9621dc2c4df1bd3c28eb99d70b1b6d8d812441237c35bf492e5b7f07bd33902
+Size (github.com_pmezard_go-difflib_@v_v1.0.0.mod) = 37 bytes
+BLAKE2s (github.com_sergi_go-diff_@v_v1.3.1.mod) = ec70a3d7786c2e883f2d717f3b0ac77e229289436fbc6e3058a659eb549cb03c
+SHA512 (github.com_sergi_go-diff_@v_v1.3.1.mod) = ed8a3b946be7a0dbad458743b6bc871ceef1def2fe597f56730ebf19aed6b6f33c29baf184ebfcb0519ed7b86fc2c30dcd60f4d55f1230e6328fd7dbeded5416
+Size (github.com_sergi_go-diff_@v_v1.3.1.mod) = 281 bytes
+BLAKE2s (github.com_sergi_go-diff_@v_v1.3.1.zip) = 1a8127fe008e567c6807a673a9a851cb7d97983fef23490bfda47241da025b4f
+SHA512 (github.com_sergi_go-diff_@v_v1.3.1.zip) = 58540fb7bb76f955827204debc28471d0ad9a740b1e1f94450c3e7467c50468905664ac4695988d723b11d30eddfe7d40b050940fb57a80b656afdb6e54ef057
+Size (github.com_sergi_go-diff_@v_v1.3.1.zip) = 1350532 bytes
+BLAKE2s (github.com_stretchr_objx_@v_v0.1.0.mod) = 1eb73df00a63ad02b651d13ef6fec7b4842f22c3ecf50546104fddb717aa1c0b
+SHA512 (github.com_stretchr_objx_@v_v0.1.0.mod) = 4e366e5a60559a8863cb2a50280deb307d8bf885ca5440cce1b49a084b4cc4583b3481240125f35f161226592a43f2c0a426152f117d79b68c92c72a93f751d5
+Size (github.com_stretchr_objx_@v_v0.1.0.mod) = 32 bytes
+BLAKE2s (github.com_stretchr_testify_@v_v1.4.0.mod) = 9179c7414f86e4995f5ca5e59c7c0132f9e4e770bf13a1dbffd4da30787f776a
+SHA512 (github.com_stretchr_testify_@v_v1.4.0.mod) = 243bf1f69c146252164ad72f853773dcc77f15d7c9e9b731bee26a95e7c8f4ce9ed9738db601b01edb82f4b3808873e1f153a6d4a0c97be0babbe65abc0f8d52
+Size (github.com_stretchr_testify_@v_v1.4.0.mod) = 179 bytes
+BLAKE2s (go-jsonnet-0.22.0.tar.gz) = 5a66ebb05d076083e42c423ebead0d8d91b69b2910a99cfe2ff50b9209efc984
+SHA512 (go-jsonnet-0.22.0.tar.gz) = 8e28cbd1166eb073c5d82dc8d7ffcd3416ce58fc5bc72bd688eac7b3dc510f3ab2f4eaced9b99af71ec1a921363a884d38b46a88f674f525ea92c92751f556b0
+Size (go-jsonnet-0.22.0.tar.gz) = 761437 bytes
+BLAKE2s (golang.org_x_crypto_@v_v0.45.0.mod) = e73fffd9c847ca3e57d8a6e26e81e4bb189e9ee02324de1f6c785148b22569b8
+SHA512 (golang.org_x_crypto_@v_v0.45.0.mod) = 29d25b41c2802761da784afe6fbee78b494119bfb389887c2f300b9106ca4b2db0b9b42fb2491d1514c7785a416d0d37f5d71b6e25e40a6c50223f777a703f6a
+Size (golang.org_x_crypto_@v_v0.45.0.mod) = 192 bytes
+BLAKE2s (golang.org_x_crypto_@v_v0.45.0.zip) = 08e8f09f0f2570be885e710c2eb873c2deda7c8f83efdac3d8a771e85934425b
+SHA512 (golang.org_x_crypto_@v_v0.45.0.zip) = cc98fde38f94ae23493efb80da0b699e06845750c066dc158601477a25a20040e8282ee033d612e131158e7409a4093f97a8e5f7297caf4fef56d983bca5f7a9
+Size (golang.org_x_crypto_@v_v0.45.0.zip) = 2223680 bytes
+BLAKE2s (golang.org_x_sys_@v_v0.0.0-20220811171246-fbc7d0a398ab.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c
+SHA512 (golang.org_x_sys_@v_v0.0.0-20220811171246-fbc7d0a398ab.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655
+Size (golang.org_x_sys_@v_v0.0.0-20220811171246-fbc7d0a398ab.mod) = 33 bytes
+BLAKE2s (golang.org_x_sys_@v_v0.38.0.mod) = 915c9f3168174156bdb5abccea1b8714d7b590a7aa09c8fdc407b0f1c81398bb
+SHA512 (golang.org_x_sys_@v_v0.38.0.mod) = 6abdaf0a6b14413cece09d1bfff7627d586924d4b68c37d3faeacb926291654ac1928d2d8b91b6f8a1b277244e8bc1f7b8cf308173ddfa6e5207e52d8a86a84d
+Size (golang.org_x_sys_@v_v0.38.0.mod) = 35 bytes
+BLAKE2s (golang.org_x_sys_@v_v0.38.0.zip) = 778dc5a3d9916c49eed17876f5d6b3f46a87b6f10606352802f1b6f557349ae6
+SHA512 (golang.org_x_sys_@v_v0.38.0.zip) = a27063c45398b62ffa638b8380b40139c71558c77cec443bd47ead7be5df29dbf04ef9065522b9d3668f8cf01e34bd2b71d0a530cb5427781408e4112fa66611
+Size (golang.org_x_sys_@v_v0.38.0.zip) = 2002991 bytes
+BLAKE2s (golang.org_x_sys_@v_v0.6.0.mod) = 66613eb38a59b8a7f75e1aaeb294a1c4ea290d4e9ae699137566025e50ed741c
+SHA512 (golang.org_x_sys_@v_v0.6.0.mod) = 85e511b1261c1935f5ee4754ad31d1d946f9e10f0af9905f44c4348d6ce5104319c03fb38517dde616698f6487b0c62788cfa96bc0ffb3b6db80accd7e552655
+Size (golang.org_x_sys_@v_v0.6.0.mod) = 33 bytes
+BLAKE2s (gopkg.in_check.v1_@v_v0.0.0-20161208181325-20d25e280405.mod) = 35cd1964700502d06b8c987979fb4dbddc41a5cda3368d037211b89d3587521f
+SHA512 (gopkg.in_check.v1_@v_v0.0.0-20161208181325-20d25e280405.mod) = 9ac0f80ef05881387cb2f48f81560f3207fe586ea16495383662e6d62e43d93fac01dfe72e1d0063d3ab065331dab3a8098d7da4f1830ba1aff6f27f8e1bc1b2
+Size (gopkg.in_check.v1_@v_v0.0.0-20161208181325-20d25e280405.mod) = 25 bytes
+BLAKE2s (gopkg.in_check.v1_@v_v1.0.0-20190902080502-41f04d3bba15.mod) = 35cd1964700502d06b8c987979fb4dbddc41a5cda3368d037211b89d3587521f
+SHA512 (gopkg.in_check.v1_@v_v1.0.0-20190902080502-41f04d3bba15.mod) = 9ac0f80ef05881387cb2f48f81560f3207fe586ea16495383662e6d62e43d93fac01dfe72e1d0063d3ab065331dab3a8098d7da4f1830ba1aff6f27f8e1bc1b2
+Size (gopkg.in_check.v1_@v_v1.0.0-20190902080502-41f04d3bba15.mod) = 25 bytes
+BLAKE2s (gopkg.in_yaml.v2_@v_v2.2.2.mod) = 691acd4b5c50e04e1b7c87adca46561b84e6c3af636d689c92392dc056e48d28
+SHA512 (gopkg.in_yaml.v2_@v_v2.2.2.mod) = 916ff67ddb6c2ba39905db4277ce42596d9ca5a42f8aa7f47f16335e78d91a1b30419fd1b7b6967b37e248363397ec527b38d2f500b3546edda5d2bce1944379
+Size (gopkg.in_yaml.v2_@v_v2.2.2.mod) = 95 bytes
+BLAKE2s (gopkg.in_yaml.v2_@v_v2.4.0.mod) = bc2baf62a6e657cc41127b91b88509b4f2c0db68f57858ff8353d3f778154862
+SHA512 (gopkg.in_yaml.v2_@v_v2.4.0.mod) = 2790882fbfa812468b9b3443630b1f1ee67a968eb20da8e4a1bfd410e4b516a8a7e77c07414b64f17e11e2151161b85d019e172cc833a45b19e66d4c70f89f82
+Size (gopkg.in_yaml.v2_@v_v2.4.0.mod) = 95 bytes
+BLAKE2s (sigs.k8s.io_yaml_@v_v1.4.0.mod) = 3c2615cf1ff5d0af786a1a56f80147464b37539db03e4f80226afa91ab302f3f
+SHA512 (sigs.k8s.io_yaml_@v_v1.4.0.mod) = 82766964fa0bee72f04a3034bcf52119eceb5c32352c2bb810650152a0a0e69510ff9e62446e5faf31aaa354ed0c63da6fcd4c2e5eb5e43f10a73a57a26b5244
+Size (sigs.k8s.io_yaml_@v_v1.4.0.mod) = 133 bytes
+BLAKE2s (sigs.k8s.io_yaml_@v_v1.4.0.zip) = ca675a917c8d85d20eba511ba252a0de1ae4ee108e7411f76b45ea96f552db1c
+SHA512 (sigs.k8s.io_yaml_@v_v1.4.0.zip) = 2e2a9f9c697333c443722ee2272a1056aecd30efd8deff1585b8435892de634d003ac59b2fddcc8a6a4ac297ae5408baf1c7e1eb139349d238f8ab07266f4d68
+Size (sigs.k8s.io_yaml_@v_v1.4.0.zip) = 222726 bytes
diff --git a/go-jsonnet/go-modules.mk b/go-jsonnet/go-modules.mk
new file mode 100644
index 0000000000..40b2ced571
--- /dev/null
+++ b/go-jsonnet/go-modules.mk
@@ -0,0 +1,32 @@
+# $NetBSD$
+
+GO_MODULE_FILES+= github.com/davecgh/go-spew/@v/v1.1.0.mod
+GO_MODULE_FILES+= github.com/davecgh/go-spew/@v/v1.1.1.mod
+GO_MODULE_FILES+= github.com/fatih/color/@v/v1.18.0.mod
+GO_MODULE_FILES+= github.com/fatih/color/@v/v1.18.0.zip
+GO_MODULE_FILES+= github.com/google/go-cmp/@v/v0.5.9.mod
+GO_MODULE_FILES+= github.com/kr/pretty/@v/v0.1.0.mod
+GO_MODULE_FILES+= github.com/kr/pty/@v/v1.1.1.mod
+GO_MODULE_FILES+= github.com/kr/text/@v/v0.1.0.mod
+GO_MODULE_FILES+= github.com/mattn/go-colorable/@v/v0.1.13.mod
+GO_MODULE_FILES+= github.com/mattn/go-colorable/@v/v0.1.13.zip
+GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.16.mod
+GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.20.mod
+GO_MODULE_FILES+= github.com/mattn/go-isatty/@v/v0.0.20.zip
+GO_MODULE_FILES+= github.com/pmezard/go-difflib/@v/v1.0.0.mod
+GO_MODULE_FILES+= github.com/sergi/go-diff/@v/v1.3.1.mod
+GO_MODULE_FILES+= github.com/sergi/go-diff/@v/v1.3.1.zip
+GO_MODULE_FILES+= github.com/stretchr/objx/@v/v0.1.0.mod
+GO_MODULE_FILES+= github.com/stretchr/testify/@v/v1.4.0.mod
+GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.45.0.mod
+GO_MODULE_FILES+= golang.org/x/crypto/@v/v0.45.0.zip
+GO_MODULE_FILES+= golang.org/x/sys/@v/v0.0.0-20220811171246-fbc7d0a398ab.mod
+GO_MODULE_FILES+= golang.org/x/sys/@v/v0.38.0.mod
+GO_MODULE_FILES+= golang.org/x/sys/@v/v0.38.0.zip
+GO_MODULE_FILES+= golang.org/x/sys/@v/v0.6.0.mod
+GO_MODULE_FILES+= gopkg.in/check.v1/@v/v0.0.0-20161208181325-20d25e280405.mod
+GO_MODULE_FILES+= gopkg.in/check.v1/@v/v1.0.0-20190902080502-41f04d3bba15.mod
+GO_MODULE_FILES+= gopkg.in/yaml.v2/@v/v2.2.2.mod
+GO_MODULE_FILES+= gopkg.in/yaml.v2/@v/v2.4.0.mod
+GO_MODULE_FILES+= sigs.k8s.io/yaml/@v/v1.4.0.mod
+GO_MODULE_FILES+= sigs.k8s.io/yaml/@v/v1.4.0.zip
Home |
Main Index |
Thread Index |
Old Index