pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/rclone rclone: Update to 1.58.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d37475a4aba
branches:  trunk
changeset: 381449:1d37475a4aba
user:      leot <leot%pkgsrc.org@localhost>
date:      Thu Jul 07 13:27:19 2022 +0000

description:
rclone: Update to 1.58.1

Changes:
## v1.58.1 - 2022-04-29
* Bug Fixes
    * build: Update github.com/billziss-gh to github.com/winfsp
      (Nick Craig-Wood)
    * filter: Fix timezone of `--min-age`/`-max-age` from UTC to local as
      documented (Nick Craig-Wood)
    * rc/js: Correct RC method names (Sơn Trần-Nguyễn)
    * docs
        * Fix some links to command pages (albertony)
        * Add `--multi-thread-streams` note to `--transfers`. (Zsolt Ero)
* Mount
    * Fix `--devname` and fusermount: unknown option 'fsname' when mounting
      via rc (Nick Craig-Wood)
* VFS
    * Remove wording which suggests VFS is only for mounting (Nick Craig-Wood)
* Dropbox
    * Fix retries of multipart uploads with incorrect_offset error
      (Nick Craig-Wood)
* Google Cloud Storage
    * Use the s3 pacer to speed up transactions (Nick Craig-Wood)
    * pacer: Default the Google pacer to a burst of 100 to fix gcs pacing
      (Nick Craig-Wood)
* Jottacloud
    * Fix scope in token request (albertony)
* Netstorage
    * Fix unescaped HTML in documentation (Nick Craig-Wood)
    * Make levels of headings consistent (Nick Craig-Wood)
    * Add support contacts to netstorage doc (Nil Alexandrov)
* Onedrive
    * Note that sharepoint also changes web files (.html, .aspx) (GH)
* Putio
    * Handle rate limit errors (Berkan Teber)
    * Fix multithread download and other ranged requests (rafma0)
* S3
    * Add ChinaMobile EOS to provider list (GuoXingbin)
    * Sync providers in config description with providers (Nick Craig-Wood)
* SFTP
    * Fix OpenSSH 8.8+ RSA keys incompatibility (KARBOWSKI Piotr)
    * Note that Scaleway C14 is deprecating SFTP in favor of S3
      (Adrien Rey-Jarthon)
* Storj
    * Fix bucket creation on Move (Nick Craig-Wood)
* WebDAV
    * Don't override Referer if user sets it (Nick Craig-Wood)

## v1.58.0 - 2022-03-18
* New backends
    * Akamai Netstorage (Nil Alexandrov)
    * Seagate Lyve, SeaweedFS, Storj, RackCorp via s3 backend
    * Storj (renamed from Tardigrade - your old config files will continue
      working)
* New commands
    * bisync - experimental bidirectional cloud sync
      (Ivan Andreev, Chris Nelson)
* New Features
    * build
        * Add `windows/arm64` build (`rclone mount` not supported yet)
          (Nick Craig-Wood)
        * Raise minimum go version to go1.15 (Nick Craig-Wood)
    * config: Allow dot in remote names and improve config editing (albertony)
    * dedupe: Add quit as a choice in interactive mode (albertony)
    * dlna: Change icons to the newest ones. (Alain Nussbaumer)
    * filter: Add [`{{ regexp }}` syntax] to pattern matches (Nick Craig-Wood)
    * fshttp: Add prometheus metrics for HTTP status code (Michał Matczuk)
    * hashsum: Support creating hash from data received on stdin (albertony)
    * librclone
        * Allow empty string or null input instead of empty json object
          (albertony)
        * Add support for mount commands (albertony)
    * operations: Add server-side moves to stats (Ole Frost)
    * rc: Allow user to disable authentication for web gui (negative0)
    * tree: Remove obsolete `--human` replaced by global `--human-readable`
      (albertony)
    * version: Report correct friendly-name for newer Windows 10/11 versions (albertony)
* Bug Fixes
    * build
        * Fix ARM architecture version in .deb packages after nfpm change
          (Nick Craig-Wood)
        * Hard fork `github.com/jlaffaye/ftp` to fix
          `go get github.com/rclone/rclone` (Nick Craig-Wood)
    * oauthutil: Fix crash when webrowser requests `/robots.txt`
      (Nick Craig-Wood)
    * operations: Fix goroutine leak in case of copy retry (Ankur Gupta)
    * rc:
        * Fix `operations/publiclink` default for `expires` parameter
          (Nick Craig-Wood)
        * Fix missing computation of `transferQueueSize` when summing up
          statistics group (Carlo Mion)
        * Fix missing `StatsInfo` fields in the computation of the group sum
          (Carlo Mion)
    * sync: Fix `--max-duration` so it doesn't retry when the duration is
      exceeded (Nick Craig-Wood)
    * touch: Fix issue where a directory is created instead of a file
      (albertony)
* Mount
    * Add `--devname` to set the device name sent to FUSE for mount
      display (Nick Craig-Wood)
* VFS
    * Add `vfs/stats` remote control to show statistics (Nick Craig-Wood)
    * Fix `failed to _ensure cache internal error: downloaders is nil error`
      (Nick Craig-Wood)
    * Fix handling of special characters in file names (Bumsu Hyeon)
* Local
    * Fix hash invalidation which caused errors with local crypt mount
      (Nick Craig-Wood)
* Crypt
    * Add `base64` and `base32768` filename encoding options
      (Max Sum, Sinan Tan)
* Azure Blob
    * Implement `--azureblob-upload-concurrency` parameter to speed
      uploads (Nick Craig-Wood)
    * Remove 100MB upper limit on `chunk_size` as it is no longer
      needed (Nick Craig-Wood)
    * Raise `--azureblob-upload-concurrency` to 16 by default (Nick Craig-Wood)
    * Fix crash with SAS URL and no container (Nick Craig-Wood)
* Compress
    * Fix crash if metadata upload failed (Nick Craig-Wood)
    * Fix memory leak (Nick Craig-Wood)
* Drive
    * Added `--drive-copy-shortcut-content` (Abhiraj)
    * Disable OAuth OOB flow (copy a token) due to Google deprecation
      (Nick Craig-Wood)
        * See the deprecation note at
          https://developers.googleblog.com/2022/02/making-oauth-flows-safer.html#disallowed-oob.
    * Add `--drive-skip-dangling-shortcuts` flag (Nick Craig-Wood)
    * When using a link type `--drive-export-formats` shows all doc types
      (Nick Craig-Wood)
* Dropbox
    * Speed up directory listings by specifying 1000 items in a chunk
      (Nick Craig-Wood)
    * Save an API request when at the root (Nick Craig-Wood)
* Fichier
    * Implemented About functionality (Gourav T)
* FTP
    * Add `--ftp-ask-password` to prompt for password when needed
      (Borna Butkovic)
* Google Cloud Storage
    * Add missing regions (Nick Craig-Wood)
    * Disable OAuth OOB flow (copy a token) due to Google deprecation
      (Nick Craig-Wood)
* Googlephotos
    * Disable OAuth OOB flow (copy a token) due to Google deprecation
      (Nick Craig-Wood)
* Hasher
    * Fix crash on object not found (Nick Craig-Wood)
* Hdfs
    * Add file (Move) and directory move (DirMove) support (Andy Jackson)
* HTTP
    * Improved recognition of URL pointing to a single file (albertony)
* Jottacloud
    * Change API used by recursive list (ListR) (Kim)
    * Add support for Tele2 Cloud (Fredric Arklid)
* Koofr
    * Add Digistorage service as a Koofr provider. (jaKa)
* Mailru
    * Fix int32 overflow on arm32 (Ivan Andreev)
* Onedrive
    * Add config option for oauth scope `Sites.Read.All` (Charlie Jiang)
    * Minor optimization of quickxorhash (Isaac Levy)
    * Add `--onedrive-root-folder-id` flag (Nick Craig-Wood)
    * Do not retry on `400 pathIsTooLong` error (ctrl-q)
* Pcloud
    * Add support for recursive list (ListR) (Niels van de Weem)
    * Fix pre-1970 time stamps (Nick Craig-Wood)
* S3
    * Use `ListObjectsV2` for faster listings (Felix Bünemann)
        * Fallback to `ListObject` v1 on unsupported providers
          (Nick Craig-Wood)
    * Use the `ETag` on multipart transfers to verify the transfer was
      OK (Nick Craig-Wood)
        * Add `--s3-use-multipart-etag` provider quirk to disable this on
          unsupported providers (Nick Craig-Wood)
    * New Providers
        * RackCorp object storage (bbabich)
        * Seagate Lyve Cloud storage (Nick Craig-Wood)
        * SeaweedFS (Chris Lu)
        * Storj Shared gateways (Márton Elek, Nick Craig-Wood)
    * Add Wasabi AP Northeast 2 endpoint info (lindwurm)
    * Add `GLACIER_IR` storage class (Yunhai Luo)
    * Document `Content-MD5` workaround for object-lock enabled buckets
      (Paulo Martins)
    * Fix multipart upload with `--no-head` flag (Nick Craig-Wood)
    * Simplify content length processing in s3 with download url
      (Logeshwaran Murugesan)
