From 34a21cc72b1f927f8c9ae865e0ac39f4afb07e81 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 16 Sep 2026 00:34:04 +0000
Subject: [PATCH] Add changed framework coverage reports
---
go/documentation/library-coverage/coverage.csv | 10 +++++-----
go/documentation/library-coverage/coverage.rst | 4 ++--
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/go/documentation/library-coverage/coverage.csv b/go/documentation/library-coverage/coverage.csv
index d4266a31dfb4..3e1e307a0669 100644
--- a/go/documentation/library-coverage/coverage.csv
+++ b/go/documentation/library-coverage/coverage.csv
@@ -3,7 +3,7 @@ package,sink,source,summary,sink:command-injection,sink:credentials-key,sink:jwt
archive/tar,,,5,,,,,,,,,,,,,,,,,,,,,,,5,
archive/zip,,,6,,,,,,,,,,,,,,,,,,,,,,,6,
bufio,,,17,,,,,,,,,,,,,,,,,,,,,,,17,
-bytes,,,44,,,,,,,,,,,,,,,,,,,,,,,44,
+bytes,,,45,,,,,,,,,,,,,,,,,,,,,,,45,
clevergo.tech/clevergo,1,,,,,,,,,,,,,,,,,1,,,,,,,,,
cloud.google.com/go/bigquery,1,,,,,,,,,,,,,,1,,,,,,,,,,,,
compress/bzip2,,,1,,,,,,,,,,,,,,,,,,,,,,,1,
@@ -16,8 +16,8 @@ container/list,,,20,,,,,,,,,,,,,,,,,,,,,,,20,
container/ring,,,5,,,,,,,,,,,,,,,,,,,,,,,5,
context,,,5,,,,,,,,,,,,,,,,,,,,,,,5,
crypto,,,10,,,,,,,,,,,,,,,,,,,,,,,10,
-database/sql,30,18,12,,,,,,,,,,,,30,,,,,,18,,,,,12,
-encoding,,,81,,,,,,,,,,,,,,,,,,,,,,,81,
+database/sql,30,18,14,,,,,,,,,,,,30,,,,,,18,,,,,14,
+encoding,,,112,,,,,,,,,,,,,,,,,,,,,,,112,
errors,,,4,,,,,,,,,,,,,,,,,,,,,,,4,
expvar,,,6,,,,,,,,,,,,,,,,,,,,,,,6,
fmt,3,,16,,,,3,,,,,,,,,,,,,,,,,,,16,
@@ -126,7 +126,7 @@ launchpad.net/xmlpath,2,,,,,,,,,,,,,,,,,,2,,,,,,,,
log,43,,16,,,,43,,,,,,,,,,,,,,,,,,,16,
math/big,,,1,,,,,,,,,,,,,,,,,,,,,,,1,
mime,,,14,,,,,,,,,,,,,,,,,,,,,,,14,
-net,2,16,100,,,,,,1,,,,,,,,1,,,,,,,16,,100,
+net,2,16,102,,,,,,1,,,,,,,,1,,,,,,,16,,102,
nhooyr.io/websocket,,2,,,,,,,,,,,,,,,,,,,,,,2,,,
os,29,12,6,3,,,,,26,,,,,,,,,,,1,,7,3,,1,6,
path,,,18,,,,,,,,,,,,,,,,,,,,,,,18,
@@ -135,7 +135,7 @@ regexp,10,,20,,,,,,,3,3,4,,,,,,,,,,,,,,20,
slices,,,17,,,,,,,,,,,,,,,,,,,,,,,,17
sort,,,1,,,,,,,,,,,,,,,,,,,,,,,1,
strconv,,,9,,,,,,,,,,,,,,,,,,,,,,,9,
-strings,,,34,,,,,,,,,,,,,,,,,,,,,,,34,
+strings,,,47,,,,,,,,,,,,,,,,,,,,,,,46,1
sync,,,34,,,,,,,,,,,,,,,,,,,,,,,34,
syscall,5,2,8,5,,,,,,,,,,,,,,,,,,2,,,,8,
text/scanner,,,3,,,,,,,,,,,,,,,,,,,,,,,3,
diff --git a/go/documentation/library-coverage/coverage.rst b/go/documentation/library-coverage/coverage.rst
index fc16fb8c2c57..2123a6ad73f5 100644
--- a/go/documentation/library-coverage/coverage.rst
+++ b/go/documentation/library-coverage/coverage.rst
@@ -32,7 +32,7 @@ Go framework & library support
`Revel `_,"``github.com/revel/revel*``, ``github.com/robfig/revel*``",46,20,4
`SendGrid `_,``github.com/sendgrid/sendgrid-go*``,,1,
`Squirrel `_,"``github.com/Masterminds/squirrel*``, ``github.com/lann/squirrel*``, ``gopkg.in/Masterminds/squirrel``",81,,96
- `Standard library `_,"````, ``archive/*``, ``bufio``, ``bytes``, ``cmp``, ``compress/*``, ``container/*``, ``context``, ``crypto``, ``crypto/*``, ``database/*``, ``debug/*``, ``embed``, ``encoding``, ``encoding/*``, ``errors``, ``expvar``, ``flag``, ``fmt``, ``go/*``, ``hash``, ``hash/*``, ``html``, ``html/*``, ``image``, ``image/*``, ``index/*``, ``io``, ``io/*``, ``log``, ``log/*``, ``maps``, ``math``, ``math/*``, ``mime``, ``mime/*``, ``net``, ``net/*``, ``os``, ``os/*``, ``path``, ``path/*``, ``plugin``, ``reflect``, ``reflect/*``, ``regexp``, ``regexp/*``, ``slices``, ``sort``, ``strconv``, ``strings``, ``sync``, ``sync/*``, ``syscall``, ``syscall/*``, ``testing``, ``testing/*``, ``text/*``, ``time``, ``time/*``, ``unicode``, ``unicode/*``, ``unsafe``, ``weak``",52,625,127
+ `Standard library `_,"````, ``archive/*``, ``bufio``, ``bytes``, ``cmp``, ``compress/*``, ``container/*``, ``context``, ``crypto``, ``crypto/*``, ``database/*``, ``debug/*``, ``embed``, ``encoding``, ``encoding/*``, ``errors``, ``expvar``, ``flag``, ``fmt``, ``go/*``, ``hash``, ``hash/*``, ``html``, ``html/*``, ``image``, ``image/*``, ``index/*``, ``io``, ``io/*``, ``log``, ``log/*``, ``maps``, ``math``, ``math/*``, ``mime``, ``mime/*``, ``net``, ``net/*``, ``os``, ``os/*``, ``path``, ``path/*``, ``plugin``, ``reflect``, ``reflect/*``, ``regexp``, ``regexp/*``, ``slices``, ``sort``, ``strconv``, ``strings``, ``sync``, ``sync/*``, ``syscall``, ``syscall/*``, ``testing``, ``testing/*``, ``text/*``, ``time``, ``time/*``, ``unicode``, ``unicode/*``, ``unsafe``, ``weak``",52,674,127
`XORM `_,"``github.com/go-xorm/xorm*``, ``xorm.io/xorm*``",,,68
`XPath `_,``github.com/antchfx/xpath*``,,,4
`appleboy/gin-jwt `_,``github.com/appleboy/gin-jwt*``,,,1
@@ -74,5 +74,5 @@ Go framework & library support
`xpathparser `_,``github.com/santhosh-tekuri/xpathparser*``,,,2
`yaml `_,``gopkg.in/yaml*``,,9,
`zap `_,``go.uber.org/zap*``,,11,33
- Totals,,688,1085,1580
+ Totals,,688,1134,1580