pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/prometheus prometheus: updated to 2.34.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c8910e75fcdc
branches:  trunk
changeset: 376680:c8910e75fcdc
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Apr 11 18:53:43 2022 +0000

description:
prometheus: updated to 2.34.0

2.34.0

[CHANGE] UI: Classic UI removed.
[CHANGE] Tracing: Migrate from Jaeger to OpenTelemetry based tracing.
[ENHANCEMENT] TSDB: Disable the chunk write queue by default and allow configuration with the experimental flag --storage.tsdb.head-chunks-write-queue-size.
[ENHANCEMENT] HTTP SD: Add a failure counter.
[ENHANCEMENT] Azure SD: Set Prometheus User-Agent on requests.
[ENHANCEMENT] Uyuni SD: Reduce the number of logins to Uyuni.
[ENHANCEMENT] Scrape: Log when an invalid media type is encountered during a scrape.
[ENHANCEMENT] Scrape: Accept application/openmetrics-text;version=1.0.0 in addition to version=0.0.1.
[ENHANCEMENT] Remote-read: Add an option to not use external labels as selectors for remote read.
[ENHANCEMENT] UI: Optimize the alerts page and add a search bar.
[ENHANCEMENT] UI: Improve graph colors that were hard to see.
[ENHANCEMENT] Config: Allow escaping of $ with $$ when using environment variables with external labels.
[BUGFIX] PromQL: Properly return an error from histogram_quantile when metrics have the same labelset.
[BUGFIX] UI: Fix bug that sets the range input to the resolution.
[BUGFIX] TSDB: Fix a query panic when memory-snapshot-on-shutdown is enabled.
[BUGFIX] Parser: Specify type in metadata parser errors.
[BUGFIX] Scrape: Fix label limit changes not applying.

diffstat:

 databases/prometheus/Makefile      |    30 +-
 databases/prometheus/PLIST         |    51 +-
 databases/prometheus/distinfo      |  1490 +++++++----------------------------
 databases/prometheus/go-modules.mk |   494 ++---------
 4 files changed, 451 insertions(+), 1614 deletions(-)

diffs (truncated from 4408 to 300 lines):

diff -r 1bad2b2a7577 -r c8910e75fcdc databases/prometheus/Makefile
--- a/databases/prometheus/Makefile     Mon Apr 11 18:50:31 2022 +0000
+++ b/databases/prometheus/Makefile     Mon Apr 11 18:53:43 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.63 2022/03/11 19:56:00 tnn Exp $
+# $NetBSD: Makefile,v 1.64 2022/04/11 18:53:43 adam Exp $
 
 # Important: UI has to be manually built when updating. See instructions below.
 
-DISTNAME=      prometheus-2.33.5
+DISTNAME=      prometheus-2.34.0
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=prometheus/}
 CATEGORIES=    databases
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -15,22 +15,22 @@
 .include "go-modules.mk"
 
 # How to rebuild UI after bumping version:
-# 1. install npm>=7 (not in pkgsrc yet)
+# 1. install lang/npm
 # 2. comment out the DISTFILES=... line
 # 3. run "make distinfo extract update-ui"
 # 4. publish the resulting distfile on MASTER_SITE_LOCAL
 # 5. uncomment the DISTFILES=... line and regen distinfo
 .PHONY: update-ui
 update-ui:
-       cd ${WRKSRC}/web/ui &&                                          \
-         npm7 install &&                                               \
-         npm7 run build &&                                             \
-         chmod -x static/react/favicon.ico static/react/manifest.json  \
-         cd ../../.. &&                                                \
-         tar czf ${REACT_UI_DIST} ${DISTNAME}/web/ui/static/react &&   \
-         cp ${REACT_UI_DIST} ${DISTDIR}/${REACT_UI_DIST} &&            \
-         ${ECHO} "UI built. Run this command:"  &&                     \
-         ${ECHO} "# scp ${DISTDIR}/${REACT_UI_DIST} ftp.netbsd.org:/pub/pkgsrc/distfiles/LOCAL_PORTS/."
+       cd ${WRKSRC}/web/ui &&                                                  \
+       npm install &&                                                          \
+       npm run build &&                                                        \
+       ${CHMOD} -x static/react/favicon.ico static/react/manifest.json &&      \
+       cd ../../.. &&                                                          \
+       ${TAR} -czf ${REACT_UI_DIST} ${DISTNAME}/web/ui/static/react &&         \
+       ${CP} ${REACT_UI_DIST} ${DISTDIR}/${REACT_UI_DIST} &&                   \
+       ${ECHO} "UI built. Run this command:" &&                                \
+       ${ECHO} "# scp ${DISTDIR}/${REACT_UI_DIST} ftp.netbsd.org:/pub/pkgsrc/distfiles/LOCAL_PORTS/."
 
 REACT_UI_DIST=         ${DISTNAME}-react-ui.tar.gz
 SITES.${REACT_UI_DIST}=        ${MASTER_SITE_LOCAL}
