pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/hugo hugo: update to 0.93.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/048f2fcdd230
branches: trunk
changeset: 374998:048f2fcdd230
user: nikita <nikita%pkgsrc.org@localhost>
date: Sat Mar 05 14:16:43 2022 +0000
description:
hugo: update to 0.93.2
Changelog:
v0.93.2
This is a bug-fix release with a couple of important fixes.
tpl/os: Revert readDir in theme behaviour
markup/goldmark: Escape image alt attribute
v0.93.1
This is a bug-fix release with a couple of important fixes.
tpl/transform: Fix it when template.HTML is passes as option to Hightlight
tpl/partials: Fix partialCached deadlock regression
tpl/collections: Fix apply when function have Context as first arg
v0.93.0
Markdown diagrams and code block render hooks. Now it's possible
create custom templates for Markdown code blocks, either for all or
just for specific programming languages. This can also be used to
render diagrams from Markdown code blocks. We provide GoAT (Go ASCII
Tool) natively from Hugo, but you can also add your own template to
get Mermaid support. The implementation of GoAT is a Go
implementation by @blampe of markdeep.mini.js' diagrams. See the
diagram documentation for details.
Also new in this release are:
The new CLI flag --printUnusedTemplates which prints templates not being invoked during the build.
The new method $image.Crop allows images to be cropped without being resized (thanks @johnsvenn for the implementation).
Notes
We have renamed some command line flags for consistency:
--i18n-warnings to printI18nWarnings, --path-warnings, --print-men
to --printPathWarnings, --printMemoryUsage.
Finally remove deprecated Page methods
Changes
docs: Regenerate docs helper
markup/highlight: Ignore HL_lines_parsed in the gen docs
cod: Regen CLI docs
tpl/diagrams: Rename the SVG accessor to Wrapped
markup/highlight: Rework the return value from HighlightCodeblock
tpl/transform: Add CanHighlight
Rename Codeowners() to CodeOwners()
tpl/diagrams: Rename Body to Inner
CodeblockContext method renames
build(deps): bump github.com/tdewolff/minify/v2 from 2.9.29 to 2.10.0
markup/goldmark: Adjust test for Windows
markup/goldmark: Improve attributes vs options
markup/goldmark: Add Position to CodeblockContext
markup/goldmark: Unify some code block tests
Remove the trailing new line in .Code
markup/goldmark: Rename extension struct
build(deps): bump github.com/gobuffalo/flect from 0.2.3 to 0.2.4
markup/goldmark: Use Ordinal to create default lineanchors
build(deps): bump github.com/gorilla/websocket from 1.4.2 to 1.5.0
build(deps): bump github.com/sanity-io/litter from 1.5.1 to 1.5.2
Move the Goat template to the correct place
build(deps): bump google.golang.org/api from 0.63.0 to 0.70.0
Update error message about failed menus in config.toml
build(deps): bump github.com/getkin/kin-openapi from 0.85.0 to 0.90.0
Add test for line anchor attributes with code fences
build(deps): bump github.com/evanw/esbuild from 0.14.22 to 0.14.23
Add Markdown diagrams and render hooks for code blocks
build(deps): bump github.com/aws/aws-sdk-go from 1.41.14 to 1.43.5
build(deps): bump github.com/google/go-cmp from 0.5.6 to 0.5.7
Add support for CODEOWNERS
Remove Viper as a dependency
helpers: Allow hyphens in UnicodeSanitize
Change disqus_config to window.disqus_config
deps: Update github.com/spf13/cobra v1.2.1 => v1.3.0
Add page.Store
Allow images to be cropped without being resized
commands: Fix server panic regression
markup/goldmark: Add BenchmarkCodeblocks
deps: Update github.com/gohugoio/localescompressed v0.14.0 => v0.15.0
deps: Update github.com/yuin/goldmark v1.4.4 => v1.4.7
modules: Add modules.Workspace config for Go 1.18
Update stale.yml
Update stale.yml
github: Configure stale to be run manually
tpl/partials: Fix recently introduced deadlock in partials cache
tpl/partials: Add some more partials to BenchmarkIncludeCached
deps: Update github.com/evanw/esbuild v0.14.11 => v0.14.22
tpl/partials: Make sure a cached partial is invoked only once
build(deps): bump github.com/rogpeppe/go-internal from 1.8.0 to 1.8.1
build(deps): bump github.com/magefile/mage from 1.11.0 to 1.12.1
markup/goldmark: Exclude event attributes from markdown render hook
markup/goldmark: Fix mangling of headers/links in render hooks
markup/goldmark: Add a render hook benchmark
Fix BenchmarkCascadeTarget
metrics: Add cached count tracking
tpl: Remove TODO comment
Add --printUnusedTemplates
deps: Update github.com/tdewolff/minify/v2 v2.9.22 => v2.9.29
commands: Rename --i18n-warnings to printI18nWarnings
commands: Rename --path-warnings, --print-men to --printPathWarnings, --printMemoryUsage
deps: Update github.com/alecthomas/chroma v0.9.4 => v0.10.0
Finally remove deprecated Page methods
tpl: Use go:embed to load internal templates
releaser: Prepare repository for 0.93.0-DEV
releaser: Bump versions for release of 0.92.2
releaser: Add release notes for 0.92.2
Add HUGO_ENV to the os/exec environment
Simplify some integration tests
Fix validation of Page Kind in cascade target map
Add another cascade benchmark
commands: Fix server deadlock on config error
Exclude event attributes when rendering markdown
Remove the "check" command
Update the application/javascript media type
tpl/templates: Fix templates.Exist issue with base templates
Add a migration test helper
babel: Port integration tests to their own package
js: Port integration tests to its own package
postcss: Move integration test to its own package
minifier: Port integration tests to its package
templates: Port integration test to its package
tocss: Port integration tests to their package
openapi3: Port integration test into correct
Add a new integration test framework
Validate comparison operator argument count
Remove hugo gen autocomplete
deps: Update github.com/pelletier/go-toml/v2 to v2.0.0-beta.6
Fix erroneous warning with .Page.RenderString on a page without a backing file
Fix typo in panicOnWarning message
releaser: Prepare repository for 0.93.0-DEV
releaser: Bump versions for release of 0.92.1
releaser: Add release notes for 0.92.1
Make the RenderString content provider fix more general
Fix .RenderString issue in .Translations
general: Fix issue causing log threads to hang indefinitely when print() panics
Fix duplicate mount sources
tpl/collections: Fix apply with namespaced template funcs
common: Remove unused code
common/paths: Remove unused code
helpers: Remove unused code
Do not render hl_style as an HTML attribute
build(deps): bump github.com/spf13/viper from 1.8.1 to 1.10.1
Fixing typos
Fix typo in warning message
github: Clean up the issue templates a little
github: Add lock-threads step
releaser: Prepare repository for 0.93.0-DEV
v0.92.2
This is a bug-fix release with a couple of important fixes.
Add HUGO_ENV to the os/exec environment
Simplify some integration tests
Fix validation of Page Kind in cascade target map
Add another cascade benchmark
commands: Fix server deadlock on config error
Exclude event attributes when rendering markdown
Remove the "check" command
Update the application/javascript media type
tpl/templates: Fix templates.Exist issue with base templates
Add a migration test helper
babel: Port integration tests to their own package
js: Port integration tests to its own package
postcss: Move integration test to its own package
minifier: Port integration tests to its package
templates: Port integration test to its package
tocss: Port integration tests to their package
openapi3: Port integration test into correct package
Add a new integration test framework
Validate comparison operator argument count
Remove hugo gen autocomplete
deps: Update github.com/pelletier/go-toml/v2 to v2.0.0-beta.6
Fix erroneous warning with .Page.RenderString on a page without a backing file
Fix typo in panicOnWarning message
releaser: Prepare repository for 0.93.0-DEV
v0.92.1
This is a bug-fix release with a couple of important fixes.
Make the RenderString content provider fix more general
Fix .RenderString issue in .Translations
general: Fix issue causing log threads to hang indefinitely when print() panics
Fix duplicate mount sources
tpl/collections: Fix apply with namespaced template funcs
common: Remove unused code
common/paths: Remove unused code
helpers: Remove unused code
Do not render hl_style as an HTML attribute
build(deps): bump github.com/spf13/viper from 1.8.1 to 1.10.1
Fixing typos
Fix typo in warning message
github: Clean up the issue templates a little
github: Add lock-threads step
v0.92.0
docs: Regenerate docshelper
Only create LazyContentProvider for the non-rendering Site
Fix missing page data for alternative formats
docs: Add dependency table to maintainance page
deps: Upgrade github.com/evanw/esbuild v0.14.8 => v0.14.11
Add hugo.Deps
hugolib: Fix livereload problem with files including NFC characters in MacOs
docs. Regen CLI docs
commands: Fix CLI help text for hugo new
Update to Go 1.17.6
create: Correctly pass newContentEditor flags
Add --panicOnWarning flag
github: Increase stale days
docs: Regenerate CLI docs
docs: Regenerate docshelper
Remove mmark
Misc depreation updates
Make the deprecated Page/File methods (from Hugo 0.55) ERROR
github: Add add stale GitHub action
Fix surprise OutputFormat.Rel overwriting
hugolib: Make an RST test optional
deps: Upgrade github.com/niklasfasching/go-org v1.5.0 => v1.6.0
Update stale.yml
releaser: Prepare repository for 0.92.0-DEV
releaser: Bump versions for release of 0.91.2
releaser: Add release notes for 0.91.2
Revert "config/security: Add HOME to default exec env var whitelist"
Make sure we always create the /public folder
Fix "stuck on build" in error situations in content processing
deps: Run "go mod tidy"
deps: Upgrade github.com/evanw/esbuild v0.14.7 => v0.14.8
releaser: Prepare repository for 0.92.0-DEV
releaser: Bump versions for release of 0.91.1
releaser: Add release notes for 0.91.1
media: Also consider extension in FromContent
media: Add missing BMP and GIF to the default MediaTypes list
media: Add PDF MIME type
deps: Update github.com/evanw/esbuild v0.14.5 => v0.14.7
config/security: Add HOME to default exec env var whitelist
modules: Set GOCACHE env var
releaser: Prepare repository for 0.92.0-DEV
v0.91.2
This is a bug-fix release with a couple of important fixes.
Revert "config/security: Add HOME to default exec env var whitelist"
Make sure we always create the /public folder
Fix "stuck on build" in error situations in content processing
deps: Run "go mod tidy"
deps: Upgrade github.com/evanw/esbuild v0.14.7 => v0.14.8
v0.91.1
This is a bug-fix release with a couple of important fixes.
media: Also consider extension in FromContent
media: Add missing BMP and GIF to the default MediaTypes list
media: Add PDF MIME type
deps: Update github.com/evanw/esbuild v0.14.5 => v0.14.7
config/security: Add HOME to default exec env var whitelist
modules: Set GOCACHE env var
v0.91.0
docs: Regen docs helper
tpl/resources: Add empty method mapping for GetRemote
Always use content to resolve content type in resources.GetRemote
Add resources.GetRemote
Allow for return partials with falsy arguments
deps: Upgrade github.com/evanw/esbuild v0.14.2 => v0.14.5
don't use path.Join, because it cleans the final path
Add some basic security policies with sensible defaults
Simplify Babel test assertions
Improve handling of remote image/jpeg resources
Fix Dockerfile
Remove debug statement
Fix deprecation notice
releaser: Prepare repository for 0.91.0-DEV
releaser: Bump versions for release of 0.90.1
releaser: Add release notes for 0.90.1
Remove the retries on error in remote resources.Get
Allow user to handle/ignore errors in resources.Get
Make resource.Get return nil on 404 not found
Update to Go 1.17.5
Update to Go 1.17.4 and remove timeout in resources.Get
v0.90.1
Remove the retries on error in remote resources.Get
Allow user to handle/ignore errors in resources.Get
Make resource.Get return nil on 404 not found
Update to Go 1.17.5
Update to Go 1.17.4 and remove timeout in resources.Get
v0.90.0
Add custom font support to images.Text
images: Fix cache busting of image text filter
build(deps): bump github.com/getkin/kin-openapi from 0.80.0 to 0.85.0
images: Text filter that draws text with the given options
tpl/transform: Optional options for highlight func
deps: Upgrade github.com/evanw/esbuild v0.13.12 => v0.14.2 (note)
releaser: Add "note" to Note regexp
build(deps): bump github.com/mitchellh/mapstructure from 1.4.2 to 1.4.3
releaser: Rework and simplify to use GitHub only for release notes
build(deps): bump google.golang.org/api from 0.51.0 to 0.61.0
media: Add rss suffix for application/rss+xml
parser: Add a test case in format resolution
lazy: Reset error in Reset
Implement XML data support
Validate private use language tags
resources: Add timeout to the HTTP request in Get
Add a remote retry for resources.Get
Make resources.Get use a file cache for remote resources
Remove empty href element from pagination template
Check for empty deployment targets and matchers
resources: Adjust the remote Get cache so it does not get evicted on restarts
Add remote support to resources.Get
Add deprecation warning to google_news template
helpers: Make UniqueStringsReuse allocation free
releaser: Prepare repository for 0.90.0-DEV
releaser: Add release notes to /docs for release of 0.89.4
releaser: Bump versions for release of 0.89.4
releaser: Add release notes for 0.89.4
Fix content dir resolution when main project is a Hugo Module
releaser: Prepare repository for 0.90.0-DEV
releaser: Add release notes to /docs for release of 0.89.3
releaser: Bump versions for release of 0.89.3
releaser: Add release notes for 0.89.3
Improve error when we cannot determine content directory in "hugo new"
deps: Upgrade github.com/yuin/goldmark v1.4.3 => v1.4.4
commands: Make sure pollInterval is always set
create: Improve archetype directory discovery and tests
create: Add a log statement when archetype is a directory
create: Always print "Content ... created"
commands: Fix missing file locking in server partial render
modules: Improve error message
releaser: Prepare repository for 0.90.0-DEV
releaser: Add release notes to /docs for release of 0.89.2
releaser: Bump versions for release of 0.89.2
releaser: Add release notes for 0.89.2
Fix path resolution in hugo new
deps: Upgrade github.com/yuin/goldmark v1.4.2 => v1.4.3
releaser: Prepare repository for 0.90.0-DEV
releaser: Add release notes to /docs for release of 0.89.1
releaser: Bump versions for release of 0.89.1
releaser: Add release notes for 0.89.1
Revert "releaser: Fat MacOS binaries"
create: Make sure the build lock is released before we open editor
readme: Update dependency list
releaser: Add "note" to Note regexp
releaser: Rework and simplify to use GitHub only for release notes
releaser: Simplify the release process
releaser: Remove unused code
docs: Regenerate docs helper
v0.89.4
This is a bug-fix release with one important fix for people using
hugo new to create new content:
Fix content dir resolution when main project is a Hugo Module
v0.89.3
This is a bug-fix release with a couple of important fixes.
Improve error when we cannot determine content directory in "hugo new"
deps: Upgrade github.com/yuin/goldmark v1.4.3 => v1.4.4
commands: Make sure pollInterval is always set
create: Improve archetype directory discovery and tests
create: Add a log statement when archetype is a directory
create: Always print "Content ... created"
commands: Fix missing file locking in server partial render
modules: Improve error message
v0.89.2
This is a bug-fix release with a couple of important fixes.
Fix path resolution in hugo new
deps: Upgrade github.com/yuin/goldmark v1.4.2 => v1.4.3
v0.89.1
This is a bug-fix release with a couple of important fixes.
Revert "fat macOS binaries"
create: Make sure the build lock is released before we open editor
readme: Update dependency list
v0.89.0
Notes
Hugo now writes an empty file named .hugo_build.lock to the root
of the project when building (also when doing hugo new mypost.md
and other commands that requires a build). We recommend you just
leave this file alone. Put it in .gitignore or similar if you
don't want the file in your source repository. We have updated to
ESBuild v0.13.12. The release notes for v0.13.0 mentions a
potential breaking change. We now only build AMD64 release
binaries (see this issue) for the Unix OSes (e.g. NetBSD). If you
need, say, a binary for ARM64, you need to build it yourself. We
now build only one release binary/archive for MacOS (see this
issue) that works on both Intel and the new Arm M1 systems.
.File.ContentBaseName now returns the owning directory name for
all bundles (branch an leaf). This is a bug fix, but worth
mentioning. See this issue. We have updated the Twitter shortcode
to use Twitter's new API.
Enhancements/Templates
Use configured location when date passed to Format is string
Add path.Clean
Other
Regen CLI docs f503b639 @bep
Make ContentBaseName() return the directory for branch bundles
Update Twitter shortcode oEmbed endpoint
bump github.com/evanw/esbuild from 0.13.10 to 0.13.12
bump github.com/yuin/goldmark from 1.4.1 to 1.4.2
bump github.com/aws/aws-sdk-go from 1.40.8 to 1.41.14
bump github.com/getkin/kin-openapi from 0.79.0 to 0.80.0
bump github.com/evanw/esbuild from 0.13.8 to 0.13.10
Rename excepted filenames for image golden testdata
bump github.com/frankban/quicktest from 1.13.1 to 1.14.0
Validate the target path in hugo new
Set zone of datetime from from go-toml
Added nodesource apt repository to snap package
Set HUGO_ENABLEGITINFO=false override in Set_in_string
Add includeFiles and excludeFiles to mount configuration
bump github.com/mitchellh/mapstructure from 1.4.1 to 1.4.2
Always preserve the original transform error
Add hyperlink to the banner
bump github.com/getkin/kin-openapi from 0.78.0 to 0.79.0
github.com/evanw/esbuild v0.13.5 => v0.13.8
Return error on no content dirs
Add a cross process build lock and use it in the archetype content builder
github.com/alecthomas/chroma v0.9.2 => v0.9.4
Reimplement archetypes
bump github.com/tdewolff/minify/v2 from 2.9.21 to 2.9.22
Update github.com/evanw/esbuild v0.13.5
bump github.com/mattn/go-isatty from 0.0.13 to 0.0.14
bump github.com/getkin/kin-openapi from 0.75.0 to 0.78.0
Allow multiple plugins in the PostCSS options map
Create path.Clean documentation
Skip a test assertion on CI
Remove tracking image
Revert "Remove credit from release notes"
Pass minification errors to the user
Clarify "precision" in currency format functions
bump github.com/evanw/esbuild from 0.12.24 to 0.12.29
Use default math/rand.Source for concurrency safety
Make the error handling for the mod commands more lenient
Add some help text to the 'unknown revision' error
Update github.com/yuin/goldmark v1.4.0 => v1.4.1
Fixes/Templates
Fix time.Format with Go layouts
Other
Fix description of lang.FormatNumberCustom
Fix typo in error message
Fix panic when specifying multiple excludeFiles directives
Fix file permissions in new archetype implementation
Fix the "page picker" logic in --navigateToChanged
Fix a typo on OpenBSD
Fix value of useResourceCacheWhen in TestResourceChainPostCSS
v0.88.1
This is a bug-fix release with one important fix.
Bump down again to Go 1.16.7 for the release builds
v0.88.0
Notes
We have fixed a bug with the import order in js.Build for the case
./foo when both ./foo.js and ./foo/index.js exists. This is in
line with how both Node and ESBuild's native import resolver does
it. We discovered this trying to build AlpineJS v3 from source
mounted in /assets.
Enhancements/Templates
Handle nil values in time.AsTime"
Handle nil values in time.AsTime
Other
Run go mod tidy
Don't fail on template errors on go mod graph etc.
bump github.com/getkin/kin-openapi from 0.74.0 to 0.75.0
bump github.com/frankban/quicktest from 1.13.0 to 1.13.1
bump github.com/evanw/esbuild from 0.12.22 to 0.12.24
Avoid failing with "module not found" for hugo mod init and similar
Update to Go 1.17
Remove Pygments from snapcraft.yml
bump github.com/fsnotify/fsnotify from 1.4.9 to 1.5.0"
Add tabindex when code is not highlighted
bump github.com/evanw/esbuild from 0.12.17 to 0.12.22
bump golang.org/x/text from 0.3.6 to 0.3.7
bump github.com/fsnotify/fsnotify from 1.4.9 to 1.5.0
Prevent minifier from removing quoutes around post-processed attributes
Avoid too many watch file handles causing the server to fail to start"
Remove some pygments references
Avoid too many watch file handles causing the server to fail to start
bump github.com/getkin/kin-openapi from 0.68.0 to 0.74.0
Update github.com/spf13/cast v1.4.0 => v1.4.1
Import time/tzdata on Windows
Indent TOML tables
Fixes/Other
Fix import order for ./foo when both ./foo.js and ./foo/index.js exists
Fix it so disableKinds etc. does not get merged in from theme
Fix lang.FormatPercent description
diffstat:
www/hugo/Makefile | 5 +-
www/hugo/distinfo | 1649 ++++++++++++++++++++++++++++++++---------------
www/hugo/go-modules.mk | 549 ++++++++++-----
3 files changed, 1471 insertions(+), 732 deletions(-)
diffs (truncated from 3542 to 300 lines):
diff -r 8d3751e9d864 -r 048f2fcdd230 www/hugo/Makefile
--- a/www/hugo/Makefile Sat Mar 05 13:17:42 2022 +0000
+++ b/www/hugo/Makefile Sat Mar 05 14:16:43 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2022/02/13 19:24:26 bsiegert Exp $
+# $NetBSD: Makefile,v 1.54 2022/03/05 14:16:43 nikita Exp $
-DISTNAME= hugo-0.87.0
+DISTNAME= hugo-0.93.2
PKGNAME= go-${DISTNAME}
-PKGREVISION= 6
MASTER_SITES= ${MASTER_SITE_GITHUB:=gohugoio/}
CATEGORIES= www
GITHUB_TAG= v${PKGVERSION_NOREV}
diff -r 8d3751e9d864 -r 048f2fcdd230 www/hugo/distinfo
--- a/www/hugo/distinfo Sat Mar 05 13:17:42 2022 +0000
+++ b/www/hugo/distinfo Sat Mar 05 14:16:43 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.14 2021/10/26 11:29:33 nia Exp $
+$NetBSD: distinfo,v 1.15 2022/03/05 14:16:43 nikita Exp $
BLAKE2s (bazil.org_fuse_@v_v0.0.0-20180421153158-65cc252bf669.mod) = ff8095283662ae2d2a1968bf429516c54586b1a6c4dc744657162e6781aa8ece
SHA512 (bazil.org_fuse_@v_v0.0.0-20180421153158-65cc252bf669.mod) = 7b3ef87f98485bb9ec325680f57d43a9bd76e90bdcfb1e798458f28f7d3addf91dbb6a07b654749468860981413ad2267df2d5f3535c85579e9f79d9328d355c
@@ -6,6 +6,12 @@
BLAKE2s (bazil.org_fuse_@v_v0.0.0-20180421153158-65cc252bf669.zip) = 08f3301897c1268320fe2a55ffc47ce9920d58f52703956a20e111a8a1bbf15d
SHA512 (bazil.org_fuse_@v_v0.0.0-20180421153158-65cc252bf669.zip) = 785a166a0b658958784508e790b83fbffe772713fb6225e837c6f62149f09f93b1a013999becd8074d7d66a26b7cc237f7fccc66a436257ac8a222fe011ae316
Size (bazil.org_fuse_@v_v0.0.0-20180421153158-65cc252bf669.zip) = 220785 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
@@ -69,6 +75,9 @@
BLAKE2s (cloud.google.com_go_@v_v0.74.0.mod) = a20c015fdd0ced0825b938ad4b36f49788e1c2c05626a5f564b42f6c855d5347
SHA512 (cloud.google.com_go_@v_v0.74.0.mod) = 123b30fd3799e31fa3ca7237b81cd6ba20874cedbe0c9c168409adf90c09d2dce45de24c7de61fd60c117bf3306ab5299fa22bf0f9231e0ea10bc1a7c9f2dc3e
Size (cloud.google.com_go_@v_v0.74.0.mod) = 799 bytes
+BLAKE2s (cloud.google.com_go_@v_v0.75.0.mod) = 9aeb28f1eb5f9440dd7750aed360cefe2de0aae086f7438cb33ba67430a82092
+SHA512 (cloud.google.com_go_@v_v0.75.0.mod) = 7f37811c234dce3f8940e83e0affce9ca3e247676a3b058dcb48ec51a082ea8ee905c18bbc5cc6122bc9424328ee48bd796fe97a115c8740bb24c4fba494ddec
+Size (cloud.google.com_go_@v_v0.75.0.mod) = 799 bytes
BLAKE2s (cloud.google.com_go_@v_v0.78.0.mod) = f472f6e705637d5f9f6d16074055f29714390032fd055cfeb495093c0bf25616
SHA512 (cloud.google.com_go_@v_v0.78.0.mod) = 8e02d438dcf1ef35271817b3ecde8a0bb29d95f08b9299463cc9eb82ee40c2669181f850e5b7c9cfbaee640a711952828772dcb47277c91064b5d30b9276da69
Size (cloud.google.com_go_@v_v0.78.0.mod) = 836 bytes
@@ -87,9 +96,24 @@
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.87.0.zip) = 238319a33a97d1844be7c25d7f46a77905dcadc5c1363b392e9f124f962a4134
-SHA512 (cloud.google.com_go_@v_v0.87.0.zip) = 17779446da75909a6134cb1370d9b6dbbc0634e808e20ba3eee0f7742539cf125cd0c00391739e9b9864a83f02cd36fc48162f09b3ba66d7b6d022a62675a94e
-Size (cloud.google.com_go_@v_v0.87.0.zip) = 3025346 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.98.0.mod) = dc390739b25d4963045d2674e77a96bfa0748a9d5bf6cd98395f89de3fe66deb
+SHA512 (cloud.google.com_go_@v_v0.98.0.mod) = cc36c7571696e0c8c82a07ee756f303000b04f443f86f6a798e63e72c14d5580e287e13647469fe51588e63a4d226b0eaee37fdbbe2da4840466835cc584b54a
+Size (cloud.google.com_go_@v_v0.98.0.mod) = 532 bytes
+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_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
@@ -111,6 +135,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_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
@@ -120,15 +153,21 @@
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.2.0.mod) = e7974afd60c17268e11d12e8a6d88f8dec2b75e9bd59a683e8e1d47cc87574d3
SHA512 (cloud.google.com_go_firestore_@v_v1.2.0.mod) = 757a0382094c23828b55177c6a0bba135f0ee308030afcfc0efa48b705c6b39720ed44b60e69ce08f7c0d26bf548ac4511e2ffe7abdbb22271345dac02ab150b
Size (cloud.google.com_go_firestore_@v_v1.2.0.mod) = 501 bytes
-BLAKE2s (cloud.google.com_go_firestore_@v_v1.2.0.zip) = 06ebb69acf95e6986b42dda50fd620417481304a3785bf5420040f471a7fac13
-SHA512 (cloud.google.com_go_firestore_@v_v1.2.0.zip) = d2fcf62f14dc2db1a79888555eeeff4ad2f8e6a04d4dfd397c4ea09ae14c2e51917400217734510c7c995c4eb8e03b4f699484c3761ec393ca070a6808765b70
-Size (cloud.google.com_go_firestore_@v_v1.2.0.zip) = 324305 bytes
+BLAKE2s (cloud.google.com_go_firestore_@v_v1.6.1.mod) = 0cb904fb458bb5715439da8ecbd987480abd843c8be9b277009be193069d14b1
+SHA512 (cloud.google.com_go_firestore_@v_v1.6.1.mod) = 55e4943c7e8fc8a05858511e0daafa4a1ea9c7fe3fb8aeb86e286020a696a2bd206efb390a70719d4417792be601cf10d916d48bbc9acbec6c86aac0259b673a
+Size (cloud.google.com_go_firestore_@v_v1.6.1.mod) = 358 bytes
+BLAKE2s (cloud.google.com_go_firestore_@v_v1.6.1.zip) = 0a94943f00ce93e45c6548f4538e0fbab1bd61c609bafc434b55842b5cd0c0b8
+SHA512 (cloud.google.com_go_firestore_@v_v1.6.1.zip) = d43a43a22c23b9b84cebf580ab3f1f9a167fbaaa87269218d0b87f1e5a791b2e6dd12155fed63c190067d3f95c220846de81d3eda9eefc997e891daf1b9412b5
+Size (cloud.google.com_go_firestore_@v_v1.6.1.zip) = 343866 bytes
+BLAKE2s (cloud.google.com_go_iam_@v_v0.2.0.mod) = c6d7426c0ee1a344f7b04b1ea25d9ba1c2c6af654928cb98b6320af5fdd488f2
+SHA512 (cloud.google.com_go_iam_@v_v0.2.0.mod) = 71383266d0d73ecfed5202bc2f6de208ff7de9c75d511a17e1dc32c4f68b8075b7c0519788a2ec6428be56ba6c09e8db957d4278f569faf3eb33312b0d2060ce
+Size (cloud.google.com_go_iam_@v_v0.2.0.mod) = 284 bytes
+BLAKE2s (cloud.google.com_go_iam_@v_v0.2.0.zip) = dcbe2b1399d15c3253685a7dba83cb0148a6651a5ed922aee5dfae0cbba241a3
+SHA512 (cloud.google.com_go_iam_@v_v0.2.0.zip) = 8c12613388337db0bdf1a3bf5b16c2732bee47a8a3a8e49f05bcb9d141688cac246359e88f5d2f9016ec049044e48b08b45e88ed9dd8eadcb82b4577d44b395a
+Size (cloud.google.com_go_iam_@v_v0.2.0.zip) = 53659 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
@@ -150,9 +189,12 @@
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.14.0.mod) = d22e9e6c9b3bbbc347e8f4bf45bf6a911b28dce96cb559dc6c44a3da34e371dd
+SHA512 (cloud.google.com_go_storage_@v_v1.14.0.mod) = 4ea4787bddb53fd15748bb1a9b5a1539b565d17fb5cb8d9bb147c3058e7dac1e1e5ce8d6b839757b25d91ec19378eea185699bc8c803f92018c0cdd152c2e2e4
+Size (cloud.google.com_go_storage_@v_v1.14.0.mod) = 517 bytes
+BLAKE2s (cloud.google.com_go_storage_@v_v1.14.0.zip) = 2f54a7c93e46c56ce3c1a77857df48f0f085085a9e5e42600c93d22d7e676ebc
+SHA512 (cloud.google.com_go_storage_@v_v1.14.0.zip) = 3c906b13d35dc7300b793f0778517c19be8f1f36980ae59fd8947e3e4d2bd2ba9b626f0498bfe765e8d73e34184e74991d483621ee386baa816fa7e0dbc295d7
+Size (cloud.google.com_go_storage_@v_v1.14.0.zip) = 438375 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
@@ -336,24 +378,24 @@
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__geert_johan_go.incremental_@v_v1.0.0.mod) = 6073c20ac1968e1bb59a623f54e214e3b656b32696abe0766ebdbc18719a0599
-SHA512 (github.com__geert_johan_go.incremental_@v_v1.0.0.mod) = e46209635777bfc42c4399ff0eef13320a9b5d7a23dbe26f79da44a462b14941a949d812c586c023e3b4e617e741612ada3db8da7ae4e70ab242b8ffc123e880
-Size (github.com__geert_johan_go.incremental_@v_v1.0.0.mod) = 53 bytes
-BLAKE2s (github.com__geert_johan_go.incremental_@v_v1.0.0.zip) = 08813cd5971116a03f33f932bbf8f3bb71166b6687e343453a908ba1d5c296ee
-SHA512 (github.com__geert_johan_go.incremental_@v_v1.0.0.zip) = 434edd6b40c635fa800ce450dfdfb5316ea013243cd5747af7dedbbb13cd3a0f3eafa9756454d952111d264928e8c905f0284b0f2ea68ee0624b8df263089a24
-Size (github.com__geert_johan_go.incremental_@v_v1.0.0.zip) = 14754 bytes
-BLAKE2s (github.com__geert_johan_go.rice_@v_v1.0.0.mod) = ffdb005758a64493ef56640cc5db4fb1119c7c9ab512d2abc3621704ec057f14
-SHA512 (github.com__geert_johan_go.rice_@v_v1.0.0.mod) = 51a8db67904d3f632dfad620e223c7b59efe42d8254bd4e0ef49ef1a40759e1dbe4558f87209059841b80e0ccda5130cabef7c869a399eff3786d4b4d8d3a747
-Size (github.com__geert_johan_go.rice_@v_v1.0.0.mod) = 349 bytes
-BLAKE2s (github.com__geert_johan_go.rice_@v_v1.0.0.zip) = 4ab460598753c8d28585fe433849bb71bd70217fe7b0a3256623676618574bfd
-SHA512 (github.com__geert_johan_go.rice_@v_v1.0.0.zip) = 0dc1448e065a172bb8439ec31911a713c4692b371710e51eb1e2cacec7425600ef411b17e4a9451fb0171f049f7f6bc6329e2b1e24d48c6cfd7e174d0deb0950
-Size (github.com__geert_johan_go.rice_@v_v1.0.0.zip) = 80720 bytes
+BLAKE2s (github.com__data_dog_datadog-go_@v_v3.2.0+incompatible.mod) = 9f10b27ac70e6999c062ebdb8a5279df142b1561df9d8e0babb2f379e0041291
+SHA512 (github.com__data_dog_datadog-go_@v_v3.2.0+incompatible.mod) = da3a3499834784b7ace8158659956206fdb113000fdc84d54b6525805727e37029bdcf263afcbabe724d8b10f6601f1f38a985e6ac10fd0466907ae56da3edd7
+Size (github.com__data_dog_datadog-go_@v_v3.2.0+incompatible.mod) = 37 bytes
+BLAKE2s (github.com__data_dog_datadog-go_@v_v3.2.0+incompatible.zip) = 4d37574fc82649e21c64ca9938c2540eb1ebb6788d7b9bf25f41ed5c224508c3
+SHA512 (github.com__data_dog_datadog-go_@v_v3.2.0+incompatible.zip) = f16a6a25abaef19382e50de8c791947ef9d65ed69c275bb20b38aa72c03e6b161b5db1974908c223cb62d393eeda0d9317f6ca9ab1db2fc5f7db5e967e3d730d
+Size (github.com__data_dog_datadog-go_@v_v3.2.0+incompatible.zip) = 34337 bytes
BLAKE2s (github.com__google_cloud_platform_cloudsql-proxy_@v_v0.0.0-20191009163259-e802c2cb94ae.mod) = 5dad0cd1cdbe2aea10ee2826dc237be0ed99fd3deada0e0f1f4fbd097ed36edb
SHA512 (github.com__google_cloud_platform_cloudsql-proxy_@v_v0.0.0-20191009163259-e802c2cb94ae.mod) =
e70098303230e59faac8940def165cdd46223ce203e9ec6db498178d391b983f01b6554668fddff92aaa9e56fbc859b4a43c8f8cc5b13215d1dfa3234fb885f1
Size (github.com__google_cloud_platform_cloudsql-proxy_@v_v0.0.0-20191009163259-e802c2cb94ae.mod) = 294 bytes
BLAKE2s (github.com__google_cloud_platform_cloudsql-proxy_@v_v0.0.0-20191009163259-e802c2cb94ae.zip) = a8c25b14ec01574995e7ebd2ea52305ac4e154c2ab1ca309e1d76093a0d77c0f
SHA512 (github.com__google_cloud_platform_cloudsql-proxy_@v_v0.0.0-20191009163259-e802c2cb94ae.zip) =
dbc020240a44530cb2588186970f95228ae8050f9051d7c11e25118dae5e9b812ea9b20ffa8f30229aef3c5e08a89b3e9f798f4be8350bac6a02062e44653b1a
Size (github.com__google_cloud_platform_cloudsql-proxy_@v_v0.0.0-20191009163259-e802c2cb94ae.zip) = 91956 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__puerkito_bio_purell_@v_v1.1.1.mod) = 9c362edb6f79db7b49e69011dd198a8154abf79724cdd9cca92b899ebea7803a
SHA512 (github.com__puerkito_bio_purell_@v_v1.1.1.mod) = 8382734877c9dc6a9c8a59b12d9735b6f971ea72ddeeb9985ea0cd0573820991a4b936baa1a643d38b694f1df7395d7b0d119f4f52be8d947f00adba96773989
Size (github.com__puerkito_bio_purell_@v_v1.1.1.mod) = 37 bytes
@@ -366,48 +408,27 @@
BLAKE2s (github.com__puerkito_bio_urlesc_@v_v0.0.0-20170810143723-de5bf2ad4578.zip) = 0ca21c6e273310583f9f3ddcd9dc64583f4c69d596c7301efaa43fb8c8eac8b9
SHA512 (github.com__puerkito_bio_urlesc_@v_v0.0.0-20170810143723-de5bf2ad4578.zip) =
9746be89f7fc5d50acd6376f77d43754e4a40d9da173a0b3226b78b1b1fab9afd859f15332ae5a429ce1e0e85227ceef05d94f2237c4969a8e6fc5e8454937e6
Size (github.com__puerkito_bio_urlesc_@v_v0.0.0-20170810143723-de5bf2ad4578.zip) = 8169 bytes
-BLAKE2s (github.com_akavel_rsrc_@v_v0.8.0.mod) = 9ccaae556a28fd30b0090d745e4db3061a052fca9929bdc1f468ab68c064586b
-SHA512 (github.com_akavel_rsrc_@v_v0.8.0.mod) = 4d33264b51c07e85a857699f5dc7b1b8a45cf1a330d8bc333525cd22513c4aaa9ddb44530e2f3e47192b21c72ddbffe465c31672a4bb441b863d90020a631a4e
-Size (github.com_akavel_rsrc_@v_v0.8.0.mod) = 39 bytes
-BLAKE2s (github.com_akavel_rsrc_@v_v0.8.0.zip) = ff2f962145bda4549f6cd1d5ad308b905202df660db28cb927924d6e16e218b1
-SHA512 (github.com_akavel_rsrc_@v_v0.8.0.zip) = 4b7371bb63b8b32da05ff5c5c2aa6e584f9c406164177b5ccad8165b8f3a4972683a4c0756bdb591d28f6b61f22784a391f443503fc3d8e108f92b8c4b6ce0be
-Size (github.com_akavel_rsrc_@v_v0.8.0.zip) = 15095 bytes
BLAKE2s (github.com_alecthomas_assert_@v_v0.0.0-20170929043011-405dbfeb8e38.mod) = a6571bd3065aa7bc07607a6b5585a9e2520203fd6c264cf7303bf6d45ac78c1e
SHA512 (github.com_alecthomas_assert_@v_v0.0.0-20170929043011-405dbfeb8e38.mod) =
87ff97fea3e25aa903503e56fe5afc337918f7253dd7175833adb144a7296451a7d4ebd76df504737a5b4c5237b1102920728d21a587957d5d25db5d38e1217b
Size (github.com_alecthomas_assert_@v_v0.0.0-20170929043011-405dbfeb8e38.mod) = 36 bytes
BLAKE2s (github.com_alecthomas_assert_@v_v0.0.0-20170929043011-405dbfeb8e38.zip) = 017f8e211b3b8626ab9c8094ed983449bf9db1b151d6dde5e61f51bd96cad494
SHA512 (github.com_alecthomas_assert_@v_v0.0.0-20170929043011-405dbfeb8e38.zip) =
adf9a3b8bda92edd028f497ca10648900a7aac4dae9372469b511afc74e79f8b990e448f375ab2a8df651a491bab5413196c06db531adc10358865f74de6f26b
Size (github.com_alecthomas_assert_@v_v0.0.0-20170929043011-405dbfeb8e38.zip) = 73310 bytes
-BLAKE2s (github.com_alecthomas_chroma_@v_v0.7.2-0.20200305040604-4f3623dce67a.mod) = 59735fb72f7497eb63132f6850711dd1ba31a9d0205591d9402ab4e2cf621311
-SHA512 (github.com_alecthomas_chroma_@v_v0.7.2-0.20200305040604-4f3623dce67a.mod) =
b8d1d453815756d8d12d6a5009921a7967dee726884bef700ddfe5318b16a29f834734857f223c6d6a5d8d676c65d1c8ccdfbdbda849969c0c572c63adb59fa3
-Size (github.com_alecthomas_chroma_@v_v0.7.2-0.20200305040604-4f3623dce67a.mod) = 674 bytes
+BLAKE2s (github.com_alecthomas_chroma_@v_v0.10.0.mod) = 237a44319de65df1f777ddd8c35de2e350bacc3ac62ca6aaddc5eca69a537d90
+SHA512 (github.com_alecthomas_chroma_@v_v0.10.0.mod) = d8194b2458c1fb2a3b9cee9274e1c66a0bbaf676a051ee3ef085c9bc24279d132ccfd0a62767f9fab268090c29ff88e3a74448b0eea87b58f5e0b5e4c66ddd98
+Size (github.com_alecthomas_chroma_@v_v0.10.0.mod) = 176 bytes
+BLAKE2s (github.com_alecthomas_chroma_@v_v0.10.0.zip) = 1c60978206ad1ac52ef3838391d64d1d1ee17c8a10bfe1fcc7c384c7e34a65f7
+SHA512 (github.com_alecthomas_chroma_@v_v0.10.0.zip) = cb73e1e9006935f478af1b7d217377bbab93a4c91f58e5288125cee6cbda6812b2cd6d0c253155d2b8cf40d4c02968b28a21383fdc15aef06f100aa967467be4
+Size (github.com_alecthomas_chroma_@v_v0.10.0.zip) = 1077001 bytes
BLAKE2s (github.com_alecthomas_chroma_@v_v0.8.2.mod) = 7dc89fa1c930dc1a290899da7d2fc9acc0613cc998135f1c3de6db08d01943c8
SHA512 (github.com_alecthomas_chroma_@v_v0.8.2.mod) = bf5c7b4933d685d90882099aa8c5bc33f8ec58e5a35138180b58771185306b6119cfaab319a43ade929b4560be9746f9155c8d55d1755df12b177613982c7617
Size (github.com_alecthomas_chroma_@v_v0.8.2.mod) = 687 bytes
-BLAKE2s (github.com_alecthomas_chroma_@v_v0.9.2.mod) = 323d57eb84c1ca69592f434edaf2fcfef18da52d2f0477bf3b82e70e83786397
-SHA512 (github.com_alecthomas_chroma_@v_v0.9.2.mod) = 3446750138a9161864d481e2ffdb0076dca59e2b0ea4dc9538d40f024b499f4a632e128be53a7da3ecbb4b3205d60ba10890376ff7212fccd8443e77f1aa41ad
-Size (github.com_alecthomas_chroma_@v_v0.9.2.mod) = 687 bytes
-BLAKE2s (github.com_alecthomas_chroma_@v_v0.9.2.zip) = f75d04e5d9a309061c5c2f47d6a291568faa03b64e0bc4bce9c7c47e8d4c6b3c
-SHA512 (github.com_alecthomas_chroma_@v_v0.9.2.zip) = f3352b2fb0ac1b7f790eadcf62630737bc253e54ef6bdd6e785feba66fa99b50b5cf37b4c99b273c4f47fb1eab4b13181f441d020b3c202726a180bd82612c84
-Size (github.com_alecthomas_chroma_@v_v0.9.2.zip) = 991041 bytes
BLAKE2s (github.com_alecthomas_colour_@v_v0.0.0-20160524082231-60882d9e2721.mod) = 3479e4a91501dadb4eb5c25300b375065cd544f62352af141efb0c3aaf002be7
SHA512 (github.com_alecthomas_colour_@v_v0.0.0-20160524082231-60882d9e2721.mod) =
971e35af5346054a0930f5543dc936c5f32ca801433d3ca26461ae7c1583b4f814376e8880f4d5329c46c36a3bde5ee4290b825bf19fd70c6bf2fbbab03f8ff1
Size (github.com_alecthomas_colour_@v_v0.0.0-20160524082231-60882d9e2721.mod) = 36 bytes
BLAKE2s (github.com_alecthomas_colour_@v_v0.0.0-20160524082231-60882d9e2721.zip) = e70072e47802532f310775468f319a54571beedd6f780e1505e242cfd6a059ef
SHA512 (github.com_alecthomas_colour_@v_v0.0.0-20160524082231-60882d9e2721.zip) =
7947f0ed3b2b42b8454af3cfb0fb27ec38af8234936d7cfe29017d1168b80873dbb6ac1345719fc5c405df9c814bd732a4ecf6f985da880f4ad83cf2f25b7834
Size (github.com_alecthomas_colour_@v_v0.0.0-20160524082231-60882d9e2721.zip) = 4919 bytes
-BLAKE2s (github.com_alecthomas_kong-hcl_@v_v0.1.8-0.20190615233001-b21fea9723c8.mod) = c0757fac2f796cbcd5b708b529da98b595eda1e8a1e3ba6c5714799adc994666
-SHA512 (github.com_alecthomas_kong-hcl_@v_v0.1.8-0.20190615233001-b21fea9723c8.mod) =
44eabb63e8480c53e9abf8ea92ef6cdb6dd5a6318f62993f5e21e4d1ebf80fff7217a5f5137da822e6d84f1ea7b078f04ff97f8e33fb36b9b37a478b0eefd527
-Size (github.com_alecthomas_kong-hcl_@v_v0.1.8-0.20190615233001-b21fea9723c8.mod) = 216 bytes
-BLAKE2s (github.com_alecthomas_kong-hcl_@v_v0.1.8-0.20190615233001-b21fea9723c8.zip) = 777e66b9c38e63e6bf2c94038f5a8de4479e77f9b41827346e3b230033c29c04
-SHA512 (github.com_alecthomas_kong-hcl_@v_v0.1.8-0.20190615233001-b21fea9723c8.zip) =
0519ff39b0441bda32c75bb0292f16c7c24381f0f6c9ffd5487a56f8e407916000db3f3fc17636287ef2ac7c33d73e3585f46476e2b02091595f84a50ce745e0
-Size (github.com_alecthomas_kong-hcl_@v_v0.1.8-0.20190615233001-b21fea9723c8.zip) = 7177 bytes
-BLAKE2s (github.com_alecthomas_kong_@v_v0.1.17-0.20190424132513-439c674f7ae0.mod) = 7e1cd840bc951bc50607d87823a962e6c850fb65ae19ca76c808a496e6a94d9e
-SHA512 (github.com_alecthomas_kong_@v_v0.1.17-0.20190424132513-439c674f7ae0.mod) =
5d0b90c334067d9df55deb984b909ba31197e987c9d28b4fbda73995458762f319dac2bf152f4c36263721fe2bd6f5651d508bdcba61cf7f574ac332ec0dbc78
-Size (github.com_alecthomas_kong_@v_v0.1.17-0.20190424132513-439c674f7ae0.mod) = 252 bytes
-BLAKE2s (github.com_alecthomas_kong_@v_v0.2.1-0.20190708041108-0548c6b1afae.mod) = 7e1cd840bc951bc50607d87823a962e6c850fb65ae19ca76c808a496e6a94d9e
-SHA512 (github.com_alecthomas_kong_@v_v0.2.1-0.20190708041108-0548c6b1afae.mod) =
5d0b90c334067d9df55deb984b909ba31197e987c9d28b4fbda73995458762f319dac2bf152f4c36263721fe2bd6f5651d508bdcba61cf7f574ac332ec0dbc78
-Size (github.com_alecthomas_kong_@v_v0.2.1-0.20190708041108-0548c6b1afae.mod) = 252 bytes
BLAKE2s (github.com_alecthomas_kong_@v_v0.2.4.mod) = 851caa20e96403b3503878913fdb5c36b59d5185dde5975433276430787bdbb9
SHA512 (github.com_alecthomas_kong_@v_v0.2.4.mod) = 165cb7ab17309c66d509af018c8a521bd90f9a58fec8fa9437e5b32aa2105ef1be19a1a0a1b13a51300e308c5e63c6cb74897ad938bd6f8b3bfb2d372347d02f
Size (github.com_alecthomas_kong_@v_v0.2.4.mod) = 219 bytes
@@ -417,12 +438,27 @@
BLAKE2s (github.com_alecthomas_repr_@v_v0.0.0-20180818092828-117648cd9897.mod) = 3aefe5456390c099d42c4f2b64af0ac253734fc67cb3edb08d9455710c7055b5
SHA512 (github.com_alecthomas_repr_@v_v0.0.0-20180818092828-117648cd9897.mod) =
5896c9174737c300a726f70b7d6300b892e790e41598b5f82ec82aca020f93159f9ea94afb6a4db605aca196d527a7a42df9b1babb73b8d182fe6749e95975d0
Size (github.com_alecthomas_repr_@v_v0.0.0-20180818092828-117648cd9897.mod) = 34 bytes
-BLAKE2s (github.com_alecthomas_repr_@v_v0.0.0-20181024024818-d37bc2a10ba1.mod) = 3aefe5456390c099d42c4f2b64af0ac253734fc67cb3edb08d9455710c7055b5
-SHA512 (github.com_alecthomas_repr_@v_v0.0.0-20181024024818-d37bc2a10ba1.mod) =
5896c9174737c300a726f70b7d6300b892e790e41598b5f82ec82aca020f93159f9ea94afb6a4db605aca196d527a7a42df9b1babb73b8d182fe6749e95975d0
-Size (github.com_alecthomas_repr_@v_v0.0.0-20181024024818-d37bc2a10ba1.mod) = 34 bytes
-BLAKE2s (github.com_alecthomas_repr_@v_v0.0.0-20181024024818-d37bc2a10ba1.zip) = 3a0e5f7fe34dab4b7325cf21dba365715342aaf4c105b931b391f11dac68da8d
-SHA512 (github.com_alecthomas_repr_@v_v0.0.0-20181024024818-d37bc2a10ba1.zip) =
b106acfcdd91be28498eae7a4c469fba1831ea790c4c44504ae74e3aea68d94c0b222dec088f6aa3f524b278bd05de0d744ef932a95350ef3c6eae1290542d1f
-Size (github.com_alecthomas_repr_@v_v0.0.0-20181024024818-d37bc2a10ba1.zip) = 6034 bytes
+BLAKE2s (github.com_alecthomas_repr_@v_v0.0.0-20180818092828-117648cd9897.zip) = 160e40512f0c85412d16f81a2cc19e296689c9a808c5073c30dafb21f220fe68
+SHA512 (github.com_alecthomas_repr_@v_v0.0.0-20180818092828-117648cd9897.zip) =
0c048e8778641577f394433483fdd4f916c9ff16ddd4d7b1b37c4b999b5107353e6867c2b2430b183027807e53f160ebb2419ad85f1d1b2e0bc0b190efe47352
+Size (github.com_alecthomas_repr_@v_v0.0.0-20180818092828-117648cd9897.zip) = 5773 bytes
+BLAKE2s (github.com_alecthomas_template_@v_v0.0.0-20160405071501-a0175ee3bccc.mod) = 8c71d2795215f66feaac6b43b3131a21db45f020d3dcae7902d92e8037846576
+SHA512 (github.com_alecthomas_template_@v_v0.0.0-20160405071501-a0175ee3bccc.mod) =
072ca7ba3d5ca815f58848db201002cc572d95334aeacfe44cb226505ad20d82ce06eb2ee059650912ae499db6291822c583296cb65a66e54adce62d6d850929
+Size (github.com_alecthomas_template_@v_v0.0.0-20160405071501-a0175ee3bccc.mod) = 38 bytes
+BLAKE2s (github.com_alecthomas_template_@v_v0.0.0-20190718012654-fb15b899a751.mod) = 8c71d2795215f66feaac6b43b3131a21db45f020d3dcae7902d92e8037846576
+SHA512 (github.com_alecthomas_template_@v_v0.0.0-20190718012654-fb15b899a751.mod) =
072ca7ba3d5ca815f58848db201002cc572d95334aeacfe44cb226505ad20d82ce06eb2ee059650912ae499db6291822c583296cb65a66e54adce62d6d850929
+Size (github.com_alecthomas_template_@v_v0.0.0-20190718012654-fb15b899a751.mod) = 38 bytes
+BLAKE2s (github.com_alecthomas_template_@v_v0.0.0-20190718012654-fb15b899a751.zip) = 6e24d11bc2e821da3890d926fa16a22b5f11feea09eb0688f3a6137e0d07e15a
+SHA512 (github.com_alecthomas_template_@v_v0.0.0-20190718012654-fb15b899a751.zip) =
d29dc8a3c82c34af07b0c393349eda79b30c988d439771e02106bf2f386ef5fc3feaebf00da3953a40bff2c5ed93880ecbf45e1607303c11a417bfffb96e2e65
+Size (github.com_alecthomas_template_@v_v0.0.0-20190718012654-fb15b899a751.zip) = 66303 bytes
+BLAKE2s (github.com_alecthomas_units_@v_v0.0.0-20151022065526-2efee857e7cf.mod) = e64dbe13d6d8f331f1c42fb13fba804eea5391b15e573a2b8dae89d925e4e7f4
+SHA512 (github.com_alecthomas_units_@v_v0.0.0-20151022065526-2efee857e7cf.mod) =
7f23b8c5622c02b295646c7baf6f2ea3dd01e11e18ac9c263b853c7f771f5d098d8bcb75971f0cdc33d1c4765b563f3382ec5dc4bf20010065c3f1bc94e93175
+Size (github.com_alecthomas_units_@v_v0.0.0-20151022065526-2efee857e7cf.mod) = 35 bytes
+BLAKE2s (github.com_alecthomas_units_@v_v0.0.0-20190717042225-c3de453c63f4.mod) = e64dbe13d6d8f331f1c42fb13fba804eea5391b15e573a2b8dae89d925e4e7f4
+SHA512 (github.com_alecthomas_units_@v_v0.0.0-20190717042225-c3de453c63f4.mod) =
7f23b8c5622c02b295646c7baf6f2ea3dd01e11e18ac9c263b853c7f771f5d098d8bcb75971f0cdc33d1c4765b563f3382ec5dc4bf20010065c3f1bc94e93175
+Size (github.com_alecthomas_units_@v_v0.0.0-20190717042225-c3de453c63f4.mod) = 35 bytes
+BLAKE2s (github.com_alecthomas_units_@v_v0.0.0-20190717042225-c3de453c63f4.zip) = a328ec41d553278f593250266ead775e41dc0919b618c801ca262161f34eaae3
+SHA512 (github.com_alecthomas_units_@v_v0.0.0-20190717042225-c3de453c63f4.zip) =
eb9b80bd07a9586681ccb20b48644c404ad326e65251571531776ffb51eed20dfc79cb34dba332dea2fb4aa1a766da2cbad597b59db3c7f770b56febe1956ed4
+Size (github.com_alecthomas_units_@v_v0.0.0-20190717042225-c3de453c63f4.zip) = 5447 bytes
BLAKE2s (github.com_antihax_optional_@v_v1.0.0.mod) = 73971af5be7a5a31b13f38caea62a05b98018b322facab4166ef47b3365966c9
SHA512 (github.com_antihax_optional_@v_v1.0.0.mod) = e594fe55205c9dd96af55f58d011e5ef916c66eb057f7c0cb73fda0388133b6b476bce423969f85c1b95eb87ed9ed48bce7570fdbd131e0ad5e7ac6010514c58
Size (github.com_antihax_optional_@v_v1.0.0.mod) = 44 bytes
@@ -438,9 +474,12 @@
BLAKE2s (github.com_armon_go-metrics_@v_v0.0.0-20180917152333-f0300d1749da.mod) = 4e8858b27d97c146624c6c2a50c5a894dbe799a87a3f3ab03a2cf908d897fa82
SHA512 (github.com_armon_go-metrics_@v_v0.0.0-20180917152333-f0300d1749da.mod) =
fe8dfbec1d09d7da5829af43760a4ddb5495b6a63eeb76fb3758aeb2fcf83d83ea443a15789d7042a0f5e637664babc9c388dbebc63ff7d35fb9545c7c7da991
Size (github.com_armon_go-metrics_@v_v0.0.0-20180917152333-f0300d1749da.mod) = 35 bytes
-BLAKE2s (github.com_armon_go-metrics_@v_v0.0.0-20180917152333-f0300d1749da.zip) = 788ed44403851c143701086d243a1c9c16a03e3ccb437245b442be2a8ff19059
-SHA512 (github.com_armon_go-metrics_@v_v0.0.0-20180917152333-f0300d1749da.zip) =
e1b8ad2c09c16599c6e5053f871df9f66698c7a632276c1e68c80c9737216751939b7b7024449ed63da0a292688b4d7a441d64512aa4bd8684e418f4e5da4446
-Size (github.com_armon_go-metrics_@v_v0.0.0-20180917152333-f0300d1749da.zip) = 37264 bytes
+BLAKE2s (github.com_armon_go-metrics_@v_v0.3.10.mod) = 867df2b1c7dc5b1bda67312dfbc3894c245df947ec54ef617344b5e83300b56d
+SHA512 (github.com_armon_go-metrics_@v_v0.3.10.mod) = 7a835e1c62454a3577e71bb91a1a2ba8e135b94140e1394505678a5d628bf452de2fe8c7a9ad30c17ee462fd0d2f04967d0cc7b96010cfcd3d0fcf7dcaf4748f
+Size (github.com_armon_go-metrics_@v_v0.3.10.mod) = 607 bytes
+BLAKE2s (github.com_armon_go-metrics_@v_v0.3.10.zip) = 282511176eb8b5a908f4c20629dc0a91cb54c8d4c6a3bd1f1953b532e973187a
+SHA512 (github.com_armon_go-metrics_@v_v0.3.10.zip) = 53ffe203fb58d8445a3d0a520c6fc4a821ccb533a922d0280d20469185e719c2023402008830428193d8d4e5b44287c2ab7b14cacb8c2723122e48eec8911dc1
+Size (github.com_armon_go-metrics_@v_v0.3.10.zip) = 50064 bytes
BLAKE2s (github.com_armon_go-radix_@v_v0.0.0-20180808171621-7fddfc383310.mod) = b6be1972ea7f268ee8bfcdc983c9a7093ac28d04dd10207e775f95b8146262c7
SHA512 (github.com_armon_go-radix_@v_v0.0.0-20180808171621-7fddfc383310.mod) =
98f0f51365ecedecd1abe944a765160f99ccde69abe92a44d4f0e30f72a664b828cddb085886d8460ea7faabd0cbe7abdbde905ac758be0a3752c9a8f3600b6f
Size (github.com_armon_go-radix_@v_v0.0.0-20180808171621-7fddfc383310.mod) = 33 bytes
@@ -459,12 +498,24 @@
BLAKE2s (github.com_aws_aws-sdk-go_@v_v1.31.13.mod) = 2d61e667be6cccabc5813aa330f2049d45e10d63e71a9f1b4aff04ba703b5759
SHA512 (github.com_aws_aws-sdk-go_@v_v1.31.13.mod) = ec22b59d6d5febbe206b6697008cbea27b5ae35ee89799b92d7f137e205b6b4a65d2ebcc4ee00d41eca181a09ef8411513fc0ad851a6fb23db80c589a4d5c49e
Size (github.com_aws_aws-sdk-go_@v_v1.31.13.mod) = 217 bytes
-BLAKE2s (github.com_aws_aws-sdk-go_@v_v1.40.8.mod) = e3fa9de3b100a3782846d43f1d96a4e324e41c8a03561aa01303764c08afc659
-SHA512 (github.com_aws_aws-sdk-go_@v_v1.40.8.mod) = 0a2ac8ddd88d926f8242ca65a1049395f13fb534f8520856db7e9dcb7f7c2b90069920085b6bbb045426a29e8269414618c4c919be1d2564692cea606f828bdc
-Size (github.com_aws_aws-sdk-go_@v_v1.40.8.mod) = 178 bytes
-BLAKE2s (github.com_aws_aws-sdk-go_@v_v1.40.8.zip) = 0c4ffb902d10b58323806870f5d1eab8833b5dcf54ffb9799daeded4855ea6e7
-SHA512 (github.com_aws_aws-sdk-go_@v_v1.40.8.zip) = 151cbd65a23f777c31c9c6833e919e2d3a18398862e5536aa9dc006b5180d6e87bbe41357dec0de18b155bda101eb92c7822d03583f21dcdac4a8716b3dbe130
-Size (github.com_aws_aws-sdk-go_@v_v1.40.8.zip) = 21487806 bytes
+BLAKE2s (github.com_aws_aws-sdk-go_@v_v1.43.5.mod) = 5ad52ef3650a50663e7d4e998f252063ed1c2cbc8ca31340bdef56f3484b885c
+SHA512 (github.com_aws_aws-sdk-go_@v_v1.43.5.mod) = 7eec2af203245f37d971b2a3d967880e53350c68d1caac847573ea017c411c540d67fe2ab0030c83d84a63c31750268339dff31d831f382866b5e2968f91ea2d
+Size (github.com_aws_aws-sdk-go_@v_v1.43.5.mod) = 178 bytes
+BLAKE2s (github.com_aws_aws-sdk-go_@v_v1.43.5.zip) = 8024a2cb4962e5ce569025f993ec991822ebb7cbb3d8dbee2977a772c6be9b57
+SHA512 (github.com_aws_aws-sdk-go_@v_v1.43.5.zip) = 06bb5ccdbb1790a6515f7419991d22cebf404ad43615f66684a165a1435b2f2a83e4af5a9436c26077abb3c760a8e20319b544b6499aa96ae6be715169160438
+Size (github.com_aws_aws-sdk-go_@v_v1.43.5.zip) = 24644533 bytes
+BLAKE2s (github.com_beorn7_perks_@v_v0.0.0-20180321164747-3a771d992973.mod) = 80cbce370fc42961ecbb334b6f3da417ee9610e71432f0f22c6776faba2468f0
+SHA512 (github.com_beorn7_perks_@v_v0.0.0-20180321164747-3a771d992973.mod) =
f21fd002853e4435421f8396e6be016f65be1537815c60d23940caf26e3f14dd6f2caac802cb64cd586b1b1f1220b2727de347b3d1816b8e741f68d87ebcf03f
+Size (github.com_beorn7_perks_@v_v0.0.0-20180321164747-3a771d992973.mod) = 31 bytes
+BLAKE2s (github.com_beorn7_perks_@v_v1.0.0.mod) = 5c2c8e92605ce9cbec8351451a0a99d37bd60ebe057b586188ca003c96af4772
+SHA512 (github.com_beorn7_perks_@v_v1.0.0.mod) = ec4424da8e1e3849408da7bfe83d37e21ac75edb889de8ef63be897d59678679b018f4606be78500952e7eee73a6252ee6e477b1a1612e2d036dbf72c17b9c9b
+Size (github.com_beorn7_perks_@v_v1.0.0.mod) = 40 bytes
+BLAKE2s (github.com_beorn7_perks_@v_v1.0.1.mod) = 3386f8007a627917f183391cfdd8aa248c19db3340b5bd857152b8644fc9ca8e
+SHA512 (github.com_beorn7_perks_@v_v1.0.1.mod) = d0c78b8f08d177e05148ce845f8d720fe79a193a420c12ce15504af8fa3dffc4d2fcebea8030f5cca90aff5775013e2252e0c289d4ed5094e07657ea97a79570
Home |
Main Index |
Thread Index |
Old Index