* SFTP
    * Add rclone to list of supported `md5sum`/`sha1sum` commands to look for
      (albertony)
    * Refactor so we only have one way of running remote commands
      (Nick Craig-Wood)
    * Fix timeout on hashing large files by sending keepalives
      (Nick Craig-Wood)
    * Fix unecessary seeking when uploading and downloading files
      (Nick Craig-Wood)
    * Update docs on how to create `known_hosts` file (Nick Craig-Wood)
* Storj
    * Rename tardigrade backend to storj backend (Nick Craig-Wood)
    * Implement server side Move for files (Nick Craig-Wood)
    * Update docs to explain differences between s3 and this backend
      (Elek, Márton)
* Swift
    * Fix About so it shows info about the current container only
      (Nick Craig-Wood)
* Union
    * Fix treatment of remotes with `//` in (Nick Craig-Wood)
    * Fix deadlock when one part of a multi-upload fails (Nick Craig-Wood)
    * Fix eplus policy returned nil (Vitor Arruda)
* Yandex
    * Add permanent deletion support (deinferno)

## v1.57.0 - 2021-11-01
* New backends
    * Sia: for Sia decentralized cloud
      (Ian Levesque, Matthew Sevey, Ivan Andreev)
    * Hasher: caches hashes and enable hashes for backends that don't support
      them (Ivan Andreev)
* New commands
    * lsjson --stat: to get info about a single file/dir and `operations/stat`
      api (Nick Craig-Wood)
    * config paths: show configured paths (albertony)
* New Features
    * about: Make human-readable output more consistent with other commands
      (albertony)
    * build
        * Use go1.17 for building and make go1.14 the minimum supported
          (Nick Craig-Wood)
        * Update Go to 1.16 and NDK to 22b for Android builds (x0b)
    * config
        * Support hyphen in remote name from environment variable (albertony)
        * Make temporary directory user-configurable (albertony)
        * Convert `--cache-dir` value to an absolute path (albertony)
        * Do not override MIME types from OS defaults (albertony)
    * docs
        * Toc styling and header levels cleanup (albertony)
        * Extend documentation on valid remote names (albertony)
        * Mention make for building and cmount tag for macos (Alex Chen)
        * ...and many more contributions to numerous to mention!
    * fs: Move with `--ignore-existing` will not delete skipped files
      (Nathan Collins)
    * hashsum
        * Treat hash values in sum file as case insensitive (Ivan Andreev)
        * Don't put `ERROR` or `UNSUPPORTED` in output (Ivan Andreev)
    * lib/encoder: Add encoding of square brackets (Ivan Andreev)
    * lib/file: Improve error message when attempting to create dir on
      nonexistent drive on windows (albertony)
    * lib/http: Factor password hash salt into options with default
      (Nolan Woods)
    * lib/kv: Add key-value database api (Ivan Andreev)
    * librclone
        * Add `RcloneFreeString` function (albertony)
        * Free strings in python example (albertony)
    * log: Optionally print pid in logs (Ivan Andreev)
    * ls: Introduce `--human-readable` global option to print human-readable
      sizes (albertony)
    * ncdu: Introduce key `u` to toggle human-readable (albertony)
    * operations: Add `rmdirs -v` output (Justin Winokur)
    * serve sftp
        * Generate an ECDSA server key as well as RSA (Nick Craig-Wood)
        * Generate an Ed25519 server key as well as ECDSA and RSA (albertony)
    * serve docker
        * Allow to customize proxy settings of docker plugin (Ivan Andreev)
        * Build docker plugin for multiple platforms (Thomas Stachl)
    * size: Include human-readable count (albertony)
    * touch: Add support for touching files in directory, with recursive
      option, filtering and `--dry-run`/`-i` (albertony)
    * tree: Option to print human-readable sizes removed in favor of global
      option (albertony)
* Bug Fixes
    * lib/http
        * Fix bad username check in single auth secret provider (Nolan Woods)
        * Fix handling of SSL credentials (Nolan Woods)
    * serve ftp: Ensure modtime is passed as UTC always to fix timezone
      oddities (Nick Craig-Wood)
    * serve sftp: Fix generation of server keys on windows (albertony)
    * serve docker: Fix octal umask (Ivan Andreev)
* Mount
    * Enable rclone to be run as mount helper direct from the fstab
      (Ivan Andreev)
    * Use procfs to validate mount on linux (Ivan Andreev)
    * Correctly daemonize for compatibility with automount (Ivan Andreev)
* VFS
    * Ensure names used in cache path are legal on current OS (albertony)
    * Ignore `ECLOSED` when truncating file handles to fix intermittent bad
      file descriptor error (Nick Craig-Wood)
* Local
    * Refactor default OS encoding out from local backend into shared encoder
      lib (albertony)
* Crypt
    * Return wrapped object even with `--crypt-no-data-encryption`
      (Ivan Andreev)
    * Fix uploads with `--crypt-no-data-encryption` (Nick Craig-Wood)
* Azure Blob
    * Add `--azureblob-no-head-object` (Tatsuya Noyori)
* Box
    * Make listings of heavily used directories more reliable (Nick Craig-Wood)
    * When doing cleanup delete as much as possible (Nick Craig-Wood)
    * Add `--box-list-chunk` to control listing chunk size (Nick Craig-Wood)
    * Delete items in parallel in cleanup using `--checkers` threads
      (Nick Craig-Wood)
    * Add `--box-owned-by` to only show items owned by the login passed
      (Nick Craig-Wood)
    * Retry `operation_blocked_temporary` errors (Nick Craig-Wood)
* Chunker
    * Md5all must create metadata if base hash is slow (Ivan Andreev)
* Drive
    * Speed up directory listings by constraining the API listing using the
      current filters (fotile96, Ivan Andreev)
    * Fix buffering for single request upload for files smaller than
      `--drive-upload-cutoff` (YenForYang)
    * Add `-o config` option to `backend drives` to make config for all shared
      drives (Nick Craig-Wood)
* Dropbox
    * Add `--dropbox-batch-commit-timeout` to control batch timeout
      (Nick Craig-Wood)
* Filefabric
    * Make backoff exponential for error_background to fix errors
      (Nick Craig-Wood)
    * Fix directory move after API change (Nick Craig-Wood)
* FTP
    * Enable tls session cache by default (Ivan Andreev)
    * Add option to disable tls13 (Ivan Andreev)
    * Fix timeout after long uploads (Ivan Andreev)
    * Add support for precise time (Ivan Andreev)
    * Enable CI for ProFtpd, PureFtpd, VsFtpd (Ivan Andreev)
* Googlephotos
    * Use encoder for album names to fix albums with control characters
      (Parth Shukla)
* Jottacloud
    * Implement `SetModTime` to support modtime-only changes (albertony)
    * Improved error handling with `SetModTime` and corrupt files in general
      (albertony)
    * Add support for `UserInfo` (`rclone config userinfo`) feature (albertony)
    * Return direct download link from `rclone link` command (albertony)
* Koofr
    * Create direct share link (Dmitry Bogatov)
* Pcloud
    * Add sha256 support (Ken Enrique Morel)
* Premiumizeme
    * Fix directory listing after API changes (Nick Craig-Wood)
    * Fix server side move after API change (Nick Craig-Wood)
    * Fix server side directory move after API changes (Nick Craig-Wood)
* S3
    * Add support to use CDN URL to download the file (Logeshwaran)
    * Add AWS Snowball Edge to providers examples (r0kk3rz)
    * Use a combination of SDK retries and rclone retries (Nick Craig-Wood)
    * Fix IAM Role for Service Account not working and other auth problems
      (Nick Craig-Wood)
    * Fix `shared_credentials_file` auth after reverting incorrect fix
      (Nick Craig-Wood)
    * Fix corrupted on transfer: sizes differ 0 vs xxxx with Ceph
      (Nick Craig-Wood)
* Seafile
    * Fix error when not configured for 2fa (Fred)
* SFTP
    * Fix timeout when doing MD5SUM of large file (Nick Craig-Wood)
* Swift
    * Update OCI URL (David Liu)
    * Document OVH Cloud Archive (HNGamingUK)
* Union
    * Fix rename not working with union of local disk and bucket based remote
      (Nick Craig-Wood)

## v1.56.2 - 2021-10-01
* Bug Fixes
    * serve http: Re-add missing auth to http service (Nolan Woods)
    * build: Update golang.org/x/sys to fix crash on macOS when compiled with
      go1.17 (Herby Gillot)
* FTP
    * Fix deadlock after failed update when concurrency=1 (Ivan Andreev)

## v1.56.1 - 2021-09-19
* Bug Fixes
    * accounting: Fix maximum bwlimit by scaling scale max token bucket size
      (Nick Craig-Wood)
    * rc: Fix speed does not update in core/stats (negative0)
    * selfupdate: Fix `--quiet` option, not quite quiet (yedamo)
    * serve http: Fix `serve http` exiting directly after starting (Cnly)
    * build
        * Apply gofmt from golang 1.17 (Ivan Andreev)
        * Update Go to 1.16 and NDK to 22b for android/any (x0b)
* Mount
    * Fix `--daemon` mode (Ivan Andreev)