@@ -93,10 +93,8 @@
 .for f in consoles console_libraries
        cd ${WRKSRC} && ${PAX} -rw ${f} ${DESTDIR}${PREFIX}/${EXAMPLE_DIR}
 .endfor
-.for f in static templates
-       cd ${WRKSRC}/web/ui && ${PAX} -rw ${f} ${DESTDIR}${WEBUI_DIR}
-       ${CHMOD} -R g-w ${DESTDIR}${WEBUI_DIR}/${f}
-.endfor
+       cd ${WRKSRC}/web/ui && ${PAX} -rw static ${DESTDIR}${WEBUI_DIR}
+       ${CHMOD} -R g-w ${DESTDIR}${WEBUI_DIR}/static
 .for f in ${EXAMPLE_FILES}
        ${CHMOD} ${NONBINMODE} ${DESTDIR}${PREFIX}/${EXAMPLE_DIR}/${f}
 .endfor
diff -r 1bad2b2a7577 -r c8910e75fcdc databases/prometheus/PLIST
--- a/databases/prometheus/PLIST        Mon Apr 11 18:50:31 2022 +0000
+++ b/databases/prometheus/PLIST        Mon Apr 11 18:53:43 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2022/03/11 19:56:00 tnn Exp $
+@comment $NetBSD: PLIST,v 1.14 2022/04/11 18:53:43 adam Exp $
 bin/prometheus
 bin/promtool
 share/examples/prometheus/console_libraries/menu.lib
@@ -11,37 +11,20 @@
 share/examples/prometheus/consoles/prometheus-overview.html
 share/examples/prometheus/consoles/prometheus.html
 share/examples/prometheus/prometheus.yml
-share/prometheus/static/css/alerts.css
-share/prometheus/static/css/config.css
-share/prometheus/static/css/graph.css
 share/prometheus/static/css/prom_console.css
-share/prometheus/static/css/prometheus.css
-share/prometheus/static/css/rules.css
-share/prometheus/static/css/targets.css
-share/prometheus/static/img/ajax-loader.gif
-share/prometheus/static/img/favicon.ico
-share/prometheus/static/js/alerts.js
-share/prometheus/static/js/config.js
-share/prometheus/static/js/graph/graph_template.handlebar
-share/prometheus/static/js/graph/index.js
 share/prometheus/static/js/prom_console.js
-share/prometheus/static/js/targets.js
 share/prometheus/static/react/asset-manifest.json
 share/prometheus/static/react/favicon.ico
 share/prometheus/static/react/index.html
 share/prometheus/static/react/manifest.json
-share/prometheus/static/react/static/css/2.cede384b.chunk.css
-share/prometheus/static/react/static/css/2.cede384b.chunk.css.map
-share/prometheus/static/react/static/css/main.08acd20b.chunk.css
-share/prometheus/static/react/static/css/main.08acd20b.chunk.css.map
-share/prometheus/static/react/static/js/2.75bb4427.chunk.js
-share/prometheus/static/react/static/js/2.75bb4427.chunk.js.LICENSE.txt
-share/prometheus/static/react/static/js/2.75bb4427.chunk.js.map
-share/prometheus/static/react/static/js/main.63f1474a.chunk.js
-share/prometheus/static/react/static/js/main.63f1474a.chunk.js.map
-share/prometheus/static/react/static/js/runtime-main.9b474c39.js
-share/prometheus/static/react/static/js/runtime-main.9b474c39.js.map
-share/prometheus/static/react/static/media/codicon.b3726f01.ttf
+share/prometheus/static/react/static/css/main.faad45b4.css
+share/prometheus/static/react/static/css/main.faad45b4.css.map
+share/prometheus/static/react/static/js/main.8ea0e5d3.js
+share/prometheus/static/react/static/js/main.8ea0e5d3.js.LICENSE.txt
+share/prometheus/static/react/static/js/main.8ea0e5d3.js.map
+share/prometheus/static/react/static/media/codicon.b3726f0165bf67ac6849.ttf
+share/prometheus/static/react/static/media/index.cd351d7c31d0d3fccf96.cjs
+share/prometheus/static/react/static/media/prometheus_logo_grey.3cf697e5443028ca5e5255b93c7906c5.svg
 share/prometheus/static/vendor/bootstrap-4.5.2/css/bootstrap-grid.css
 share/prometheus/static/vendor/bootstrap-4.5.2/css/bootstrap-grid.css.map
 share/prometheus/static/vendor/bootstrap-4.5.2/css/bootstrap-grid.min.css
@@ -62,7 +45,6 @@
 share/prometheus/static/vendor/bootstrap-4.5.2/js/bootstrap.js.map
 share/prometheus/static/vendor/bootstrap-4.5.2/js/bootstrap.min.js
 share/prometheus/static/vendor/bootstrap-4.5.2/js/bootstrap.min.js.map
-share/prometheus/static/vendor/bootstrap3-typeahead/bootstrap3-typeahead.min.js
 share/prometheus/static/vendor/bootstrap4-glyphicons/css/bootstrap-glyphicons.css
 share/prometheus/static/vendor/bootstrap4-glyphicons/css/bootstrap-glyphicons.min.css
 share/prometheus/static/vendor/bootstrap4-glyphicons/fonts/fontawesome/fa-brands-400.eot
