pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/regal



Module Name:    pkgsrc
Committed By:   leot
Date:           Fri Feb 23 22:41:20 UTC 2024

Modified Files:
        pkgsrc/devel/regal: Makefile distinfo go-modules.mk

Log Message:
regal: Update to 0.17.0

Changes:
v0.17.0
-------
This is a fairly big release, adding 4 new linter rules and a whole
bunch of improvements and fixes.

- New rule: `with-outside-test-context`
- New rule: `circular-import`
- New rule: `rule-name-repeats-package`
- New rule: `double negative`

## Improvements

* The Regal language server now supports client shutdown messages
* The docs on how to ignore rules and files have been greatly improved.

## Bugs Fixed

* Fix false positives in prefer-some-in-iteration
* Fix false positive in external-reference rule when using `=` for
  assignment (although you shouldn't!)
* The Regal language server now correctly handles URIs and paths on Windows

## Ecosystem

The setup-regal GitHub Action has been promoted to v1. This fixes the
warning in pipelines about depending on an old Node version. Make sure
to update your workflows!

v0.16.0
-------
This release adds 2 new linter rules and a language server protocol
(LSP) implementation to Regal.

- New rule: `duplicate-rule`
- New rule: `use-rego-v1`

## New feature: Regal language server

The Language Server Protocol (LSP) provides a way for editors to
integrate support for various programming languages using a common
protocol. Using an LSP server implementation rather than one built
specifically for a single editor allows the same code to be used across
all editors with LSP support. v0.16.0 brings a language server mode to
Regal, allowing diagnostics (i.e. linting) of Rego to be performed
continuously in a workspace rather than as a one-off CLI operation.
This is the first step towards bringing Regal into editors like VS
Code, and having linting of Rego natively supported as you work with
your policies. Expect to see more in this space soon!


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/regal/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/regal/distinfo \
    pkgsrc/devel/regal/go-modules.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/regal/Makefile
diff -u pkgsrc/devel/regal/Makefile:1.15 pkgsrc/devel/regal/Makefile:1.16
--- pkgsrc/devel/regal/Makefile:1.15    Wed Feb  7 14:50:50 2024
+++ pkgsrc/devel/regal/Makefile Fri Feb 23 22:41:20 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2024/02/07 14:50:50 bsiegert Exp $
+# $NetBSD: Makefile,v 1.16 2024/02/23 22:41:20 leot Exp $
 
-DISTNAME=      regal-0.15.0
-PKGREVISION=   2
+DISTNAME=      regal-0.17.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=StyraInc/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/devel/regal/distinfo
diff -u pkgsrc/devel/regal/distinfo:1.7 pkgsrc/devel/regal/distinfo:1.8
--- pkgsrc/devel/regal/distinfo:1.7     Sun Jan  7 10:42:23 2024
+++ pkgsrc/devel/regal/distinfo Fri Feb 23 22:41:20 2024
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2024/01/07 10:42:23 leot Exp $
+$NetBSD: distinfo,v 1.8 2024/02/23 22:41:20 leot Exp $
 
 BLAKE2s (dario.cat_mergo_@v_v1.0.0.mod) = 0af2e8f4417b8a004650a071a3fcd9716e3bb01ac60f24dc579155e301d2911f
 SHA512 (dario.cat_mergo_@v_v1.0.0.mod) = 706f0038b07866385f4d91a8a28e4b9648c1bd45f0f7124f97069bfa1af16ce6ea77fadd0585c050996c9a36001151b68bdd1d6a6c44fd8645865ef76a7c0c57
@@ -102,12 +102,12 @@ Size (github.com_go-ini_ini_@v_v1.67.0.z
 BLAKE2s (github.com_go-logr_logr_@v_v1.2.2.mod) = 54daee7499cc13c6940dbe895aa9e993436c4f611f688ab703a8f14e29d79e2e
 SHA512 (github.com_go-logr_logr_@v_v1.2.2.mod) = c9225b7852db46ece49121f957a38d7a7cd4a63dad0286e5748bd02ec52db9469e433113f7285aee1170ab2a719a255815c71208816013ad7e51d2cd462138aa
 Size (github.com_go-logr_logr_@v_v1.2.2.mod) = 40 bytes
-BLAKE2s (github.com_go-logr_logr_@v_v1.4.0.mod) = 59a6fc2b2b43d49b3107b4ab1b5cb3cb2d924e6f2bb0fc9d63baf37f9c86de1a
-SHA512 (github.com_go-logr_logr_@v_v1.4.0.mod) = 72c33f657f69ad01f26f87045b0d30ae736054525e5012cb771baabbab7b9a1d60d3c9b31ce0163be4252ea4401cd0229b9b757b12133629abe5f444179fcb44
-Size (github.com_go-logr_logr_@v_v1.4.0.mod) = 40 bytes
-BLAKE2s (github.com_go-logr_logr_@v_v1.4.0.zip) = fdb7ceef3630a32838efcea0abff2adceccbb83c6abd5b4d42ddbcc665f92f5c
-SHA512 (github.com_go-logr_logr_@v_v1.4.0.zip) = 9246dc1b15d1fce03c0d6afa43adf8c4bfb5eac35ae389f4e5c3ec6a2b6c673dc74bdc9f36f37574112977ed2ae56a80f23c3ef6ffccbc05694386039c12b9bc
-Size (github.com_go-logr_logr_@v_v1.4.0.zip) = 89956 bytes
+BLAKE2s (github.com_go-logr_logr_@v_v1.4.1.mod) = 59a6fc2b2b43d49b3107b4ab1b5cb3cb2d924e6f2bb0fc9d63baf37f9c86de1a
+SHA512 (github.com_go-logr_logr_@v_v1.4.1.mod) = 72c33f657f69ad01f26f87045b0d30ae736054525e5012cb771baabbab7b9a1d60d3c9b31ce0163be4252ea4401cd0229b9b757b12133629abe5f444179fcb44
+Size (github.com_go-logr_logr_@v_v1.4.1.mod) = 40 bytes
+BLAKE2s (github.com_go-logr_logr_@v_v1.4.1.zip) = 460bf02635a7666105f4dc25c9603ab508e63b55b11e21c2ef97cbdadb5813b2
+SHA512 (github.com_go-logr_logr_@v_v1.4.1.zip) = d6ba8e0c8afdd33ae2ef1ef34375aca2b0d10540d87b348156f20fe7eba80f4beb3c5f12bcd8d256dd9230c88556ba2ae0e56b8be342645cb0bfdf23e5406ff1
+Size (github.com_go-logr_logr_@v_v1.4.1.zip) = 89970 bytes
 BLAKE2s (github.com_go-logr_stdr_@v_v1.2.2.mod) = 4da4c67edfd0f7172b77d9954fcfb1ae5e6898975492c8d1838bc4acf92b5ebd
 SHA512 (github.com_go-logr_stdr_@v_v1.2.2.mod) = e809b460484820577148d4e22521d7e76d5110e291709c20558e69e478b722b2b8935d7cf08f7a780664ca2adb3045a76f3b545fe8cff52e41d9816de010d0e6
 Size (github.com_go-logr_stdr_@v_v1.2.2.mod) = 80 bytes
@@ -159,18 +159,21 @@ Size (github.com_google_pprof_@v_v0.0.0-
 BLAKE2s (github.com_google_pprof_@v_v0.0.0-20231212022811-ec68065c825e.zip) = d2f4d7f26e18e61d63dbca8599dca63d727b24df8f43158ba360d51b99c62350
 SHA512 (github.com_google_pprof_@v_v0.0.0-20231212022811-ec68065c825e.zip) = 
a96883192f78cab6a1aa569c4f09efa04dd6a9633a1746bbca02752494ead2c1814e1ea54034ed8abc221a269f190c2b5c02a9d61deb4f3ed47d5d4bdbce8327
 Size (github.com_google_pprof_@v_v0.0.0-20231212022811-ec68065c825e.zip) = 4944454 bytes
-BLAKE2s (github.com_google_uuid_@v_v1.5.0.mod) = 4950daf6c771a2feda754cc244ccb1881f07c2cb2b780da0d81b7f5e991a5c00
-SHA512 (github.com_google_uuid_@v_v1.5.0.mod) = 695f3424e0cc247a069fbd6b94820554e003030eb0e208ba7be38f660c5fc29f74a057e60031ec77918b5b320913d6deabdf19a0f0666b0f5bc5e2724e1fddba
-Size (github.com_google_uuid_@v_v1.5.0.mod) = 30 bytes
-BLAKE2s (github.com_google_uuid_@v_v1.5.0.zip) = 3fdbb3515b010f559873ab9a743db99ff4a9cc574343543fe07ef52ff6dd1bf9
-SHA512 (github.com_google_uuid_@v_v1.5.0.zip) = 4aa636b18d4a18194981c7483a9ee362774876cb266f18f4e1dc33e82787e3727c08e9dbaa50c3d645ab702c1c19057354e06a495fb7aa41b6e15bd71b2d558f
-Size (github.com_google_uuid_@v_v1.5.0.zip) = 31130 bytes
+BLAKE2s (github.com_google_uuid_@v_v1.6.0.mod) = 4950daf6c771a2feda754cc244ccb1881f07c2cb2b780da0d81b7f5e991a5c00
+SHA512 (github.com_google_uuid_@v_v1.6.0.mod) = 695f3424e0cc247a069fbd6b94820554e003030eb0e208ba7be38f660c5fc29f74a057e60031ec77918b5b320913d6deabdf19a0f0666b0f5bc5e2724e1fddba
+Size (github.com_google_uuid_@v_v1.6.0.mod) = 30 bytes
+BLAKE2s (github.com_google_uuid_@v_v1.6.0.zip) = dbfff111391c0755e944fbd8c6c53d928da9001f70340c681686b2f413d453dd
+SHA512 (github.com_google_uuid_@v_v1.6.0.zip) = 9ce996a3e7257ea896c1a0469cbd2010be969098443fe096e2679cb343aa8b74e5a9e39ac95e866c8ffa681d7e9d7a3c864acb2958735200826fe326f886064e
+Size (github.com_google_uuid_@v_v1.6.0.zip) = 31981 bytes
 BLAKE2s (github.com_gorilla_mux_@v_v1.8.1.mod) = 698a1c8a86d4f4b0c644fa42e029ea10467ee126cbbe9710d3f373fc6db68a67
 SHA512 (github.com_gorilla_mux_@v_v1.8.1.mod) = 9beac06d199c74d79860c46081447969f3195462eb1f15110c5916a6d5b806015b304c56b6415204060ad0b38153f5b974f0790621eadc0a1cabd01a7cf7e43c
 Size (github.com_gorilla_mux_@v_v1.8.1.mod) = 39 bytes
 BLAKE2s (github.com_gorilla_mux_@v_v1.8.1.zip) = 8546c5a2c692d3d229c5f4ce8672c3e485de9133eaeed73ba8d7310568473dbf
 SHA512 (github.com_gorilla_mux_@v_v1.8.1.zip) = 554c367c524ce6f17003fea3307da13f24ccf6cd918765c08e0551020399d7a7d6fad84acf40429784bd1833bed2c010b11913bf75247033f57796fed99b5171
 Size (github.com_gorilla_mux_@v_v1.8.1.zip) = 60113 bytes
+BLAKE2s (github.com_gorilla_websocket_@v_v1.4.1.mod) = dbf53703a57aa05392a4753b21d683ec3798f5a11d06fc84a30426f87315008d
+SHA512 (github.com_gorilla_websocket_@v_v1.4.1.mod) = 81ef224435efb5cbd429dd4339e8410234855f4a268302a61d34e76c388e89ea22c97ae90d71a6ef910ca00d3178e40d3587eaf484112966050fbd1f1f4843ab
+Size (github.com_gorilla_websocket_@v_v1.4.1.mod) = 45 bytes
 BLAKE2s (github.com_grpc-ecosystem_grpc-gateway_v2_@v_v2.18.0.mod) = 42370972d8cf5e45076d339daf9af6238ef9891f9c18fa448ed69559bd0da6d5
 SHA512 (github.com_grpc-ecosystem_grpc-gateway_v2_@v_v2.18.0.mod) = 2eb8e3eb07735fbf4a12d51db0053c3ee9b9e213716a1b9e8f0eaf40e61f26b2cf221520768e6dbbd2921904b732cc2840c1896862a5642f3b01e65e197cf41c
 Size (github.com_grpc-ecosystem_grpc-gateway_v2_@v_v2.18.0.mod) = 879 bytes
@@ -258,12 +261,12 @@ Size (github.com_olekukonko_tablewriter_
 BLAKE2s (github.com_olekukonko_tablewriter_@v_v0.0.5.zip) = e5d294dd8e425d25d1bc99ed2620a8bf4072b7d19f74408fd4b35331af3afcd3
 SHA512 (github.com_olekukonko_tablewriter_@v_v0.0.5.zip) = 51ac6647cf44f5ba36d9209576dff1f2f133ec8b0a13a957e4642e3034b2d2b755de8ebf34a0c77f146b3f33044cc2f71a85e512690553e3a3bf311c2f46bae8
 Size (github.com_olekukonko_tablewriter_@v_v0.0.5.zip) = 24933 bytes
-BLAKE2s (github.com_open-policy-agent_opa_@v_v0.60.0.mod) = 32a3baa1e4a1ee9524d34c2c6ffa54d35e41186cb6466ee420ac00d33ba2f185
-SHA512 (github.com_open-policy-agent_opa_@v_v0.60.0.mod) = 7737c92042d254a9ffb670d894c1d43e74e86f5583e300ba0377d66f109624d516ee1397a689432ec225003a26fe1519406dd2c3c1141cc89296f329424a4627
-Size (github.com_open-policy-agent_opa_@v_v0.60.0.mod) = 4819 bytes
-BLAKE2s (github.com_open-policy-agent_opa_@v_v0.60.0.zip) = 9a25b40cbe4fa907ffade2798dc5b7a431adf1be1f686e19ea06d3b00336a8ed
-SHA512 (github.com_open-policy-agent_opa_@v_v0.60.0.zip) = 931713f1316cdf3d13ab42db065d1ed8d65190488b5abe0832a5fbe5f4c6eaea6a0982b05798f97f9cd4f33839eab28fd27bc460dc04f8517ccad2b529f69de9
-Size (github.com_open-policy-agent_opa_@v_v0.60.0.zip) = 25403498 bytes
+BLAKE2s (github.com_open-policy-agent_opa_@v_v0.61.0.mod) = 4f99d5f87e5ac4cc95882904db12220f2e57bb91d012500578aff0ae7c0436a3
+SHA512 (github.com_open-policy-agent_opa_@v_v0.61.0.mod) = 5e702525b14ec65487b76f4c7d20708dbb48b04e183a27b283d66c97f80af90ac871c217db6e94d86781bf9e473697815fcb1915df435e21bd9cade107a0dcc0
+Size (github.com_open-policy-agent_opa_@v_v0.61.0.mod) = 4822 bytes
+BLAKE2s (github.com_open-policy-agent_opa_@v_v0.61.0.zip) = 13ef68a31d5c730ba3a9e49b7f56f43d9e2dc0b4a87f4550fa7caad80d7524be
+SHA512 (github.com_open-policy-agent_opa_@v_v0.61.0.zip) = 2ab6ec5c617aeeaac7b861e55977cf237978e490e1e6d112a4b2a3bb263bf410d798e0eb83894d7beb50e17b4d1e81047d5091f981039e43441ef69743d5eee8
+Size (github.com_open-policy-agent_opa_@v_v0.61.0.zip) = 25540575 bytes
 BLAKE2s (github.com_owenrumney_go-sarif_@v_v1.1.1.mod) = 0a135eb9e133926e3706feda2e6a4c7281f8ff0a6e06e3801643349d3e7d8e40
 SHA512 (github.com_owenrumney_go-sarif_@v_v1.1.1.mod) = b77bfbe135dc68d97480d97e02f8c06d33d555f93a9d0721f32ee012ef99e74f61e7bb786c73b1d9f4bfdda7fc0a44d15224d38ee41c3cb3028290c1d49a7ab0
 Size (github.com_owenrumney_go-sarif_@v_v1.1.1.mod) = 131 bytes
@@ -288,12 +291,12 @@ Size (github.com_pkg_profile_@v_v1.7.0.z
 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_prometheus_client_golang_@v_v1.17.0.mod) = 7f5e18bf56d498a73a3b6613f03afad8c8f9fc64e1b2b91dfdb930012d5fd5a2
-SHA512 (github.com_prometheus_client_golang_@v_v1.17.0.mod) = ae92c8aa8269e448181ba51232172d10a1c1666a02434ad9573c0331129ec1b0375eb623dec3785458a53a46910fe7a8b7fa578e128ece9641e6c7d704fea946
-Size (github.com_prometheus_client_golang_@v_v1.17.0.mod) = 1099 bytes
-BLAKE2s (github.com_prometheus_client_golang_@v_v1.17.0.zip) = ec574d9a6955288c3c82c537dfbd02dca885467f00c5291fd98cdf61e9f35694
-SHA512 (github.com_prometheus_client_golang_@v_v1.17.0.zip) = 607fee8dbb980b025619430869606c38aef557c0a9313e17e6a0b4ebee54719406ca9d0c9448cc231eb9980d0d1b0d2388709d4a41c174a0a87c8b55338f4ab9
-Size (github.com_prometheus_client_golang_@v_v1.17.0.zip) = 338836 bytes
+BLAKE2s (github.com_prometheus_client_golang_@v_v1.18.0.mod) = e0e3d3ab79c1320e69c24aa8d88af1262eadbebc7c3505076915a4f748526b82
+SHA512 (github.com_prometheus_client_golang_@v_v1.18.0.mod) = f7c663a5a3c2e93ea33b75579be578691519c6251e82a0e2d0d525663e91b58c984ebf1c431b08ab0bca81c259b9006d0062e001e1c94fef1f46505963f0d624
+Size (github.com_prometheus_client_golang_@v_v1.18.0.mod) = 1074 bytes
+BLAKE2s (github.com_prometheus_client_golang_@v_v1.18.0.zip) = 63f5a7bda7b5d8f62b43b3f0246cc04e48a1075994f3ba57c3589517d419ecd2
+SHA512 (github.com_prometheus_client_golang_@v_v1.18.0.zip) = a035a4d9a691070a740042537a1782bc330b9a32d2455d189e733761f3780a0dff4af264c53a98a92c69c2ee95328ef6b776cf58bc73b31387d99664d3cb180e
+Size (github.com_prometheus_client_golang_@v_v1.18.0.zip) = 347569 bytes
 BLAKE2s (github.com_prometheus_client_model_@v_v0.5.0.mod) = 9b6366eb3acde5b682912eab18b4a4f77a9015f1ce1e20879aaab0d606ca557f
 SHA512 (github.com_prometheus_client_model_@v_v0.5.0.mod) = b3e4c829c94d702486ea26fed6add7fe97d3a6df8a725063393a27aaa6a836084d7ef8df13a879321916e87396d7af790b8ead69bb9d17834fe6f0ab8ba3b637
 Size (github.com_prometheus_client_model_@v_v0.5.0.mod) = 95 bytes
@@ -339,6 +342,12 @@ Size (github.com_sirupsen_logrus_@v_v1.9
 BLAKE2s (github.com_sirupsen_logrus_@v_v1.9.4-0.20230606125235-dd1b4c2e81af.zip) = 09b75a16165cc6c9cf1a3095e8cf8c423248b1c58803c6e7c9422f4eb5d2497e
 SHA512 (github.com_sirupsen_logrus_@v_v1.9.4-0.20230606125235-dd1b4c2e81af.zip) = 
10d5dca851c742deabcc9f274b6882f6d461fd948b3522ed9a6b897f4d58ef1bd16be336b6bd091dbb0e81655eb236f0c695ffe3183b0f95eb156c145f9887f9
 Size (github.com_sirupsen_logrus_@v_v1.9.4-0.20230606125235-dd1b4c2e81af.zip) = 74256 bytes
+BLAKE2s (github.com_sourcegraph_jsonrpc2_@v_v0.2.0.mod) = e2f00f0b8ce6d8ae8c39f756e79119459d80211829de06aa4395527bba361798
+SHA512 (github.com_sourcegraph_jsonrpc2_@v_v0.2.0.mod) = bd57233e889c63b5105cbf68a5aff6ea98f227002242e3862098ce51c543b05edc66b63ac0efbeef2f8a5c4ea15febf8015029dd8afdf23254ddb77b00229463
+Size (github.com_sourcegraph_jsonrpc2_@v_v0.2.0.mod) = 93 bytes
+BLAKE2s (github.com_sourcegraph_jsonrpc2_@v_v0.2.0.zip) = d24f9d415045c25b0eab75fd09ab2321cdec185784425820015981573735d2e9
+SHA512 (github.com_sourcegraph_jsonrpc2_@v_v0.2.0.zip) = eced1f032f9ada6bc91a66556bb6f33f1a19c940eec0e2d42d3b2167f754d4d5acb1261fdf0530181a722b4fed67e3b75508f9c0ba944b3418fd2bdee9db918e
+Size (github.com_sourcegraph_jsonrpc2_@v_v0.2.0.zip) = 28275 bytes
 BLAKE2s (github.com_spf13_cobra_@v_v1.8.0.mod) = d7690c7b4cfb2a01283da5b42156904c35546551c443c0f8ff38d44c01985817
 SHA512 (github.com_spf13_cobra_@v_v1.8.0.mod) = 2dc235ca3f562ed6d45c7133d2a73cdc72143986fdd455c0be3dd6d7639ebf4a74b8e82b3782d1bfc826155e6dd9ed3d20b4194d64d055a58b46c53af0cb5cfe
 Size (github.com_spf13_cobra_@v_v1.8.0.mod) = 194 bytes
@@ -483,18 +492,6 @@ Size (golang.org_x_xerrors_@v_v0.0.0-201
 BLAKE2s (google.golang.org_appengine_@v_v1.6.5.mod) = ee43ba13681b6f213d2bd9fc34250aaa38435b625083da360fa60394d013c3fe
 SHA512 (google.golang.org_appengine_@v_v1.6.5.mod) = f99bba4e696291aae951ea3865a1cbaf0ba2df7cde4f86e942b2e5f5a4dfc6dfde95c74e52ff31ba69f2aa2a838d21843343b2203c732279eede5936b92d7c8c
 Size (google.golang.org_appengine_@v_v1.6.5.mod) = 171 bytes
-BLAKE2s (google.golang.org_genproto_googleapis_api_@v_v0.0.0-20231016165738-49dd2c1f3d0b.mod) = d0e53fb47a5bced499c5fcb0ed05a45b75563f3334b6732d534b3aa6dd361e04
-SHA512 (google.golang.org_genproto_googleapis_api_@v_v0.0.0-20231016165738-49dd2c1f3d0b.mod) = 
995e03995945ab91073a593c5e8203b1e62ef2c590febb67b323f5e7b6d8fcaa8c0b23477949730f4ff3ede426fcd46bf00a273f1fca64381e8ef0502b752a2d
-Size (google.golang.org_genproto_googleapis_api_@v_v0.0.0-20231016165738-49dd2c1f3d0b.mod) = 455 bytes
-BLAKE2s (google.golang.org_genproto_googleapis_api_@v_v0.0.0-20231016165738-49dd2c1f3d0b.zip) = 59ed4faaece07592028893ad826c57cbf9495a7bc750609a16a7422afd063d9f
-SHA512 (google.golang.org_genproto_googleapis_api_@v_v0.0.0-20231016165738-49dd2c1f3d0b.zip) = 
b2f6597fb0c86633797f5cbccbc5fa9aac4c2a162c04c4bdf35dc9934fd09416ec841e272037ffc1b5599ea02fa56fc5ad6853fe7fe9db45f4098401c9cc1bd1
-Size (google.golang.org_genproto_googleapis_api_@v_v0.0.0-20231016165738-49dd2c1f3d0b.zip) = 232498 bytes
-BLAKE2s (google.golang.org_genproto_googleapis_rpc_@v_v0.0.0-20231016165738-49dd2c1f3d0b.mod) = 1d6e20700fd98c61c2f3ce604ddffd62ffdd96f420ce9005030873d6c591da9f
-SHA512 (google.golang.org_genproto_googleapis_rpc_@v_v0.0.0-20231016165738-49dd2c1f3d0b.mod) = 
0ad017cdb7b6184d15753240ce299bb1a8e669f0414832b1b6bd89ca2d9e94e07b8ba0f6c236af028c5c764358f423cf879c6faa457ed34ac509eb70cb797d6e
-Size (google.golang.org_genproto_googleapis_rpc_@v_v0.0.0-20231016165738-49dd2c1f3d0b.mod) = 223 bytes
-BLAKE2s (google.golang.org_genproto_googleapis_rpc_@v_v0.0.0-20231016165738-49dd2c1f3d0b.zip) = 29402d0b207a089528d355a988be47b67ed60b5a5cc5f61dc646a976b163bc36
-SHA512 (google.golang.org_genproto_googleapis_rpc_@v_v0.0.0-20231016165738-49dd2c1f3d0b.zip) = 
cef9fbda361f05460e66580a5c120120a015a7354af598b0f249bb2418cd99bb1241cd48a2f690a0d73def635c11889df9498370e8516574b57e900fda3165c4
-Size (google.golang.org_genproto_googleapis_rpc_@v_v0.0.0-20231016165738-49dd2c1f3d0b.zip) = 39163 bytes
 BLAKE2s (google.golang.org_protobuf_@v_v1.26.0-rc.1.mod) = f782892e469e3758f9b25ae9ccc69ab8e30396afa00217ce47a7fe80fe3069d4
 SHA512 (google.golang.org_protobuf_@v_v1.26.0-rc.1.mod) = a7b2aad691925341e3d1f6d1d1453b68386902a4e2e1c0deb406bc157d04328c5519a01ce938a33a6e358cbd9dc0c2f862c9822bde5314d2eb9d416d7bf789d2
 Size (google.golang.org_protobuf_@v_v1.26.0-rc.1.mod) = 83 bytes
@@ -525,9 +522,9 @@ Size (gopkg.in_yaml.v3_@v_v3.0.1.mod) = 
 BLAKE2s (gopkg.in_yaml.v3_@v_v3.0.1.zip) = 2e80fa896e65b1ae160400012c71aeac70e22a31cac82ec4921c85a93d65774c
 SHA512 (gopkg.in_yaml.v3_@v_v3.0.1.zip) = d57b0d42c71ad6503415e42979b51b0dc7f6344072c728ab2e3d4bab88da7b7d775e7f261868909f990f6b44aed6c533966c97bbe333a0acd65fc8bac9d1d4ff
 Size (gopkg.in_yaml.v3_@v_v3.0.1.zip) = 104623 bytes
-BLAKE2s (regal-0.15.0.tar.gz) = 8f2f5a423e52b142fb99ee753a8696de1b8ea8353ae5dee873374768f9855d97
-SHA512 (regal-0.15.0.tar.gz) = d3eb34483dbd8c80de3883cb9b05544b7a9187727d4ec9ec32eef5fda03a3a8e4dc3771f75f1b909024f96dddf3ab895affdeaed561b61ffa8a9eadb8279acd1
-Size (regal-0.15.0.tar.gz) = 946722 bytes
+BLAKE2s (regal-0.17.0.tar.gz) = 5a18232a83cc58e2b7d87e2be0114d5a55668718bfe8e93a583a44682396d8a9
+SHA512 (regal-0.17.0.tar.gz) = fef51c500f87677070ac39153ce670dd75117cafe51c66ecb5684185411489c98ec3e8b40c4f4cd3b1bdc5e148763f99da781d4a529826f8f4d7b90f0937fb06
+Size (regal-0.17.0.tar.gz) = 966905 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
Index: pkgsrc/devel/regal/go-modules.mk
diff -u pkgsrc/devel/regal/go-modules.mk:1.7 pkgsrc/devel/regal/go-modules.mk:1.8
--- pkgsrc/devel/regal/go-modules.mk:1.7        Sun Jan  7 10:42:23 2024
+++ pkgsrc/devel/regal/go-modules.mk    Fri Feb 23 22:41:20 2024
@@ -1,4 +1,4 @@
-# $NetBSD: go-modules.mk,v 1.7 2024/01/07 10:42:23 leot Exp $
+# $NetBSD: go-modules.mk,v 1.8 2024/02/23 22:41:20 leot Exp $
 
 GO_MODULE_FILES+=      dario.cat/mergo/@v/v1.0.0.mod
 GO_MODULE_FILES+=      dario.cat/mergo/@v/v1.0.0.zip
@@ -34,8 +34,8 @@ GO_MODULE_FILES+=     github.com/gdamore/tce
 GO_MODULE_FILES+=      github.com/go-ini/ini/@v/v1.67.0.mod
 GO_MODULE_FILES+=      github.com/go-ini/ini/@v/v1.67.0.zip
 GO_MODULE_FILES+=      github.com/go-logr/logr/@v/v1.2.2.mod
-GO_MODULE_FILES+=      github.com/go-logr/logr/@v/v1.4.0.mod
-GO_MODULE_FILES+=      github.com/go-logr/logr/@v/v1.4.0.zip
+GO_MODULE_FILES+=      github.com/go-logr/logr/@v/v1.4.1.mod
+GO_MODULE_FILES+=      github.com/go-logr/logr/@v/v1.4.1.zip
 GO_MODULE_FILES+=      github.com/go-logr/stdr/@v/v1.2.2.mod
 GO_MODULE_FILES+=      github.com/go-logr/stdr/@v/v1.2.2.zip
 GO_MODULE_FILES+=      github.com/gobwas/glob/@v/v0.2.3.mod
@@ -53,10 +53,11 @@ GO_MODULE_FILES+=   github.com/google/go-c
 GO_MODULE_FILES+=      github.com/google/pprof/@v/v0.0.0-20211214055906-6f57359322fd.mod
 GO_MODULE_FILES+=      github.com/google/pprof/@v/v0.0.0-20231212022811-ec68065c825e.mod
 GO_MODULE_FILES+=      github.com/google/pprof/@v/v0.0.0-20231212022811-ec68065c825e.zip
-GO_MODULE_FILES+=      github.com/google/uuid/@v/v1.5.0.mod
-GO_MODULE_FILES+=      github.com/google/uuid/@v/v1.5.0.zip
+GO_MODULE_FILES+=      github.com/google/uuid/@v/v1.6.0.mod
+GO_MODULE_FILES+=      github.com/google/uuid/@v/v1.6.0.zip
 GO_MODULE_FILES+=      github.com/gorilla/mux/@v/v1.8.1.mod
 GO_MODULE_FILES+=      github.com/gorilla/mux/@v/v1.8.1.zip
+GO_MODULE_FILES+=      github.com/gorilla/websocket/@v/v1.4.1.mod
 GO_MODULE_FILES+=      github.com/grpc-ecosystem/grpc-gateway/v2/@v/v2.18.0.mod
 GO_MODULE_FILES+=      github.com/grpc-ecosystem/grpc-gateway/v2/@v/v2.18.0.zip
 GO_MODULE_FILES+=      github.com/ianlancetaylor/demangle/@v/v0.0.0-20210905161508-09a460cdf81d.mod
@@ -86,8 +87,8 @@ GO_MODULE_FILES+=     github.com/matttproud/
 GO_MODULE_FILES+=      github.com/matttproud/golang_protobuf_extensions/v2/@v/v2.0.0.zip
 GO_MODULE_FILES+=      github.com/olekukonko/tablewriter/@v/v0.0.5.mod
 GO_MODULE_FILES+=      github.com/olekukonko/tablewriter/@v/v0.0.5.zip
-GO_MODULE_FILES+=      github.com/open-policy-agent/opa/@v/v0.60.0.mod
-GO_MODULE_FILES+=      github.com/open-policy-agent/opa/@v/v0.60.0.zip
+GO_MODULE_FILES+=      github.com/open-policy-agent/opa/@v/v0.61.0.mod
+GO_MODULE_FILES+=      github.com/open-policy-agent/opa/@v/v0.61.0.zip
 GO_MODULE_FILES+=      github.com/owenrumney/go-sarif/@v/v1.1.1.mod
 GO_MODULE_FILES+=      github.com/owenrumney/go-sarif/v2/@v/v2.3.0.mod
 GO_MODULE_FILES+=      github.com/owenrumney/go-sarif/v2/@v/v2.3.0.zip
@@ -96,8 +97,8 @@ GO_MODULE_FILES+=     github.com/pdevine/go-
 GO_MODULE_FILES+=      github.com/pkg/profile/@v/v1.7.0.mod
 GO_MODULE_FILES+=      github.com/pkg/profile/@v/v1.7.0.zip
 GO_MODULE_FILES+=      github.com/pmezard/go-difflib/@v/v1.0.0.mod
-GO_MODULE_FILES+=      github.com/prometheus/client_golang/@v/v1.17.0.mod
-GO_MODULE_FILES+=      github.com/prometheus/client_golang/@v/v1.17.0.zip
+GO_MODULE_FILES+=      github.com/prometheus/client_golang/@v/v1.18.0.mod
+GO_MODULE_FILES+=      github.com/prometheus/client_golang/@v/v1.18.0.zip
 GO_MODULE_FILES+=      github.com/prometheus/client_model/@v/v0.5.0.mod
 GO_MODULE_FILES+=      github.com/prometheus/client_model/@v/v0.5.0.zip
 GO_MODULE_FILES+=      github.com/prometheus/common/@v/v0.45.0.mod
@@ -113,6 +114,8 @@ GO_MODULE_FILES+=   github.com/rivo/uniseg
 GO_MODULE_FILES+=      github.com/russross/blackfriday/v2/@v/v2.1.0.mod
 GO_MODULE_FILES+=      github.com/sirupsen/logrus/@v/v1.9.4-0.20230606125235-dd1b4c2e81af.mod
 GO_MODULE_FILES+=      github.com/sirupsen/logrus/@v/v1.9.4-0.20230606125235-dd1b4c2e81af.zip
+GO_MODULE_FILES+=      github.com/sourcegraph/jsonrpc2/@v/v0.2.0.mod
+GO_MODULE_FILES+=      github.com/sourcegraph/jsonrpc2/@v/v0.2.0.zip
 GO_MODULE_FILES+=      github.com/spf13/cobra/@v/v1.8.0.mod
 GO_MODULE_FILES+=      github.com/spf13/cobra/@v/v1.8.0.zip
 GO_MODULE_FILES+=      github.com/spf13/pflag/@v/v1.0.5.mod
@@ -161,10 +164,6 @@ GO_MODULE_FILES+=  golang.org/x/text/@v/v
 GO_MODULE_FILES+=      golang.org/x/tools/@v/v0.0.0-20180917221912-90fa682c2a6e.mod
 GO_MODULE_FILES+=      golang.org/x/xerrors/@v/v0.0.0-20191204190536-9bdfabe68543.mod
 GO_MODULE_FILES+=      google.golang.org/appengine/@v/v1.6.5.mod
-GO_MODULE_FILES+=      google.golang.org/genproto/googleapis/api/@v/v0.0.0-20231016165738-49dd2c1f3d0b.mod
-GO_MODULE_FILES+=      google.golang.org/genproto/googleapis/api/@v/v0.0.0-20231016165738-49dd2c1f3d0b.zip
-GO_MODULE_FILES+=      google.golang.org/genproto/googleapis/rpc/@v/v0.0.0-20231016165738-49dd2c1f3d0b.mod
-GO_MODULE_FILES+=      google.golang.org/genproto/googleapis/rpc/@v/v0.0.0-20231016165738-49dd2c1f3d0b.zip
 GO_MODULE_FILES+=      google.golang.org/protobuf/@v/v1.26.0-rc.1.mod
 GO_MODULE_FILES+=      google.golang.org/protobuf/@v/v1.31.0.mod
 GO_MODULE_FILES+=      google.golang.org/protobuf/@v/v1.31.0.zip



Home | Main Index | Thread Index | Old Index