* VFS
    * Fix duplicates on rename (Nick Craig-Wood)
    * Fix crash when truncating a just uploaded object (Nick Craig-Wood)
    * Fix issue where empty dirs would build up in cache meta dir (albertony)
* Drive
    * Fix instructions for auto config (Greg Sadetsky)
    * Fix lsf example without drive-impersonate (Greg Sadetsky)
* Onedrive
    * Handle HTTP 400 better in PublicLink (Alex Chen)
    * Clarification of the process for creating custom client_id
      (Mariano Absatz)
* Pcloud
    * Return an early error when Put is called with an unknown size
      (Nick Craig-Wood)
    * Try harder to delete a failed upload (Nick Craig-Wood)
* S3
    * Add Wasabi's AP-Northeast endpoint info (hota)
    * Fix typo in s3 documentation (Greg Sadetsky)
* Seafile
    * Fix 2fa config state machine (Fred)
* SFTP
    * Remove spurious error message on `--sftp-disable-concurrent-reads`
      (Nick Craig-Wood)
* Sugarsync
    * Fix initial connection after config re-arrangement (Nick Craig-Wood)

diffstat:

 net/rclone/Makefile      |     5 +-
 net/rclone/distinfo      |  2735 ++++++++++++++++++---------------------------
 net/rclone/go-modules.mk |   911 ++++++---------
 3 files changed, 1439 insertions(+), 2212 deletions(-)

diffs (truncated from 5679 to 300 lines):

diff -r cf837c2b8a06 -r 1d37475a4aba net/rclone/Makefile
--- a/net/rclone/Makefile       Thu Jul 07 12:59:51 2022 +0000
+++ b/net/rclone/Makefile       Thu Jul 07 13:27:19 2022 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.35 2022/06/02 18:52:03 bsiegert Exp $
+# $NetBSD: Makefile,v 1.36 2022/07/07 13:27:19 leot Exp $
 
 # When updating changelog is available in
 # ${WRKSRC}/docs/content/changelog.md
-DISTNAME=      rclone-1.56.0
-PKGREVISION=   10
+DISTNAME=      rclone-1.58.1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=rclone/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r cf837c2b8a06 -r 1d37475a4aba net/rclone/distinfo
--- a/net/rclone/distinfo       Thu Jul 07 12:59:51 2022 +0000
+++ b/net/rclone/distinfo       Thu Jul 07 13:27:19 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.14 2021/10/26 11:06:48 nia Exp $
+$NetBSD: distinfo,v 1.15 2022/07/07 13:27:19 leot Exp $
 
 BLAKE2s (bazil.org_fuse_@v_v0.0.0-20200524192727-fb710f7dfd05.mod) = f4edb12aac6541f433bf9739b64e790b73dc445436fd752193bbdd4654526536
 SHA512 (bazil.org_fuse_@v_v0.0.0-20200524192727-fb710f7dfd05.mod) = 3bfb1ec026d32a4684d37573d7042367ba2cebacbd60e367f04776b1cd59b19320457991e75b9d77e558ab17266b4a14605e250bee1448ed78b64be52a138089
@@ -9,9 +9,15 @@
 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
+BLAKE2s (cloud.google.com_go_@v_v0.31.0.mod) = 53d181aacbf96ec4f9cdd051466576dbb6959ca71a825bc6672046c7c53a2b43
+SHA512 (cloud.google.com_go_@v_v0.31.0.mod) = 5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273
+Size (cloud.google.com_go_@v_v0.31.0.mod) = 27 bytes
 BLAKE2s (cloud.google.com_go_@v_v0.34.0.mod) = 53d181aacbf96ec4f9cdd051466576dbb6959ca71a825bc6672046c7c53a2b43
 SHA512 (cloud.google.com_go_@v_v0.34.0.mod) = 5132f3438533427c0ab0fbb7a12112a7830ea9122662ed46019ff89c71d9cf80c02edc32dd5c892da572031b5a2cce100f2602fa6a19bea6be7c02781f701273
 Size (cloud.google.com_go_@v_v0.34.0.mod) = 27 bytes
+BLAKE2s (cloud.google.com_go_@v_v0.37.0.mod) = 571f1dd1ade5449ad6f0bf716dbfcf70bea3e4aefa044a7a3d0250b964bbc8d7
+SHA512 (cloud.google.com_go_@v_v0.37.0.mod) = 24150b760cdcb32da7bcd7adf54085973c41904673ceebc13cf12609a63e68e6620737414de3ffca810525e1f69aa7b725a3b5635d114c1c2d31f13b2ca8a7e6
+Size (cloud.google.com_go_@v_v0.37.0.mod) = 1008 bytes
 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
@@ -66,9 +72,30 @@
 BLAKE2s (cloud.google.com_go_@v_v0.81.0.mod) = 884177a5537bb6fa3ab8233afc44edc288a44f7235b57311f94244106bf659cc
 SHA512 (cloud.google.com_go_@v_v0.81.0.mod) = 0f20f17224815d31006304ee27cd0c79e25f3d83e962e1fff3e61483126b950dc21ecb7494dc585410b2ab7fa72f5c40c14d577ad85b50702d5b07758b2225a5
 Size (cloud.google.com_go_@v_v0.81.0.mod) = 734 bytes
-BLAKE2s (cloud.google.com_go_@v_v0.81.0.zip) = cc7972db65f87780194ebb21bc499670531d80497902bb14010a597d5f645867
-SHA512 (cloud.google.com_go_@v_v0.81.0.zip) = 84e080a54a2b5dd0e80b995acd7badf29540d2261799e492b0d5931cb4e636f56fb65cc945ace955f194f776504120a44d68653060296d80b0b24a0a46d3ff95
-Size (cloud.google.com_go_@v_v0.81.0.zip) = 2276606 bytes
+BLAKE2s (cloud.google.com_go_@v_v0.83.0.mod) = 6768698bcdb17594bb4f23dc142376b5797f4d30d8b817980dce99e9f0620491
+SHA512 (cloud.google.com_go_@v_v0.83.0.mod) = 1ff1b33b078484f834924b6c10c2d840749411314f56afbffc07f0ad4f97fc1b603aaac9293ff44e08600e56adbcf68398837eb5480b7b7b247de0ef4d1a30f1
+Size (cloud.google.com_go_@v_v0.83.0.mod) = 717 bytes
+BLAKE2s (cloud.google.com_go_@v_v0.84.0.mod) = 8d2b997f9569b401602308d9fcbc6be0781a85fb7f173a6c518f2021ad73c357
+SHA512 (cloud.google.com_go_@v_v0.84.0.mod) = 247f8edc7a3e66b3538aa26da1ef94dc78d808704e9913dfee2082106d6e3cd2eb79c980cdbf3be86f33c07ebc393a515e64397d61f75d3f41952643df97c964
+Size (cloud.google.com_go_@v_v0.84.0.mod) = 717 bytes
+BLAKE2s (cloud.google.com_go_@v_v0.87.0.mod) = b1cedd665c8a7492c9030d422064496a22f8de32f708a79ce84ac5fd36ac5136
+SHA512 (cloud.google.com_go_@v_v0.87.0.mod) = 0737cb897a6b6019851ddd08d18ab406f7dea69a0b8d30b0067315e45f4955a092e7ba58a76fbdfa7186fd9afc79e2f0a7ccf842307d1a262eba03980ed4fbec
+Size (cloud.google.com_go_@v_v0.87.0.mod) = 717 bytes
+BLAKE2s (cloud.google.com_go_@v_v0.90.0.mod) = 02aa6bda710caafc8817ba29a1247a7deeb6318c8bf0295bd7fd52541c90b992
+SHA512 (cloud.google.com_go_@v_v0.90.0.mod) = 850490616112a8b1280d86e55803641614285cf11083c6328f4939dd22f84713d81c52b082c7fe4742c8785583fbddcf8c9b7d7b2a5e0713ba78e46250dc4768
+Size (cloud.google.com_go_@v_v0.90.0.mod) = 717 bytes
+BLAKE2s (cloud.google.com_go_@v_v0.93.3.mod) = 7ae6a5b2326734301f435628da8a78672f651d1d4bec9f7e7e6cd69c4518dce5
+SHA512 (cloud.google.com_go_@v_v0.93.3.mod) = db1ed639b6414cf8a0c7c0d365b70d47574208177cee3f3b11a91870ca56eb989958f6ad8fd607b1491862b777745accb8cbeb6425cf454e9eeb1ee643aa88ae
+Size (cloud.google.com_go_@v_v0.93.3.mod) = 475 bytes
+BLAKE2s (cloud.google.com_go_@v_v0.94.1.mod) = 9f39879c1d1d6b1073b5d8047a7da0567de1c70ca08f1faadb38afb23459ffb3
+SHA512 (cloud.google.com_go_@v_v0.94.1.mod) = c388bcf56f5f6a5e5772f7d53cf8d98f6d5902ec0b842f9d750c1f44dc02a1256f633fd935c2793391f23cf5fc475e81dcded0d4974525909102f8e9b4a1666b
+Size (cloud.google.com_go_@v_v0.94.1.mod) = 475 bytes
+BLAKE2s (cloud.google.com_go_@v_v0.97.0.mod) = cfea8dddf1b7c993d5e9e28f8a3045130276e638f26f3d996ca55851dff6122e
+SHA512 (cloud.google.com_go_@v_v0.97.0.mod) = 982196dc4d90f57779d6f065688c6e96eb8159c7206876b50d6f55b3eafc42d3429c9e0b67a7c36f86fdeb74428ec5b4d8bc84338f1ad22aa2618375986655e1
+Size (cloud.google.com_go_@v_v0.97.0.mod) = 532 bytes
+BLAKE2s (cloud.google.com_go_@v_v0.97.0.zip) = ae27d40b258380a4a5c8051d74bcd5e11241e01bfb78c9b36735bb7f8971a3af
+SHA512 (cloud.google.com_go_@v_v0.97.0.zip) = 35b43c82497faf703e122b80d93d982bcb592a8b87e087fa82bbc390431d49a556247d522a4298e06ffa65270226b0db6fde2b7e54922bcf9a7590edb36d88da
+Size (cloud.google.com_go_@v_v0.97.0.zip) = 1048557 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
@@ -87,24 +114,15 @@
 BLAKE2s (cloud.google.com_go_bigquery_@v_v1.8.0.mod) = 5d2872d22d22713a491b40409cbbffa2ebcf4099957cbbfd0e2323205cc7d681
 SHA512 (cloud.google.com_go_bigquery_@v_v1.8.0.mod) = 74886885016c92ce56b584665bdcc925404bab745a25ace03dacc2ace3f812a0d568ab8d19044097906b9da479037c41468c33f1243e6d55b36fba4571117607
 Size (cloud.google.com_go_bigquery_@v_v1.8.0.mod) = 639 bytes