@@ -88,26 +70,11 @@
 share/prometheus/static/vendor/bootstrap4-glyphicons/maps/glyphicons-fontawesome.css
 share/prometheus/static/vendor/bootstrap4-glyphicons/maps/glyphicons-fontawesome.less
 share/prometheus/static/vendor/bootstrap4-glyphicons/maps/glyphicons-fontawesome.min.css
-share/prometheus/static/vendor/eonasdan-bootstrap-datetimepicker/bootstrap-datetimepicker.min.css
-share/prometheus/static/vendor/eonasdan-bootstrap-datetimepicker/bootstrap-datetimepicker.min.js
-share/prometheus/static/vendor/fuzzy/fuzzy.js
 share/prometheus/static/vendor/js/jquery-3.5.1.min.js
 share/prometheus/static/vendor/js/jquery.hotkeys.js
 share/prometheus/static/vendor/js/jquery.selection.js
 share/prometheus/static/vendor/js/popper.min.js
-share/prometheus/static/vendor/moment/moment-timezone-with-data.min.js
-share/prometheus/static/vendor/moment/moment.min.js
-share/prometheus/static/vendor/mustache/mustache.min.js
 share/prometheus/static/vendor/rickshaw/rickshaw.min.css
 share/prometheus/static/vendor/rickshaw/rickshaw.min.js
 share/prometheus/static/vendor/rickshaw/vendor/d3.layout.min.js
 share/prometheus/static/vendor/rickshaw/vendor/d3.v3.js
-share/prometheus/templates/_base.html
-share/prometheus/templates/alerts.html
-share/prometheus/templates/config.html
-share/prometheus/templates/flags.html
-share/prometheus/templates/graph.html
-share/prometheus/templates/rules.html
-share/prometheus/templates/service-discovery.html
-share/prometheus/templates/status.html
-share/prometheus/templates/targets.html
diff -r 1bad2b2a7577 -r c8910e75fcdc databases/prometheus/distinfo
--- a/databases/prometheus/distinfo     Mon Apr 11 18:50:31 2022 +0000
+++ b/databases/prometheus/distinfo     Mon Apr 11 18:53:43 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.31 2022/03/11 19:56:00 tnn Exp $
+$NetBSD: distinfo,v 1.32 2022/04/11 18:53:43 adam Exp $
 
 BLAKE2s (bazil.org_fuse_@v_v0.0.0-20160811212531-371fbbdaa898.mod) = ff8095283662ae2d2a1968bf429516c54586b1a6c4dc744657162e6781aa8ece
 SHA512 (bazil.org_fuse_@v_v0.0.0-20160811212531-371fbbdaa898.mod) = 7b3ef87f98485bb9ec325680f57d43a9bd76e90bdcfb1e798458f28f7d3addf91dbb6a07b654749468860981413ad2267df2d5f3535c85579e9f79d9328d355c
@@ -9,6 +9,12 @@
 BLAKE2s (bazil.org_fuse_@v_v0.0.0-20200407214033-5883e5a4b512.zip) = a6a3c1602ce0f4539837f01c447b4ab8e0dd6e70ee8d533775aba91d67ac86a5
 SHA512 (bazil.org_fuse_@v_v0.0.0-20200407214033-5883e5a4b512.zip) = 8ea9fccff666a16c4e4328d715c3cb90bdbc745357bb19e5df3c495af8b6f6eef2ded330f43f4e8759fc2f027a20f483bc9fa472a1c0914c64f9d745f9c210de
 Size (bazil.org_fuse_@v_v0.0.0-20200407214033-5883e5a4b512.zip) = 236558 bytes
+BLAKE2s (cloud.google.com_go_@v_v0.100.2.mod) = 6b0f28a5b451457b741799da390ec9083b3f23e5a178b3a0b457603c1398b34e
+SHA512 (cloud.google.com_go_@v_v0.100.2.mod) = 510c4bd48b8d3cd45b69b5f46729e8ce34d52255848d2b0856410c621c5dd3b302df607ac71dcd2bf29aacbe3087233d9452c71d78649de9330d3d3ad556c7a9
+Size (cloud.google.com_go_@v_v0.100.2.mod) = 531 bytes
+BLAKE2s (cloud.google.com_go_@v_v0.100.2.zip) = bf267ceb544080bc64b782aaf5e9a4fed60373361576f138c3183ca6baeea1a3
+SHA512 (cloud.google.com_go_@v_v0.100.2.zip) = c69dd80450774515a66188a03fa024a79a2b753b2ffe567e36b27b786c05831980c132a8b8cb7aee99040a748530802c09dd92796756b764a1a53044d1c92fb8
+Size (cloud.google.com_go_@v_v0.100.2.zip) = 567152 bytes
 BLAKE2s (cloud.google.com_go_@v_v0.26.0.mod) = 53d181aacbf96ec4f9cdd051466576dbb6959ca71a825bc6672046c7c53a2b43
 SHA512 (cloud.google.com_go_@v_v0.26.0.mod) = 5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273
 Size (cloud.google.com_go_@v_v0.26.0.mod) = 27 bytes