-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_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
 BLAKE2s (cloud.google.com_go_datastore_@v_v1.1.0.mod) = 19e996b3e35cc55bd1b62bc7a6e29daca1fb27128fb2a24bf8c55112833a40db
 SHA512 (cloud.google.com_go_datastore_@v_v1.1.0.mod) = e7056a89df84a1027e2dcb4e15c6e89e0279d4a8bf5a45dad7778587bbd06f5f359c7addde5a5a62e0cb454032cc3ae0fc443477bf2adc3422cb0c38009f4e52
 Size (cloud.google.com_go_datastore_@v_v1.1.0.mod) = 566 bytes
-BLAKE2s (cloud.google.com_go_datastore_@v_v1.1.0.zip) = 9988629fa27efc91e3b979e7aeaa693b4cb0aec2ec46c763ca3844f7962455d7
-SHA512 (cloud.google.com_go_datastore_@v_v1.1.0.zip) = 08a1fad4b3a243f047da01abdeecd206c699f6cf5910c8bea430b478d383c8f0a49e54576a51277d292cac1bdfdf739702e67bb1c869e92a5a8b37e05c52c882
-Size (cloud.google.com_go_datastore_@v_v1.1.0.zip) = 279892 bytes
 BLAKE2s (cloud.google.com_go_firestore_@v_v1.1.0.mod) = f62090a6e980f1be94d9394f4e5bfcbe1096cad6dff5d7ef55c588b8e19a309c
 SHA512 (cloud.google.com_go_firestore_@v_v1.1.0.mod) = adb3d294ec1e9476bed820afa92aea5cabf77e7996d83bd1f03dff8447dfb13dd18ab4f091ad6ee209128151dcbfedb4967f99ccf7e10f5286e90b2ad56441d6
 Size (cloud.google.com_go_firestore_@v_v1.1.0.mod) = 568 bytes
-BLAKE2s (cloud.google.com_go_firestore_@v_v1.1.0.zip) = 92f7ff07809140c29d66aa199d92f185b393d5cf6aadbb4314313d45c3fca449
-SHA512 (cloud.google.com_go_firestore_@v_v1.1.0.zip) = 941679d0e95101da46640278a097bc5e54538e35f046b5362a450e3f0fa9926931812121cf2d25ec330639b4735790d5147b9adb5b55eb2494de85b3b334e9d1
-Size (cloud.google.com_go_firestore_@v_v1.1.0.zip) = 315645 bytes
 BLAKE2s (cloud.google.com_go_pubsub_@v_v1.0.1.mod) = a260db96f906c363c2ec160f4178e31671c43b3db696f26ea1c42bd00d52dd38
 SHA512 (cloud.google.com_go_pubsub_@v_v1.0.1.mod) = 8a393b8614207c22c73a706ccc3e66a8a16d2f305ab95d8f70774f13d0bcb7396b0ac5095daa57ebb991225a1db08c3110f1e85c26dd72f3bbcaf73fea536d9c
 Size (cloud.google.com_go_pubsub_@v_v1.0.1.mod) = 508 bytes
@@ -117,18 +135,12 @@
 BLAKE2s (cloud.google.com_go_pubsub_@v_v1.3.1.mod) = 9343a18e5abdebc736fac639a70db0bb51fae469f1d38e6e5c76c5fad39d210b
 SHA512 (cloud.google.com_go_pubsub_@v_v1.3.1.mod) = 0e2dc636df1de8119b3b4153466d8f31b4e2e9fa637c625ea0a7fd94951ee38edc02064cc00d7fe9a4d9f7e3d1ed521809003602398d68508772b11939755cdf
 Size (cloud.google.com_go_pubsub_@v_v1.3.1.mod) = 625 bytes
-BLAKE2s (cloud.google.com_go_pubsub_@v_v1.3.1.zip) = f1906f65906cdbefa0fe7d12f19a4f31ea0357c8a9460e39af3807cabe8ba8e6
-SHA512 (cloud.google.com_go_pubsub_@v_v1.3.1.zip) = fe4b98a54e759038763f6b83a4fc34af85e1b9815b0ff86db179d516b7ce4a7e7330c52fd553f5bd7de15358cfcd6c48212cc11f3eaae3ecc98ea4a0d3ecf082
-Size (cloud.google.com_go_pubsub_@v_v1.3.1.zip) = 155284 bytes
 BLAKE2s (cloud.google.com_go_storage_@v_v1.0.0.mod) = 0f8b81ac2bb9aaed4f0257cbea204507d7e7bb3a2c1dcf4a1cccad1c5d310ede
 SHA512 (cloud.google.com_go_storage_@v_v1.0.0.mod) = faf4a02a513ae4c23f931b8917e74a056c528b4267ef3b5b704949283910bfc5d41fdd7264b78d4fc1f6e5b370474a7c9933a2fad36bb5c872006def71f8ed0b
 Size (cloud.google.com_go_storage_@v_v1.0.0.mod) = 374 bytes
 BLAKE2s (cloud.google.com_go_storage_@v_v1.10.0.mod) = 743ff68a72c5b33a4cec549635e7fc205e1a03ee086cb2af9d77714a5c49e9b9
 SHA512 (cloud.google.com_go_storage_@v_v1.10.0.mod) = 2825d124965f45e40b36bc1d2f8133f8a1fb5ff94dd95d2ae4383bc4a300ddfe0efb75ace2f9408582525c377769bd1f75cd3c0c655c74aa75708f7a66c56352
 Size (cloud.google.com_go_storage_@v_v1.10.0.mod) = 622 bytes
-BLAKE2s (cloud.google.com_go_storage_@v_v1.10.0.zip) = 9eaec14e754178ce76815672faa61e3ea43a617e5724f0dff4abeeb2060466ea
-SHA512 (cloud.google.com_go_storage_@v_v1.10.0.zip) = 33e6cfa9a71e774e3d4b70afa390b86fa3700c5f833c6ba64d22d4bb8e06f51c33cd4880a11b4b69086423bf808cffecf1742d5ff1cdf025790f230b1a0bc27b
-Size (cloud.google.com_go_storage_@v_v1.10.0.zip) = 435484 bytes
 BLAKE2s (cloud.google.com_go_storage_@v_v1.5.0.mod) = fc00adcbcc877dabbd9f1edc7fad21c6b630381902ccd75c4681d2045b316bca
 SHA512 (cloud.google.com_go_storage_@v_v1.5.0.mod) = 33dacd4dc65bf8a7ead2e660e6719beb7024b1603e47e705ee657cf3024e5ec06c44ba88dfd05192142ce880903e94f8dd628d059ddc357e6b42e395953a86ba
 Size (cloud.google.com_go_storage_@v_v1.5.0.mod) = 953 bytes
@@ -138,24 +150,36 @@
 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 (dmitri.shuralyov.com_app_changes_@v_v0.0.0-20180602232624-0a106ad413e3.mod) = 91269899fde0d4dffd897537c420e87537b75e62f0184bc3bd2bb693f708e724
+SHA512 (dmitri.shuralyov.com_app_changes_@v_v0.0.0-20180602232624-0a106ad413e3.mod) = 
26c349638b8c031e65fde1387c9fad8fd99f09e2e165d943ee5ed2d1858db713936f07f640e9b2bb4e156c794cdf18f7076a559c4df7ecf39deb959232ca7940
+Size (dmitri.shuralyov.com_app_changes_@v_v0.0.0-20180602232624-0a106ad413e3.mod) = 40 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
-BLAKE2s (dmitri.shuralyov.com_gpu_mtl_@v_v0.0.0-20190408044501-666a987793e9.zip) = d95edcd2894a7a7dbe0b36fc5d188fd3b887c65cdd8ff589b7bfe60348b8025d
-SHA512 (dmitri.shuralyov.com_gpu_mtl_@v_v0.0.0-20190408044501-666a987793e9.zip) = 
4206fa50ea8f056656804388954562efcc78a14ed8f249801c601ccd399f70ea101e5299e07bd9b86e6e137a3cd2103209ef186193a1129e108b224ee5497432
-Size (dmitri.shuralyov.com_gpu_mtl_@v_v0.0.0-20190408044501-666a987793e9.zip) = 33828 bytes
+BLAKE2s (dmitri.shuralyov.com_html_belt_@v_v0.0.0-20180602232347-f7d459c86be0.mod) = 226d3b9f33828cc9781c355520a575df3d9af14af0e509869d78cede24adb881
+SHA512 (dmitri.shuralyov.com_html_belt_@v_v0.0.0-20180602232347-f7d459c86be0.mod) = 
a1c78474d2b67323d7d06018d53646df667fb3a6ed8ece9f6b482b4492c84cc71287b28932dde1a2962a610019b1c6290370fa100076fc185147c4406125870c
+Size (dmitri.shuralyov.com_html_belt_@v_v0.0.0-20180602232347-f7d459c86be0.mod) = 38 bytes
+BLAKE2s (dmitri.shuralyov.com_service_change_@v_v0.0.0-20181023043359-a85b471d5412.mod) = d8f1b42c9dbde8f2b4e823ab9b7b165ce321ed3059b1761bec7da6fba74ba3ce
+SHA512 (dmitri.shuralyov.com_service_change_@v_v0.0.0-20181023043359-a85b471d5412.mod) = 
20d56bff980c4af50c7dad8e3b30d6152ad71da004cc032c74f94fe132b2ed7757e59b420226b14e1900ce0f48df741b526814612c8eca1014db852ae409b0da
+Size (dmitri.shuralyov.com_service_change_@v_v0.0.0-20181023043359-a85b471d5412.mod) = 43 bytes
+BLAKE2s (dmitri.shuralyov.com_state_@v_v0.0.0-20180228185332-28bcc343414c.mod) = 074e71c9bc51ccdaf9775f6580bff9c0b2e5f0f3e926ffe76d5884188e831517
+SHA512 (dmitri.shuralyov.com_state_@v_v0.0.0-20180228185332-28bcc343414c.mod) = 
8db816cd549d69ae78c02240c9d2fcf68460264ce3bede4878f11e9bc2a722186e4d32d494ff207216503127b548453cca0c1c532fa4f433de011d9ab0296f56
+Size (dmitri.shuralyov.com_state_@v_v0.0.0-20180228185332-28bcc343414c.mod) = 34 bytes
+BLAKE2s (git.apache.org_thrift.git_@v_v0.0.0-20180902110319-2566ecd5d999.mod) = 6ce3f4bab67d3fcfe686eff0f2afebe07cf43b342d44b49f03ac259d14bca4b7
+SHA512 (git.apache.org_thrift.git_@v_v0.0.0-20180902110319-2566ecd5d999.mod) = 
20958dd7849b90732d66ff46316a8e234839491c7bb2688c59f9c755ea7458d810a345362d0145c9e4c15311f0d999b030a7ba53dac7266ab7b95b926de6302c
+Size (git.apache.org_thrift.git_@v_v0.0.0-20180902110319-2566ecd5d999.mod) = 33 bytes
 BLAKE2s (github.com__azure_azure-pipeline-go_@v_v0.2.3.mod) = b7378e8f4bd546ef05978605faf60428fc611ff206eabc4cac1d2dd407204d24
 SHA512 (github.com__azure_azure-pipeline-go_@v_v0.2.3.mod) = be347e2e234c217a9e0f4221a5e2cd6878141dba894c757440e46e55cb111e696e971ecff6159eaada4125594b42c65eae5db4658f2c0bc7bc488cc9ac9e9c31
 Size (github.com__azure_azure-pipeline-go_@v_v0.2.3.mod) = 130 bytes
 BLAKE2s (github.com__azure_azure-pipeline-go_@v_v0.2.3.zip) = b87d21d7fb3f94939132de1c8dceaf7bd9aa62b02a7f068d00ebd3fe5c333289
 SHA512 (github.com__azure_azure-pipeline-go_@v_v0.2.3.zip) = 510b422b6ea699208856a29b8b17a42e231ffa95e165275d9e07c6c7011e25b06e19f2f1a4f6a7378d0f4f1de493ad47ef146879b0e2fb0470449c4757fbef28
 Size (github.com__azure_azure-pipeline-go_@v_v0.2.3.zip) = 22813 bytes
-BLAKE2s (github.com__azure_azure-storage-blob-go_@v_v0.13.0.mod) = 52ae017be381b4bb45e4e970f8c87393a280abc0c280fdd627702b319e3c0544
-SHA512 (github.com__azure_azure-storage-blob-go_@v_v0.13.0.mod) = 3c2362987b6afc83b8d2fa8d21c55a125d8dd10f302b724a5f5413d0f1490a2da5eddb1615a645e43a6929567114aeafe4bd6162078493094f812ebee8d8a85e
-Size (github.com__azure_azure-storage-blob-go_@v_v0.13.0.mod) = 387 bytes
-BLAKE2s (github.com__azure_azure-storage-blob-go_@v_v0.13.0.zip) = 0ccacc1858e824b8b4712b678e52b4bcff45a5232b6604571a6aa515bd57486e
-SHA512 (github.com__azure_azure-storage-blob-go_@v_v0.13.0.zip) = 9b38ac749fb83736ace501f43d493266b96a25b9f0761178b6bb08ac6cc0d806d99692a57f1fee1d7759af5a54f0ce8b773e4fcbe744652a4cb1bb2b102b8a2f
-Size (github.com__azure_azure-storage-blob-go_@v_v0.13.0.zip) = 295028 bytes
+BLAKE2s (github.com__azure_azure-storage-blob-go_@v_v0.14.0.mod) = 896a42e98b568dc8c994576b24f0df3106b51e96adabc84a977927010879dab4
+SHA512 (github.com__azure_azure-storage-blob-go_@v_v0.14.0.mod) = dfe42541f2dfb16de5246ecaece418db8ff3f4bef1e77dae32220a58c1c71218ff67b8b7b40f8e544f5b64f96c557fb07fe7afedba657fee3fb39a30f52d6bac
+Size (github.com__azure_azure-storage-blob-go_@v_v0.14.0.mod) = 313 bytes
+BLAKE2s (github.com__azure_azure-storage-blob-go_@v_v0.14.0.zip) = 7e97bc2e5d81225294767b90bb792d1a5ea32416b4d8057c0302c148aec38ef6
+SHA512 (github.com__azure_azure-storage-blob-go_@v_v0.14.0.zip) = 940bbbccb2ead1e9469b27c79b4f68432493b3355ea4836e1cd64c3bd5be44a8d9d13c0b1acafd689d8ca8183d941f4cd5cfa12d0855c11271930b9bf7c069df
+Size (github.com__azure_azure-storage-blob-go_@v_v0.14.0.zip) = 302225 bytes
 BLAKE2s (github.com__azure_go-autorest_@v_v14.2.0+incompatible.mod) = f6532415d34eafc417bf6a29951d4d8f52d8ae389498db75a04278c4ef487588
 SHA512 (github.com__azure_go-autorest_@v_v14.2.0+incompatible.mod) = d7c80a07fa3633acb681d54fae5743c6aab0d5f1f9e1edc3f7037a7abcf12c5536c524e856f9ea3d876b2b0fdf2884fa307ed16fd9758aba17a3d28766df1377
 Size (github.com__azure_go-autorest_@v_v14.2.0+incompatible.mod) = 36 bytes
@@ -165,12 +189,12 @@
 BLAKE2s (github.com__azure_go-autorest_autorest_adal_@v_v0.9.13.mod) = 7240bdd64210c3827d288b7aaf3baf1c9ed01f40a86bf6e0031b95e647a235fd
 SHA512 (github.com__azure_go-autorest_autorest_adal_@v_v0.9.13.mod) = 873698094ff3f392a54d01ae2b5744cbdce84e10b7c28b930aa7366d72dde4ece9636e168b003c46f8a21eeebddab150e687626338f6d938798b99c35bb62ced
 Size (github.com__azure_go-autorest_autorest_adal_@v_v0.9.13.mod) = 424 bytes