@@ -18,9 +24,6 @@
 BLAKE2s (cloud.google.com_go_@v_v0.38.0.mod) = 9e890a5b3b2de15218fe7388ae07357580131653442aa1129736ded4976415f9
 SHA512 (cloud.google.com_go_@v_v0.38.0.mod) = 8aa90e6ce7d50af3db56c8a7abdd16822f6351cabb96e6b75ac0cdefa15bb4a2d402aa84e6212fec4d599ec6f13cb1891bb37f41200e6a05a27642375a89a959
 Size (cloud.google.com_go_@v_v0.38.0.mod) = 1006 bytes
-BLAKE2s (cloud.google.com_go_@v_v0.43.0.mod) = e35d41a24260ed0ee87fa6731ff5479360849531df0bc0524f1043a1afe2181b
-SHA512 (cloud.google.com_go_@v_v0.43.0.mod) = 9b440323826ece8eb7681b931bf7964b02242425651111f1ace97c5b026d25f8ee5e72147bfbfde60166e9d3cede791d2d9ea20893985c118d087705747a04d0
-Size (cloud.google.com_go_@v_v0.43.0.mod) = 1150 bytes
 BLAKE2s (cloud.google.com_go_@v_v0.44.1.mod) = d5f622b9f5d14722193b7eb563814a2d033b086da72875d570da8da6c354820d
 SHA512 (cloud.google.com_go_@v_v0.44.1.mod) = 6a49609209f9d51e4851ed5c55a06b9451c0101de3bd92b7fa5b3662b2e85df4a667ad8068288773b9a85670c65fbba46f88c643aac290d1f65e2a44ef531409
 Size (cloud.google.com_go_@v_v0.44.1.mod) = 1150 bytes
@@ -36,9 +39,6 @@
 BLAKE2s (cloud.google.com_go_@v_v0.50.0.mod) = 02c598704ff0f13b22e5045f4e4f39502cd8a80d7f14d63f02f8d873475fd1b2
 SHA512 (cloud.google.com_go_@v_v0.50.0.mod) = 70400a50eedc5305fef765d38f0428f636f439195d09cbb283ee7779b8aba1f881f83d894acbc6ee90ff016358aa9b117c79557da15d10fc60264eb36ed3fe3c
 Size (cloud.google.com_go_@v_v0.50.0.mod) = 1129 bytes
-BLAKE2s (cloud.google.com_go_@v_v0.51.0.mod) = cb9861c9d1fa4521798e5ad7cbff1cdbd3ee261cfc84b5cf8a9e2ee1b0771245
-SHA512 (cloud.google.com_go_@v_v0.51.0.mod) = dbadaecbd6db504404c9bc700960c20678af4ba3ecf517e993589bc3b124654cb8ba5585c77d3e454ab3e5a5172c2041ef9560ed2776fde91bfa5d92c95085b9
-Size (cloud.google.com_go_@v_v0.51.0.mod) = 1226 bytes
 BLAKE2s (cloud.google.com_go_@v_v0.52.0.mod) = 87f0a8f1da391ad49afca14ac286b3fef2343106eef5831b6af35b2b64bb8472
 SHA512 (cloud.google.com_go_@v_v0.52.0.mod) = 104e7cd0eb1c4a3bccfca3feb31f1530973d4829d853ee30e8e03c2ef80ccef784bc0560342d31d8dcdc6d410fe8f64a302140e452fb77d96ea2b342bfb8b319
 Size (cloud.google.com_go_@v_v0.52.0.mod) = 1226 bytes
@@ -96,9 +96,6 @@
 BLAKE2s (cloud.google.com_go_@v_v0.99.0.mod) = 01bec3d7f2c0c0a58f30aa9d9e6ec81a8cd705d466e3efb4d9b1ed2ea8779583
 SHA512 (cloud.google.com_go_@v_v0.99.0.mod) = 3e3f5fa36ee01499bcbcd14d3d6ccddddcc9944eff446a2911d991126ca43425396e67811fe71704ad7ddd37c7a6bae9969f90c85b3ac671e619e42763ac015e
 Size (cloud.google.com_go_@v_v0.99.0.mod) = 532 bytes
-BLAKE2s (cloud.google.com_go_@v_v0.99.0.zip) = 27d1f4ffabdf79f2bcae1dbe9116f57e84ee01dbbe2d8f8ecc24d80fd68c80b4
-SHA512 (cloud.google.com_go_@v_v0.99.0.zip) = 603f52f67942aa69e657adc42d8b7d725c8983187ede5ca9a6643a315709eceb137dd05cc527af867c5f45303f5a105ec56c2dbb025ac180488842580a4a86ab
-Size (cloud.google.com_go_@v_v0.99.0.zip) = 1064166 bytes
 BLAKE2s (cloud.google.com_go_bigquery_@v_v1.0.1.mod) = 595e4165864257f6b29770e821d16e56460cdd4e84a02b9ecec91d55d7a1b27c
 SHA512 (cloud.google.com_go_bigquery_@v_v1.0.1.mod) = 338a067f7ad15d8549da11ac146b65657923ae4fee3caf2eff888c104c0df0edcdf0d98f5be6a67a764aa39210d5cad811ebd9d604084a67049b753246fbf89a
 Size (cloud.google.com_go_bigquery_@v_v1.0.1.mod) = 319 bytes