-BLAKE2s (github.com__azure_go-autorest_autorest_adal_@v_v0.9.13.zip) = d17d522c1cd3d87b807766823261ed18efa90279542d9d1a803fca8e30f0c103
-SHA512 (github.com__azure_go-autorest_autorest_adal_@v_v0.9.13.zip) = 2c78eb875092f1cd18289c1e5f0585324bac3e534dfc0967c3f5c14dc1063b0b1ed3e602a121a750cc24110dffc6eba8d738a4f2055c1730221418857aa8d484
-Size (github.com__azure_go-autorest_autorest_adal_@v_v0.9.13.zip) = 47890 bytes
-BLAKE2s (github.com__azure_go-autorest_autorest_adal_@v_v0.9.2.mod) = d3e3a386ec4d11dcbe48775f8693188ed55e35282dacead0baaeef73445839df
-SHA512 (github.com__azure_go-autorest_autorest_adal_@v_v0.9.2.mod) = 99fc883cce6e127149af8daba32c4126fb2fb3680f62d63d3a4ec60cd35662f840a929f30009d425fd5dc5363a93e867aaf481f15e4ee878c4892986906b08cb
-Size (github.com__azure_go-autorest_autorest_adal_@v_v0.9.2.mod) = 376 bytes
+BLAKE2s (github.com__azure_go-autorest_autorest_adal_@v_v0.9.17.mod) = abfa0ed5aa6a42d3db65edbffb6937762db4a3b163a6e405b541c1155e2c61c8
+SHA512 (github.com__azure_go-autorest_autorest_adal_@v_v0.9.17.mod) = 8b1cbf778607e8021b626919308232f679887e3e295b0589db0553afe4c1d95db209d8e8d3964bf284db65080a6c3190b60d048b0ea9cdca917c4d5c7082b401
+Size (github.com__azure_go-autorest_autorest_adal_@v_v0.9.17.mod) = 408 bytes
+BLAKE2s (github.com__azure_go-autorest_autorest_adal_@v_v0.9.17.zip) = 829386df6a0be6cdab2668a1cbb4dde876e81ca707a5c25ba87ff13c208ee105
+SHA512 (github.com__azure_go-autorest_autorest_adal_@v_v0.9.17.zip) = 712a4eb7bf83cc5e2842d08dc7285fe73413f9b0e2b70ef77549c70f9317a297fb61038b504fcff6146883998e14e4d74e3a667a4e415ed020b8eea1d78dceb9
+Size (github.com__azure_go-autorest_autorest_adal_@v_v0.9.17.zip) = 47924 bytes
 BLAKE2s (github.com__azure_go-autorest_autorest_date_@v_v0.3.0.mod) = fbb831ceebe586e6da04fa13f1d7420f58b8b5f79c433913e4f6fba324d7b971
 SHA512 (github.com__azure_go-autorest_autorest_date_@v_v0.3.0.mod) = d48c483ef76bb5ec8d721ba828cade25defd91bb2c0dfc3b44df36742b86e8e0650a2d010bc7843a0b4317633676c393f4044998cf7f953125bed93bb7fb9375
 Size (github.com__azure_go-autorest_autorest_date_@v_v0.3.0.mod) = 118 bytes
@@ -180,9 +204,6 @@
 BLAKE2s (github.com__azure_go-autorest_autorest_mocks_@v_v0.4.1.mod) = c93f83c34588142257066a8f376c5d95b22601ac4f36fe54ca34b09fd4b316bb
 SHA512 (github.com__azure_go-autorest_autorest_mocks_@v_v0.4.1.mod) = 6a9196afd0b5bcafef72c001742e1c8e45ffd0d7f53ad64ff33a8388b71d90917cff08687ffdcc80f5f64806269c120ffd3ae7d0d718c6fb8b2810b2fc2b5e28
 Size (github.com__azure_go-autorest_autorest_mocks_@v_v0.4.1.mod) = 119 bytes
-BLAKE2s (github.com__azure_go-autorest_autorest_mocks_@v_v0.4.1.zip) = 4a9b4de8efcae63c9463f6ecf5591c2fe1a6cb7e919a44d88b4f966f8920917e
-SHA512 (github.com__azure_go-autorest_autorest_mocks_@v_v0.4.1.zip) = ff018e85092e3aaf288aba57d453088eaf24d22638f57f0d494dfa36899070c07938e50362d22267f1b40a65a69e7930a3214ea29f02ba6406a1de2b3c770de5
-Size (github.com__azure_go-autorest_autorest_mocks_@v_v0.4.1.zip) = 9299 bytes
 BLAKE2s (github.com__azure_go-autorest_logger_@v_v0.2.1.mod) = c5b381652297d3cc990e2e466bbff4ed9b72b93c9ae2e1c73bfaa0212e04cf07
 SHA512 (github.com__azure_go-autorest_logger_@v_v0.2.1.mod) = bc44b8d16bbfa4fb5e5f6ad015165f03ca8c747096d4618aac083a22313451fb283f0061fab90e6148e5a52279e839101561feb358cfa77e26028fcfa5a4fc9d
 Size (github.com__azure_go-autorest_logger_@v_v0.2.1.mod) = 111 bytes
@@ -204,93 +225,57 @@
 BLAKE2s (github.com__burnt_sushi_toml_@v_v0.3.1.mod) = 1e3e33c00707a3593021eb034c331e03c391be2a8977de8635ddcdd39b13ded4
 SHA512 (github.com__burnt_sushi_toml_@v_v0.3.1.mod) = 320941bc3b7fb8bc595e6135cbc513a7583d129f0cd92508055291e141191066303cf75148e25198c21f6c6c539a790ea3210f3ecf5de6a2a03b70c753091146
 Size (github.com__burnt_sushi_toml_@v_v0.3.1.mod) = 34 bytes
-BLAKE2s (github.com__burnt_sushi_toml_@v_v0.3.1.zip) = d25ca220e9adbe837dd982363249621f342dbe179d460f7367524c9529523007
-SHA512 (github.com__burnt_sushi_toml_@v_v0.3.1.zip) = 43ed64ae515738487e9b75a2290d0b2bc25e83c021a9f29b21487c37adbf34e74e1e7d3d5ec0dfe678c8396356f95c3993a5f5610d1791ff62056cd182a4272f
-Size (github.com__burnt_sushi_toml_@v_v0.3.1.zip) = 56132 bytes
 BLAKE2s (github.com__burnt_sushi_xgb_@v_v0.0.0-20160522181843-27f122750802.mod) = 3aae55f1e64baee0b056bf90360c33c65231ecbd5a3a924ef9926aa6696b8ca1
 SHA512 (github.com__burnt_sushi_xgb_@v_v0.0.0-20160522181843-27f122750802.mod) = 
dbfa64ac31b25fdbff12110c6f9815abfde65f281e40852e7165499a2cefb6656c74fe0b82f0f018304daa02b83b421e9c15654efabad39787c69c1b2996a79d
 Size (github.com__burnt_sushi_xgb_@v_v0.0.0-20160522181843-27f122750802.mod) = 33 bytes
-BLAKE2s (github.com__burnt_sushi_xgb_@v_v0.0.0-20160522181843-27f122750802.zip) = 30a9ad04f2ed1478a1ed8be7bd686686e533c90f57cc9d1236f33f78bea8450b
-SHA512 (github.com__burnt_sushi_xgb_@v_v0.0.0-20160522181843-27f122750802.zip) = 
7bb2037721647f941eb8dec5bdcf00d72febf118b34819d6bf3cdbaae1bd2cedd867cd210acfdba5afdf48be8b315d934447aa5674901e95a7868e707d337547
-Size (github.com__burnt_sushi_xgb_@v_v0.0.0-20160522181843-27f122750802.zip) = 254689 bytes
 BLAKE2s (github.com__julusian_godocdown_@v_v0.0.0-20170816220326-6d19f8ff2df8.mod) = f91dcf1a5a78ef1435a87b2c2480062ca3b2ed9d63e21810324a7307a0c7df27
 SHA512 (github.com__julusian_godocdown_@v_v0.0.0-20170816220326-6d19f8ff2df8.mod) = 
6d1318c27e3022371555bf689aa605b10bf4bd5a1e2f58aa4fc577272ed3f46f301bcddba0a122d9a3eb7a906aba92ae32f1a44b225a31409e10d28932f1e0bb
 Size (github.com__julusian_godocdown_@v_v0.0.0-20170816220326-6d19f8ff2df8.mod) = 37 bytes
-BLAKE2s (github.com__julusian_godocdown_@v_v0.0.0-20170816220326-6d19f8ff2df8.zip) = 2e2309f9a7dbf26ed0cb60c2c99dd4f149b39d40342dc33f143cc8b5a609c6bd
-SHA512 (github.com__julusian_godocdown_@v_v0.0.0-20170816220326-6d19f8ff2df8.zip) = 
318c04966f739c9170bccf325134b2883da0b0027f282c8a3dc4fbfe35a75bcc527e12ea7347351f9fb3f39138db503265e1168882337ecdf1a0c1156962a0c5
-Size (github.com__julusian_godocdown_@v_v0.0.0-20170816220326-6d19f8ff2df8.zip) = 41276 bytes
-BLAKE2s (github.com__knetic_govaluate_@v_v3.0.1-0.20171022003610-9aa49832a739+incompatible.mod) = 745c08aaf803224893a2360b34b51c777c662d8608b88d854e9dfdbc58f8665d
-SHA512 (github.com__knetic_govaluate_@v_v3.0.1-0.20171022003610-9aa49832a739+incompatible.mod) = 
73bd53e14c96c10e3288cd859b5d7758e6d2897369060b1581b6a4290e233877e408c9dc6350b763c2ab678a2e8f3e8f7f3bf563928b43ad37a48187ccc0ee7b
-Size (github.com__knetic_govaluate_@v_v3.0.1-0.20171022003610-9aa49832a739+incompatible.mod) = 35 bytes
-BLAKE2s (github.com__knetic_govaluate_@v_v3.0.1-0.20171022003610-9aa49832a739+incompatible.zip) = 7ebab5cf98a62bc181985b9714ab676081e445ee2bc6aec1dd6d7e65fa0d3077
-SHA512 (github.com__knetic_govaluate_@v_v3.0.1-0.20171022003610-9aa49832a739+incompatible.zip) = 
09e2d74c507fcfb91e3c527743b69ad0e321aa1b4cdfd2091ab28c772028f681d293b49eccdb307e24f5c43be6963374de0eab8afd603c2291d43d02fd3b4c0a
-Size (github.com__knetic_govaluate_@v_v3.0.1-0.20171022003610-9aa49832a739+incompatible.zip) = 58819 bytes
-BLAKE2s (github.com__microsoft_go-winio_@v_v0.4.14.mod) = 3d4941e7ffa0bd1801cd1ad71d32b4851158e325d6c7714a92d09a390a72f368
-SHA512 (github.com__microsoft_go-winio_@v_v0.4.14.mod) = 83b5d04d488db971f78cd1853903e7f5cb1d547d5b5270bcaf35aff4240f0b96c300ce311014775028e1424c6fad714991c27f0c676d8b8eb37aaa62330450ec
-Size (github.com__microsoft_go-winio_@v_v0.4.14.mod) = 177 bytes
-BLAKE2s (github.com__microsoft_go-winio_@v_v0.4.17.mod) = 3a8bb3603c52fc804ab1416e60075982a757a3de44881b468ca83dc46f04aea8
-SHA512 (github.com__microsoft_go-winio_@v_v0.4.17.mod) = 5a32f55d6a4c3269cfa12d67a4f083477dfc5743b80911055c9e415bcc7cf477077478286fee918c154309d1420d19f811b8222e022df09ba2b7a3e1c93ffb38
-Size (github.com__microsoft_go-winio_@v_v0.4.17.mod) = 177 bytes
-BLAKE2s (github.com__microsoft_go-winio_@v_v0.4.17.zip) = 9689b14fb81f540b81241570a8510d25629dfb9049260970e96a5f4272198500
-SHA512 (github.com__microsoft_go-winio_@v_v0.4.17.zip) = e7f3f9ef96f80b0eeff77f75c668ed711583ea158d52e1d93daa413779d650d7796120a14fcf179b144716dd6b8f7df9c3044455b3b4742f34a39682732416c7
-Size (github.com__microsoft_go-winio_@v_v0.4.17.zip) = 116037 bytes
+BLAKE2s (github.com__max-_sum_base32768_@v_v0.0.0-20191205131208-7937843c71d5.mod) = dbd3b305d9a82b6f4456a0a97f8916edd5222b76f10abfd239f9d00109e4636d
+SHA512 (github.com__max-_sum_base32768_@v_v0.0.0-20191205131208-7937843c71d5.mod) = 
aeaa6544493913f0e9b304091a0a2da804acbd578bea030218700237ab3eb60e6ba75ae8453a09a85aafc1a55a3af1de68ae1f75ef486f9b510310935023f08a
+Size (github.com__max-_sum_base32768_@v_v0.0.0-20191205131208-7937843c71d5.mod) = 45 bytes
+BLAKE2s (github.com__max-_sum_base32768_@v_v0.0.0-20191205131208-7937843c71d5.zip) = 23a537c757b190f0de5cc781e1d0dd0691230a0ebc0ddde715e5776d4995d498
+SHA512 (github.com__max-_sum_base32768_@v_v0.0.0-20191205131208-7937843c71d5.zip) = 
3c68a1d28ea8d91946fb2f631a225ea74609e4cd71cf07313e44d4ff08d4d6a37da12c359b48cbe249dab897953b4b435014c309b64232c3607f716cfb34b774
+Size (github.com__max-_sum_base32768_@v_v0.0.0-20191205131208-7937843c71d5.zip) = 7080 bytes
+BLAKE2s (github.com__microsoft_go-winio_@v_v0.5.0.mod) = 3a8bb3603c52fc804ab1416e60075982a757a3de44881b468ca83dc46f04aea8
+SHA512 (github.com__microsoft_go-winio_@v_v0.5.0.mod) = 5a32f55d6a4c3269cfa12d67a4f083477dfc5743b80911055c9e415bcc7cf477077478286fee918c154309d1420d19f811b8222e022df09ba2b7a3e1c93ffb38
+Size (github.com__microsoft_go-winio_@v_v0.5.0.mod) = 177 bytes
+BLAKE2s (github.com__microsoft_go-winio_@v_v0.5.1.mod) = 3a8bb3603c52fc804ab1416e60075982a757a3de44881b468ca83dc46f04aea8
+SHA512 (github.com__microsoft_go-winio_@v_v0.5.1.mod) = 5a32f55d6a4c3269cfa12d67a4f083477dfc5743b80911055c9e415bcc7cf477077478286fee918c154309d1420d19f811b8222e022df09ba2b7a3e1c93ffb38
+Size (github.com__microsoft_go-winio_@v_v0.5.1.mod) = 177 bytes
+BLAKE2s (github.com__microsoft_go-winio_@v_v0.5.1.zip) = 52e2bcb9db61935b7492928adffa4f3f4a3c76f85c1c1a28cc012709dd681277
+SHA512 (github.com__microsoft_go-winio_@v_v0.5.1.zip) = f51ccf7554def8a81df52346596a94b3756cb3fc76a7983cdc91e5a57bdff6cb0a0252fb293f5929c2f3b2e541d4aad1b6d6ae12503b1c40d9dcd1662b24c6a1
+Size (github.com__microsoft_go-winio_@v_v0.5.1.zip) = 119625 bytes
 BLAKE2s (github.com__one_of_one_xxhash_@v_v1.2.2.mod) = b05a5527ea6991b3b2ff17d87063331e76c2f6e69f09ae25c45388869f19f7cd
 SHA512 (github.com__one_of_one_xxhash_@v_v1.2.2.mod) = 9081c69a2480ef726f547047306dc9136211ac7550882e68d458e2c04e5343366cb08f20525a51c804ab9a554dfe8363a1d9660bc0f9e501e1d996f7b6f320e4
 Size (github.com__one_of_one_xxhash_@v_v1.2.2.mod) = 34 bytes
-BLAKE2s (github.com__one_of_one_xxhash_@v_v1.2.2.zip) = 831da520195203987f09c1bb6e496b2711a5494eba24441da91c4743789fb481
-SHA512 (github.com__one_of_one_xxhash_@v_v1.2.2.zip) = 89912d8630bed5c71dcf391b57e4537b93f01c4f1cf320a8c11d5d34d47fa4e3ea4abbfb3bc3aa76ad3cf08350da67e190cd80322597d0de3123fbaccbcea9e4
-Size (github.com__one_of_one_xxhash_@v_v1.2.2.zip) = 17606 bytes
 BLAKE2s (github.com__roaring_bitmap_roaring_@v_v0.4.7.mod) = 54fd1e3b3100a0ec8f566c4d36a9cada1da0891d36afd32a2a8295a66fffb102
 SHA512 (github.com__roaring_bitmap_roaring_@v_v0.4.7.mod) = f6ce2a55f08fca0d8d18a21570db3933e816f0117d8b8f792da159d6798a19726d850d2427cfa3c7d8c78beaba0609d80fb7486594b57ae01d4d222fb908e966
 Size (github.com__roaring_bitmap_roaring_@v_v0.4.7.mod) = 40 bytes