@@ -120,15 +117,15 @@
 BLAKE2s (cloud.google.com_go_bigquery_@v_v1.8.0.zip) = f28cbed2399c3ef170e631d5d40742fbfdc8889d70f2b977fd14942863f1eb97
 SHA512 (cloud.google.com_go_bigquery_@v_v1.8.0.zip) = f9841e6e63f490e02a3660894a079aa6664df8adfff6eb0bf3b10ab9d8a6e625af1bc24ce447f29a8b25869eea35a9d1c05493b380e4aa52cf35b261ce780228
 Size (cloud.google.com_go_bigquery_@v_v1.8.0.zip) = 435519 bytes
-BLAKE2s (cloud.google.com_go_bigtable_@v_v1.2.0.mod) = f7d4911ea96cf2859d667814c1ced69ebd937e91ba349b74e130f7a92d8f2879
-SHA512 (cloud.google.com_go_bigtable_@v_v1.2.0.mod) = 850d2892d1be55d674990de6cad2b778372473f03fdbbe8d3fa61c0a87ba32a349d5f98a52aae006e079986c84a5ed56256629a1bfbabf65b89c0f068e7f9975
-Size (cloud.google.com_go_bigtable_@v_v1.2.0.mod) = 617 bytes
-BLAKE2s (cloud.google.com_go_bigtable_@v_v1.3.0.mod) = 995d47473f2a6c6f88253513bbc0a6c391ddcd9352440fd0a6e37ba8ce331e35
-SHA512 (cloud.google.com_go_bigtable_@v_v1.3.0.mod) = a2cb7d9cb7a09ad9a45d897cb14b8d4d316d3ac3d05a775971415c1f1b8d808a85ab611efc396e6e8b051cee85263ce5fb0244b84a205f70f588e0f9fcd05466
-Size (cloud.google.com_go_bigtable_@v_v1.3.0.mod) = 681 bytes
-BLAKE2s (cloud.google.com_go_bigtable_@v_v1.3.0.zip) = 9d13814785c894307de46db42d56bd388aa26d41cafd03543cf84561ff9e76c0
-SHA512 (cloud.google.com_go_bigtable_@v_v1.3.0.zip) = 1bc66ec0b548078a10bdc907e4f88d33389208ad175d333508f4c18678dfe7e0a2272b58657296cb3fe25680a67e2b4bc03a14b39ca572eb78c5f762c037739e
-Size (cloud.google.com_go_bigtable_@v_v1.3.0.zip) = 144726 bytes
+BLAKE2s (cloud.google.com_go_compute_@v_v0.1.0.mod) = 796124d73f6b7896e22e66cb9f4ef699ab188c29e752f7860e56f5dfc128ac62
+SHA512 (cloud.google.com_go_compute_@v_v0.1.0.mod) = 919311dc8cdffc5d2ab6a8e340840053ad67771284ab1dd2f0d30547ddbd057cdf7075a0a5161ab9678dc7cecd4dfab8a665c1c93a0a5a37825c973545a90349
+Size (cloud.google.com_go_compute_@v_v0.1.0.mod) = 379 bytes
+BLAKE2s (cloud.google.com_go_compute_@v_v1.3.0.mod) = f24f6e7c11b947fe07d92400384da37e1ea1655725db2a0e914f1c78fbe6092b
+SHA512 (cloud.google.com_go_compute_@v_v1.3.0.mod) = 67e29469e4f3972a8c202595c8cc2baf6c7afe33731bb2b7b6e1be43c09f462a180472b796beac5c78899f71d6bdc9ad3921cda398a108bd56880d42ab7bddb6
+Size (cloud.google.com_go_compute_@v_v1.3.0.mod) = 379 bytes
+BLAKE2s (cloud.google.com_go_compute_@v_v1.3.0.zip) = 9970d5a052503e4c3d16a48eb82d9c500eb48e963a2092a18a2f825d1edcfbbe
+SHA512 (cloud.google.com_go_compute_@v_v1.3.0.zip) = 765b562a6529fe639f47786b7d694a9e258930ee66f514a487dce6f0554b74a5851328849dbd12ddc90ce39a8480dd8a5cb114fafb54358957eca1e590dd5491
+Size (cloud.google.com_go_compute_@v_v1.3.0.zip) = 507327 bytes
 BLAKE2s (cloud.google.com_go_datastore_@v_v1.0.0.mod) = a1d4fc8505f01b38b3f6b1ccb6a8ed79054367bd25fce65b096419bd3ef40176
 SHA512 (cloud.google.com_go_datastore_@v_v1.0.0.mod) = 8082ab039764aa6abd6615b1cf3a1830f2813dd5b791a27b7f0ebf5fa1ee68fe040a5e12988e6c91ba5d032a0a6666d384d6eceff12165d394a75ba56b744382
 Size (cloud.google.com_go_datastore_@v_v1.0.0.mod) = 433 bytes
@@ -177,12 +174,6 @@
 BLAKE2s (cloud.google.com_go_storage_@v_v1.8.0.mod) = 692c82ecdaa77da7e9949128a1c191102b66f878700060363a58ee55577abad8
 SHA512 (cloud.google.com_go_storage_@v_v1.8.0.mod) = 409dad03104a4ac6b4a8c6da3540ab382345c86e48732f2b37d64ae2bc1c721d9f0a1ed0824a36085baa7102d2626e84f44706b16297623e8deb58fa9e24ba38
 Size (cloud.google.com_go_storage_@v_v1.8.0.mod) = 622 bytes
-BLAKE2s (collectd.org_@v_v0.3.0.mod) = f31944695b2fe04af6ed9fd663fe80f1b21d7101b5be74365f7b542f8f59d70a
-SHA512 (collectd.org_@v_v0.3.0.mod) = f214d1a62a9cbf57ab751b12c01e522933dc85f766efaa3d01f15730bc36c08bb3fd01bc3305d883d204f55871eb7996978b7bf8d4a43d2c1675c677d4179b06
-Size (collectd.org_@v_v0.3.0.mod) = 20 bytes
-BLAKE2s (collectd.org_@v_v0.3.0.zip) = c91b481c3ab83cceca3b1a754e32f2adfceda7ded07a529873c33974903f4013
-SHA512 (collectd.org_@v_v0.3.0.zip) = 658875ff38947b9f858640b9b87baccae062361423dd65169e026e5c02f1d7e76e5f76a571115675f0befc892f7536909f1956eb7f7b969c650c885aaa0ab647
-Size (collectd.org_@v_v0.3.0.zip) = 56106 bytes
 BLAKE2s (dmitri.shuralyov.com_gpu_mtl_@v_v0.0.0-20190408044501-666a987793e9.mod) = 2136184228fc4913040e8abab210d9694fa46310b1073dbb42e1697f8591c1f2
 SHA512 (dmitri.shuralyov.com_gpu_mtl_@v_v0.0.0-20190408044501-666a987793e9.mod) = 
196affe091247f94ceda4b56629bd62d4ee2b397f2c0f56c9534c02e43531b46705ad33543b58c1a4fc7a48e25e5923db087fe0485a93966a4086581c0d1d3e1
 Size (dmitri.shuralyov.com_gpu_mtl_@v_v0.0.0-20190408044501-666a987793e9.mod) = 36 bytes
@@ -198,15 +189,12 @@
 BLAKE2s (github.com__azure_azure-sdk-for-go_@v_v16.2.1+incompatible.mod) = 80a5c6215a577297e6f3f6a57b2a00c7c523ff44a87e59e8134248f94b41af70
 SHA512 (github.com__azure_azure-sdk-for-go_@v_v16.2.1+incompatible.mod) = 
be976846ed78cec5b19618c7364c47e66c3475519bed166ad1e6b666399ea08028fa621869ab4980981fc70256acc9a7dd1c1e52c8d3d44cb0ac75f9907b6d3e
 Size (github.com__azure_azure-sdk-for-go_@v_v16.2.1+incompatible.mod) = 41 bytes