-BLAKE2s (github.com__roaring_bitmap_roaring_@v_v0.4.7.zip) = 32590fe66f744ec214301f2db1b4bb506999dd7759a0b513b6468187da47cfb8
-SHA512 (github.com__roaring_bitmap_roaring_@v_v0.4.7.zip) = f5ea282498786c6805d017f166184fff1d3582653867e7acf2b39f6b259c7254b11ce767921d28545fff6c44045f8e3dfacadbf28d8af2635b3949fb1049d476
-Size (github.com__roaring_bitmap_roaring_@v_v0.4.7.zip) = 179402 bytes
-BLAKE2s (github.com__shopify_sarama_@v_v1.19.0.mod) = 0c485fc27372f9ff0a23e1c0cca2127d6f4c01516c66928269070859a4c754c9
-SHA512 (github.com__shopify_sarama_@v_v1.19.0.mod) = db3271d8abd514934ce5d06fd20f7490db8368e57822a2379bbfd4ccb94e67354400d487d388a57467a5a16cec339cbae9488cecf82e41d85918639bedaa0a87
-Size (github.com__shopify_sarama_@v_v1.19.0.mod) = 33 bytes
-BLAKE2s (github.com__shopify_sarama_@v_v1.19.0.zip) = 9b8e46b53a3f2b8d5d2dd4d9fd552221f286644b8e40deb4d1caa955b25f1c4f
-SHA512 (github.com__shopify_sarama_@v_v1.19.0.zip) = 88d0498c0720487d18e48e5485e2149349ab2e67dcd862c0cb731e6869889018f5cc03f4670005bce99bed89a076617ced26ebf877b03769e61377d2e032eb03
-Size (github.com__shopify_sarama_@v_v1.19.0.zip) = 277625 bytes
-BLAKE2s (github.com__shopify_toxiproxy_@v_v2.1.4+incompatible.mod) = ba81b4785c4f0bb2ff4df79ff7aac3307eb97eadf64f203435b631aa67a583b3
-SHA512 (github.com__shopify_toxiproxy_@v_v2.1.4+incompatible.mod) = 917ada7ac198a013d2b090dfc59a45bd2619dcb7227df1521ca38a0d822fab12ea8c158c526257fef4ef506af29d9fa678e8dc2a73fc13c8dfeb57b398801744
-Size (github.com__shopify_toxiproxy_@v_v2.1.4+incompatible.mod) = 36 bytes
-BLAKE2s (github.com__shopify_toxiproxy_@v_v2.1.4+incompatible.zip) = d5624c6ec7b8f47e642632d689e5f162a315cf2f069ab19222b67b70c6f87c7c
-SHA512 (github.com__shopify_toxiproxy_@v_v2.1.4+incompatible.zip) = 89d7b18a1eda0e215851b894ed019d27cb302650ad12eb07edeb49e663ac0910be41a0e4281e1e9b7c1ff2948a74e174d47ae5dbd7956e946c7d3c72633d0a24
-Size (github.com__shopify_toxiproxy_@v_v2.1.4+incompatible.zip) = 64188 bytes
-BLAKE2s (github.com__stack_exchange_wmi_@v_v0.0.0-20190523213315-cbe66965904d.mod) = 38907b1e943fc71bdc29c50fa338653074701868440c4d4c86ea9afb1145b3bb
-SHA512 (github.com__stack_exchange_wmi_@v_v0.0.0-20190523213315-cbe66965904d.mod) = 
83f296ee872570bab84dc3e3f7984f155f5a9a4f95ca7b23a5f39dd47b54eb87ceb2eaa4db00a3966def5b41fb0250de18bcde32610c350206b6d0e744353fd7
-Size (github.com__stack_exchange_wmi_@v_v0.0.0-20190523213315-cbe66965904d.mod) = 36 bytes
-BLAKE2s (github.com__stack_exchange_wmi_@v_v0.0.0-20210224194228-fe8f1750fd46.mod) = 38907b1e943fc71bdc29c50fa338653074701868440c4d4c86ea9afb1145b3bb
-SHA512 (github.com__stack_exchange_wmi_@v_v0.0.0-20210224194228-fe8f1750fd46.mod) = 
83f296ee872570bab84dc3e3f7984f155f5a9a4f95ca7b23a5f39dd47b54eb87ceb2eaa4db00a3966def5b41fb0250de18bcde32610c350206b6d0e744353fd7
-Size (github.com__stack_exchange_wmi_@v_v0.0.0-20210224194228-fe8f1750fd46.mod) = 36 bytes
-BLAKE2s (github.com__stack_exchange_wmi_@v_v0.0.0-20210224194228-fe8f1750fd46.zip) = ea2216d0ab937aad886b4467c243434e81c1cab4049cd9db9af771ba27166a40
-SHA512 (github.com__stack_exchange_wmi_@v_v0.0.0-20210224194228-fe8f1750fd46.zip) = 
bfff45b63f7061cd8ba6a65365463698d826bd8614aa852aa1b545056ad70a21618e7fb2753828b5831665532077c5d233334dbd188b3ed0be39176061b8c2dc
-Size (github.com__stack_exchange_wmi_@v_v0.0.0-20210224194228-fe8f1750fd46.zip) = 15626 bytes
+BLAKE2s (github.com__stack_exchange_wmi_@v_v1.2.1.mod) = db3af9165c399b9d444d2f4f388e7f68b6e735d0697134e87b925d3d00c5e1f1
+SHA512 (github.com__stack_exchange_wmi_@v_v1.2.1.mod) = 5d265223a8ce7ca21d85cabf22eb44adc5021de447f085ab0734f278fe05dfa897040c40350ee13558491c9c1ce6e1e36320625e86a9b9b550319c787da60b78
+Size (github.com__stack_exchange_wmi_@v_v1.2.1.mod) = 86 bytes
+BLAKE2s (github.com__stack_exchange_wmi_@v_v1.2.1.zip) = c5d9cbf81ceff9272e42dfc7e75e427a183f7726b194a295ccd5558a2dffa8d8
+SHA512 (github.com__stack_exchange_wmi_@v_v1.2.1.zip) = 27350fbcf1f6b76b704af269766b408f8ef2500b9ae4ba22f311839bae3d1148c12a59f7f940dbfbe528824918c6b06f9856cce39dba73756e2c2636659aa890
+Size (github.com__stack_exchange_wmi_@v_v1.2.1.zip) = 16105 bytes
 BLAKE2s (github.com__unknwon_goconfig_@v_v0.0.0-20200908083735-df7de6a44db8.mod) = 2095cb51a6f11e5c298a15a410d2cb4636c68d464f6a6f669a59ba442a5fccbd
 SHA512 (github.com__unknwon_goconfig_@v_v0.0.0-20200908083735-df7de6a44db8.mod) = 
c3587cf56f66da44740ab45674394b4106398eec10361095205cfabe29f53ca11dcfe91c964c7a46de152a715e2ea56d5c4c13e3c94d729561450754f7dd15e8
 Size (github.com__unknwon_goconfig_@v_v0.0.0-20200908083735-df7de6a44db8.mod) = 35 bytes
 BLAKE2s (github.com__unknwon_goconfig_@v_v0.0.0-20200908083735-df7de6a44db8.zip) = 1ec70a0a0699e61198e1f6e6396ed8ab44b1f0328ee77203b153448fe916cd21
 SHA512 (github.com__unknwon_goconfig_@v_v0.0.0-20200908083735-df7de6a44db8.zip) = 
9afe81e873d81eb4b9c633ed99a7c712fc339ed663437e88f95832677f2383ddd21dac879d01cb448d11cf0b2d3ab34f98d6c4a1fd61b9e499a28da5473a0392
 Size (github.com__unknwon_goconfig_@v_v0.0.0-20200908083735-df7de6a44db8.zip) = 21887 bytes
-BLAKE2s (github.com__vivid_cortex_gohistogram_@v_v1.0.0.mod) = c82c30fe74c0a4e9c5cafa8fe91718d9931f156e4ea54c30feb75ec3caaae76d
-SHA512 (github.com__vivid_cortex_gohistogram_@v_v1.0.0.mod) = e25b80b5e74a374b055238fc017a8c64ea89180ca07417abe673ad5eb0b53c9489b9d93f638da5b5cec250fe9a478345093dd2d1bf0b82fdfffe938ec1aa874d
-Size (github.com__vivid_cortex_gohistogram_@v_v1.0.0.mod) = 42 bytes
-BLAKE2s (github.com__vivid_cortex_gohistogram_@v_v1.0.0.zip) = c21a9ffa61146f75a6d20c562c052a1c9ab8f81acf3fef31d67f354bb3296954
-SHA512 (github.com__vivid_cortex_gohistogram_@v_v1.0.0.zip) = ef5e843fcb69c8ee49b39d5a43a713d95bf6d423159d9c48784de8c10b322df42862d34efc4211317f842ed46d835c983c48fbe0b1353709e9db8e7ae775dd22
-Size (github.com__vivid_cortex_gohistogram_@v_v1.0.0.zip) = 23576 bytes
 BLAKE2s (github.com_a8m_tree_@v_v0.0.0-20210414114729-ce3525c5c2ef.mod) = 35a7ad557d59efb0d6d8ae7c10840fe25f377eeda2c6b7758bf0960f52245c62
 SHA512 (github.com_a8m_tree_@v_v0.0.0-20210414114729-ce3525c5c2ef.mod) = 
c64df5fe6e4ec181850a2c87595e0a9cf3f4c8b13303c8f90c21d55fddfbc26b5dc2f6765708bb72992eeb61662047f0b3f3bc951d223b54831a743bf164938f
 Size (github.com_a8m_tree_@v_v0.0.0-20210414114729-ce3525c5c2ef.mod) = 27 bytes
 BLAKE2s (github.com_a8m_tree_@v_v0.0.0-20210414114729-ce3525c5c2ef.zip) = 3c32668806c420dd8051d1c9e5fe872db8f402551ca729b41fdb8d8da855f74a
 SHA512 (github.com_a8m_tree_@v_v0.0.0-20210414114729-ce3525c5c2ef.zip) = 
07501ada2fa644fe0b76f8b67dfbda9309357299782106df283bf7ebd5038980ea3c33a95ae5607fde8412d102e99f1831b8c71fbfb4c399b62337cc7bc8fa7f
 Size (github.com_a8m_tree_@v_v0.0.0-20210414114729-ce3525c5c2ef.zip) = 19179 bytes
-BLAKE2s (github.com_aalpar_deheap_@v_v0.0.0-20200318053559-9a0c2883bd56.mod) = 9c8d77cc5a4b10fb950d7d92178501fad71191a786b48a0c1669372216f2f0a3


Home | Main Index | Thread Index | Old Index