-BLAKE2s (github.com__azure_azure-sdk-for-go_@v_v41.3.0+incompatible.mod) = 80a5c6215a577297e6f3f6a57b2a00c7c523ff44a87e59e8134248f94b41af70
-SHA512 (github.com__azure_azure-sdk-for-go_@v_v41.3.0+incompatible.mod) = 
be976846ed78cec5b19618c7364c47e66c3475519bed166ad1e6b666399ea08028fa621869ab4980981fc70256acc9a7dd1c1e52c8d3d44cb0ac75f9907b6d3e
-Size (github.com__azure_azure-sdk-for-go_@v_v41.3.0+incompatible.mod) = 41 bytes
-BLAKE2s (github.com__azure_azure-sdk-for-go_@v_v61.1.0+incompatible.mod) = 80a5c6215a577297e6f3f6a57b2a00c7c523ff44a87e59e8134248f94b41af70
-SHA512 (github.com__azure_azure-sdk-for-go_@v_v61.1.0+incompatible.mod) = 
be976846ed78cec5b19618c7364c47e66c3475519bed166ad1e6b666399ea08028fa621869ab4980981fc70256acc9a7dd1c1e52c8d3d44cb0ac75f9907b6d3e
-Size (github.com__azure_azure-sdk-for-go_@v_v61.1.0+incompatible.mod) = 41 bytes
-BLAKE2s (github.com__azure_azure-sdk-for-go_@v_v61.1.0+incompatible.zip) = 07b4edffe9dc65bd744bee7efc2f33d04c7977c0bb13b4fb2955684557ecde16
-SHA512 (github.com__azure_azure-sdk-for-go_@v_v61.1.0+incompatible.zip) = 
0e4111a21fdf79a290a6caa134ff2e23c13b1603e8eac2e2d7c1b2b42bf330260940581113442da183a15f5d8688e81873b05288122707daaae559d0bd721d3f
-Size (github.com__azure_azure-sdk-for-go_@v_v61.1.0+incompatible.zip) = 65520394 bytes
+BLAKE2s (github.com__azure_azure-sdk-for-go_@v_v62.0.0+incompatible.mod) = 80a5c6215a577297e6f3f6a57b2a00c7c523ff44a87e59e8134248f94b41af70
+SHA512 (github.com__azure_azure-sdk-for-go_@v_v62.0.0+incompatible.mod) = 
be976846ed78cec5b19618c7364c47e66c3475519bed166ad1e6b666399ea08028fa621869ab4980981fc70256acc9a7dd1c1e52c8d3d44cb0ac75f9907b6d3e
+Size (github.com__azure_azure-sdk-for-go_@v_v62.0.0+incompatible.mod) = 41 bytes
+BLAKE2s (github.com__azure_azure-sdk-for-go_@v_v62.0.0+incompatible.zip) = 1b4a46fc2ce904fd8ded72a19ef0cec5c5beb843c109150bb9cbfa1cc590a2e4
+SHA512 (github.com__azure_azure-sdk-for-go_@v_v62.0.0+incompatible.zip) = 
0fd7d2e04f46e9d9dbbf3e121c47a86c31a64aa79035d79f96a3250b2bd34e4bc0953dd8511ae640784a2e838b04a39bfa40cc7f3515a894f9897c62d4bdeec3
+Size (github.com__azure_azure-sdk-for-go_@v_v62.0.0+incompatible.zip) = 67808264 bytes
 BLAKE2s (github.com__azure_go-ansiterm_@v_v0.0.0-20170929234023-d6e3b3328b78.mod) = 28ff812d97e28270408fb96b97776c22e67484c4f7207329e3e3414db6d98313
 SHA512 (github.com__azure_go-ansiterm_@v_v0.0.0-20170929234023-d6e3b3328b78.mod) = 
350a16c68553738ce8c2f4a6ac8beba66a7dcf2386a42aff938ebaa3bdc526bda8e5c51c493331eda4666cbcf8411ee7ca3aeb0768cc4f557f34585960f9eb84
 Size (github.com__azure_go-ansiterm_@v_v0.0.0-20170929234023-d6e3b3328b78.mod) = 36 bytes
@@ -228,45 +216,24 @@
 BLAKE2s (github.com__azure_go-autorest_@v_v14.2.0+incompatible.zip) = bc70062888afb199b15b82f16a813443ffce27e639197db719ac3a7f1be70f68
 SHA512 (github.com__azure_go-autorest_@v_v14.2.0+incompatible.zip) = b5615d6e8b8e3d1550218258027891063d3296af88918fd63559d2c108a5faad4ee1281c57dbbe51057f1c417ba94895a59e969550acc0ed276a7cf648ff6ac7
 Size (github.com__azure_go-autorest_@v_v14.2.0+incompatible.zip) = 24733 bytes
-BLAKE2s (github.com__azure_go-autorest_autorest_@v_v0.10.0.mod) = deaa11cd50a827bc40d254222a72fb5bb06e47e1a961674f5a1289166d1e135b
-SHA512 (github.com__azure_go-autorest_autorest_@v_v0.10.0.mod) = eca3516d2491afa621522aae14e0e5c8632b984d8c6daff3a69df9b2b46416eeacdbd11de8cbc2247fb1119051466d24a4c178b065b630a684be8476be1ef15c
-Size (github.com__azure_go-autorest_autorest_@v_v0.10.0.mod) = 315 bytes
 BLAKE2s (github.com__azure_go-autorest_autorest_@v_v0.11.1.mod) = c5d5248fc214a933ffb2fdac406870d20794e065da5d47f0857c2947a0b6731f
 SHA512 (github.com__azure_go-autorest_autorest_@v_v0.11.1.mod) = bfb202512ad2101bd0d0bf6bd3e712f528a5f3b280ccaabe96c54ae06e5deb474cc0bdef0be5f3faae1dee6ca676531acfb4c4e53a5c34022a718e73f457c9e7
 Size (github.com__azure_go-autorest_autorest_@v_v0.11.1.mod) = 366 bytes
 BLAKE2s (github.com__azure_go-autorest_autorest_@v_v0.11.18.mod) = 8190477aefdd11c4fe042af61bb7f6ec9855e2b1e59157811fd9edc1ef441076
 SHA512 (github.com__azure_go-autorest_autorest_@v_v0.11.18.mod) = 87bf6ed1a08ab82817e95baa6b605c56d368bfcc859edbc3b16200700beacfc92a413f59052ae59988d24fbffa66aa5acc20d5f0b1c0f784b3ecf0e6179d893f
 Size (github.com__azure_go-autorest_autorest_@v_v0.11.18.mod) = 367 bytes
-BLAKE2s (github.com__azure_go-autorest_autorest_@v_v0.11.23.mod) = 058c5ee767a884adf7f4243b9818310063de5c75d1d95b6632ed350da91ec21e
-SHA512 (github.com__azure_go-autorest_autorest_@v_v0.11.23.mod) = dcfe83bd68f3a70b3c61727a6fae72898ddbcee834d707b8170c609e8e5a954e5c3bb69db613d1ac1d27c23511313ebe16a17ca32de54931bdeb64e39ee9cf44
-Size (github.com__azure_go-autorest_autorest_@v_v0.11.23.mod) = 367 bytes
-BLAKE2s (github.com__azure_go-autorest_autorest_@v_v0.11.23.zip) = 5fd7e49e29f292ecf5c75be297d7993f05db40404c4c76e036d6dbfc035ca807
-SHA512 (github.com__azure_go-autorest_autorest_@v_v0.11.23.zip) = d3857d8d62a63cf63141db9c7aa40d582bcefdffaa3b70579dc405d8e9a50cbb065de1a32cac086fbfadc0a7684ab9328d219f19e9d93b6a002b1110df13dfdb
-Size (github.com__azure_go-autorest_autorest_@v_v0.11.23.zip) = 113412 bytes
-BLAKE2s (github.com__azure_go-autorest_autorest_@v_v0.11.9.mod) = 9abf58f705cf0b380f6e61fcef0143a8a2cfb56e21f37cad9bad2e921047d003
-SHA512 (github.com__azure_go-autorest_autorest_@v_v0.11.9.mod) = 67b890270798e538335a74754514d4f2fde7e012f1201d30d3450087866612b88c5613185a5dbc899af84d65fb4265fec59ea064eec3e9362aeecd1187dbfd30
-Size (github.com__azure_go-autorest_autorest_@v_v0.11.9.mod) = 366 bytes
-BLAKE2s (github.com__azure_go-autorest_autorest_@v_v0.9.0.mod) = b794270d5e80c937ec371c3ec58115a87e1bc6a3b26dd500b80d9742669eea1e
-SHA512 (github.com__azure_go-autorest_autorest_@v_v0.9.0.mod) = 72bb5cdb3b87c148cf4b613f3976076ffa0f8406d0d85b92b8f0311ca260e643c7855a939292dd82c66a71d4c5a1419a90b13f886bd65c7138062c34eaeae0b8
-Size (github.com__azure_go-autorest_autorest_@v_v0.9.0.mod) = 315 bytes
-BLAKE2s (github.com__azure_go-autorest_autorest_adal_@v_v0.5.0.mod) = 359757eba389887f44f45829a1b0cd735269bb9f3d739fea86b92d1a6f71e715
-SHA512 (github.com__azure_go-autorest_autorest_adal_@v_v0.5.0.mod) = 61c06f593c1759bb078042d461319db2f91afcbddf50186d09195021eab865159ca5c017eb078d354d7db590365846e401ec3f91a2cbbf753bc32d7111683bd2
-Size (github.com__azure_go-autorest_autorest_adal_@v_v0.5.0.mod) = 325 bytes
-BLAKE2s (github.com__azure_go-autorest_autorest_adal_@v_v0.8.2.mod) = 682ca41df805c6a82218702427c0d50ba9a58f6c5ce569734abdc52eda64a426
-SHA512 (github.com__azure_go-autorest_autorest_adal_@v_v0.8.2.mod) = 02605c296a8277e72074a0b3049ef0ee87597b67ba8d1e008d17746ee2dfc2551e2517e60f972135d368b27b899452e1c768c3b13afb9315da48173733450fe7
-Size (github.com__azure_go-autorest_autorest_adal_@v_v0.8.2.mod) = 371 bytes
-BLAKE2s (github.com__azure_go-autorest_autorest_adal_@v_v0.8.3.mod) = 682ca41df805c6a82218702427c0d50ba9a58f6c5ce569734abdc52eda64a426
-SHA512 (github.com__azure_go-autorest_autorest_adal_@v_v0.8.3.mod) = 02605c296a8277e72074a0b3049ef0ee87597b67ba8d1e008d17746ee2dfc2551e2517e60f972135d368b27b899452e1c768c3b13afb9315da48173733450fe7
-Size (github.com__azure_go-autorest_autorest_adal_@v_v0.8.3.mod) = 371 bytes
+BLAKE2s (github.com__azure_go-autorest_autorest_@v_v0.11.24.mod) = bdea72082eb483eb2e33e75c0e0bbba4fc0fd6386e33664667e519598ba3db35
+SHA512 (github.com__azure_go-autorest_autorest_@v_v0.11.24.mod) = 238a4fd41e36ac9a8f74c4020dd246dc7655d1cfa0df87456cdd48277eb219f8a523513a4b77d9e918b6e669b876f700910c379c3da581067215fbfcc523dd0a
+Size (github.com__azure_go-autorest_autorest_@v_v0.11.24.mod) = 416 bytes
+BLAKE2s (github.com__azure_go-autorest_autorest_@v_v0.11.24.zip) = 378fc044314e7eebe06487b47790ebfb5ac383eaeeea09900d580e8109a76035



Home | Main Index | Thread Index | Old Index