Skip to content

Commit 3dc6918

Browse files
authored
Merge pull request github#15648 from github/workflow/coverage/update
Update CSV framework coverage reports
2 parents a0f91fb + b2b5aa1 commit 3dc6918

File tree

2 files changed

+123
-99
lines changed

2 files changed

+123
-99
lines changed
Lines changed: 112 additions & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -1,97 +1,112 @@
1-
package,source,summary,source:remote,summary:taint,summary:value
2-
,,2,,,2
3-
archive/tar,,5,,5,
4-
archive/zip,,6,,6,
5-
bufio,,17,,17,
6-
bytes,,43,,43,
7-
compress/bzip2,,1,,1,
8-
compress/flate,,4,,4,
9-
compress/gzip,,3,,3,
10-
compress/lzw,,1,,1,
11-
compress/zlib,,4,,4,
12-
container/heap,,5,,5,
13-
container/list,,20,,20,
14-
container/ring,,5,,5,
15-
context,,5,,5,
16-
crypto,,1,,1,
17-
crypto/cipher,,3,,3,
18-
crypto/rsa,,2,,2,
19-
crypto/tls,,3,,3,
20-
crypto/x509,,1,,1,
21-
database/sql,,7,,7,
22-
database/sql/driver,,4,,4,
23-
encoding,,4,,4,
24-
encoding/ascii85,,2,,2,
25-
encoding/asn1,,8,,8,
26-
encoding/base32,,3,,3,
27-
encoding/base64,,3,,3,
28-
encoding/binary,,2,,2,
29-
encoding/csv,,5,,5,
30-
encoding/gob,,7,,7,
31-
encoding/hex,,3,,3,
32-
encoding/json,,14,,14,
33-
encoding/pem,,3,,3,
34-
encoding/xml,,23,,23,
35-
errors,,3,,3,
36-
expvar,,6,,6,
37-
fmt,,16,,16,
38-
github.com/astaxie/beego,,7,,7,
39-
github.com/astaxie/beego/context,,1,,1,
40-
github.com/astaxie/beego/utils,,13,,13,
41-
github.com/beego/beego/core/utils,,13,,13,
42-
github.com/beego/beego/server/web,,7,,7,
43-
github.com/beego/beego/server/web/context,,1,,1,
44-
github.com/couchbase/gocb,,18,,18,
45-
github.com/couchbaselabs/gocb,,18,,18,
46-
github.com/elazarl/goproxy,,2,,2,
47-
github.com/evanphx/json-patch,,12,,12,
48-
github.com/gin-gonic/gin,,2,,2,
49-
github.com/go-pg/pg/$ANYVERSION/orm,,6,,6,
50-
github.com/golang/protobuf/$ANYVERSION/proto,,4,,4,
51-
github.com/json-iterator/go,,4,,4,
52-
github.com/labstack/echo,,2,,2,
53-
github.com/revel/revel,,10,,10,
54-
github.com/robfig/revel,,10,,10,
55-
github.com/sendgrid/sendgrid-go/$ANYVERSION/helpers/mail,,1,,1,
56-
github.com/valyala/fasthttp,,5,,5,
57-
go.uber.org/zap,,11,,11,
58-
golang.org/x/net/$ANYVERSION/html,,16,,16,
59-
golang.org/x/net/context,,5,,5,
60-
google.golang.org/protobuf/$ANYVERSION/internal/encoding/text,,1,,1,
61-
google.golang.org/protobuf/$ANYVERSION/internal/impl,,2,,2,
62-
google.golang.org/protobuf/$ANYVERSION/proto,,8,,8,
63-
google.golang.org/protobuf/$ANYVERSION/reflect/protoreflect,,1,,1,
64-
gopkg.in/couchbase/gocb,,18,,18,
65-
gopkg.in/macaron,,1,,1,
66-
gopkg.in/yaml,,9,,9,
67-
html,,2,,2,
68-
html/template,,6,,6,
69-
io,,19,,19,
70-
io/fs,,12,,12,
71-
io/ioutil,,2,,2,
72-
k8s.io/api/core,,10,,10,
73-
k8s.io/apimachinery/$ANYVERSION/pkg/runtime,,47,,47,
74-
log,,3,,3,
75-
mime,,5,,5,
76-
mime/multipart,,8,,8,
77-
mime/quotedprintable,,1,,1,
78-
net,,20,,20,
79-
net/http,8,22,8,22,
80-
net/http/httputil,,10,,10,
81-
net/mail,,6,,6,
82-
net/textproto,,19,,19,
83-
net/url,,23,,23,
84-
os,,4,,4,
85-
path,,5,,5,
86-
path/filepath,,13,,13,
87-
reflect,,37,,37,
88-
regexp,,20,,20,
89-
sort,,1,,1,
90-
strconv,,9,,9,
91-
strings,,34,,34,
92-
sync,,10,,10,
93-
sync/atomic,,24,,24,
94-
syscall,,8,,8,
95-
text/scanner,,3,,3,
96-
text/tabwriter,,1,,1,
97-
text/template,,6,,6,
1+
package,sink,source,summary,sink:credentials-key,sink:jwt,source:remote,summary:taint,summary:value
2+
,,,2,,,,,2
3+
archive/tar,,,5,,,,5,
4+
archive/zip,,,6,,,,6,
5+
bufio,,,17,,,,17,
6+
bytes,,,43,,,,43,
7+
compress/bzip2,,,1,,,,1,
8+
compress/flate,,,4,,,,4,
9+
compress/gzip,,,3,,,,3,
10+
compress/lzw,,,1,,,,1,
11+
compress/zlib,,,4,,,,4,
12+
container/heap,,,5,,,,5,
13+
container/list,,,20,,,,20,
14+
container/ring,,,5,,,,5,
15+
context,,,5,,,,5,
16+
crypto,,,1,,,,1,
17+
crypto/cipher,,,3,,,,3,
18+
crypto/rsa,,,2,,,,2,
19+
crypto/tls,,,3,,,,3,
20+
crypto/x509,,,1,,,,1,
21+
database/sql,,,7,,,,7,
22+
database/sql/driver,,,4,,,,4,
23+
encoding,,,4,,,,4,
24+
encoding/ascii85,,,2,,,,2,
25+
encoding/asn1,,,8,,,,8,
26+
encoding/base32,,,3,,,,3,
27+
encoding/base64,,,3,,,,3,
28+
encoding/binary,,,2,,,,2,
29+
encoding/csv,,,5,,,,5,
30+
encoding/gob,,,7,,,,7,
31+
encoding/hex,,,3,,,,3,
32+
encoding/json,,,14,,,,14,
33+
encoding/pem,,,3,,,,3,
34+
encoding/xml,,,23,,,,23,
35+
errors,,,3,,,,3,
36+
expvar,,,6,,,,6,
37+
fmt,,,16,,,,16,
38+
github.com/astaxie/beego,,,7,,,,7,
39+
github.com/astaxie/beego/context,,,1,,,,1,
40+
github.com/astaxie/beego/utils,,,13,,,,13,
41+
github.com/beego/beego/core/utils,,,13,,,,13,
42+
github.com/beego/beego/server/web,,,7,,,,7,
43+
github.com/beego/beego/server/web/context,,,1,,,,1,
44+
github.com/couchbase/gocb,,,18,,,,18,
45+
github.com/couchbaselabs/gocb,,,18,,,,18,
46+
github.com/cristalhq/jwt,1,,,1,,,,
47+
github.com/dgrijalva/jwt-go,3,,9,2,1,,9,
48+
github.com/elazarl/goproxy,,,2,,,,2,
49+
github.com/evanphx/json-patch,,,12,,,,12,
50+
github.com/form3tech-oss/jwt-go,2,,,2,,,,
51+
github.com/gin-gonic/gin,,,2,,,,2,
52+
github.com/go-chi/jwtauth,1,,,1,,,,
53+
github.com/go-jose/go-jose/$ANYVERSION/jwt,1,,4,,1,,4,
54+
github.com/go-kit/kit/auth/jwt,1,,,1,,,,
55+
github.com/go-pg/pg/$ANYVERSION/orm,,,6,,,,6,
56+
github.com/golang-jwt/jwt,3,,11,2,1,,11,
57+
github.com/golang/protobuf/$ANYVERSION/proto,,,4,,,,4,
58+
github.com/json-iterator/go,,,4,,,,4,
59+
github.com/kataras/iris/$ANYVERSION/middleware/jwt,1,,,1,,,,
60+
github.com/kataras/jwt,5,,,5,,,,
61+
github.com/labstack/echo,,,2,,,,2,
62+
github.com/lestrrat-go/jwx,1,,,1,,,,
63+
github.com/lestrrat-go/jwx/$ANYVERSION/jwk,1,,,1,,,,
64+
github.com/lestrrat/go-jwx/jwk,1,,,1,,,,
65+
github.com/ory/fosite/token/jwt,2,,,2,,,,
66+
github.com/revel/revel,,,10,,,,10,
67+
github.com/robfig/revel,,,10,,,,10,
68+
github.com/sendgrid/sendgrid-go/$ANYVERSION/helpers/mail,,,1,,,,1,
69+
github.com/valyala/fasthttp,,,5,,,,5,
70+
go.uber.org/zap,,,11,,,,11,
71+
golang.org/x/net/$ANYVERSION/html,,,16,,,,16,
72+
golang.org/x/net/context,,,5,,,,5,
73+
google.golang.org/protobuf/$ANYVERSION/internal/encoding/text,,,1,,,,1,
74+
google.golang.org/protobuf/$ANYVERSION/internal/impl,,,2,,,,2,
75+
google.golang.org/protobuf/$ANYVERSION/proto,,,8,,,,8,
76+
google.golang.org/protobuf/$ANYVERSION/reflect/protoreflect,,,1,,,,1,
77+
gopkg.in/couchbase/gocb,,,18,,,,18,
78+
gopkg.in/macaron,,,1,,,,1,
79+
gopkg.in/square/go-jose.v2/jwt,1,,4,,1,,4,
80+
gopkg.in/yaml,,,9,,,,9,
81+
html,,,2,,,,2,
82+
html/template,,,6,,,,6,
83+
io,,,19,,,,19,
84+
io/fs,,,12,,,,12,
85+
io/ioutil,,,2,,,,2,
86+
k8s.io/api/core,,,10,,,,10,
87+
k8s.io/apimachinery/$ANYVERSION/pkg/runtime,,,47,,,,47,
88+
log,,,3,,,,3,
89+
math/big,,,1,,,,1,
90+
mime,,,5,,,,5,
91+
mime/multipart,,,8,,,,8,
92+
mime/quotedprintable,,,1,,,,1,
93+
net,,,20,,,,20,
94+
net/http,,8,22,,,8,22,
95+
net/http/httputil,,,10,,,,10,
96+
net/mail,,,6,,,,6,
97+
net/textproto,,,19,,,,19,
98+
net/url,,,23,,,,23,
99+
os,,,4,,,,4,
100+
path,,,5,,,,5,
101+
path/filepath,,,13,,,,13,
102+
reflect,,,37,,,,37,
103+
regexp,,,20,,,,20,
104+
sort,,,1,,,,1,
105+
strconv,,,9,,,,9,
106+
strings,,,34,,,,34,
107+
sync,,,10,,,,10,
108+
sync/atomic,,,24,,,,24,
109+
syscall,,,8,,,,8,
110+
text/scanner,,,3,,,,3,
111+
text/tabwriter,,,1,,,,1,
112+
text/template,,,6,,,,6,

go/documentation/library-coverage/coverage.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,30 @@ Go framework & library support
1010
`Couchbase official client(gocb) <https://github.com/couchbase/gocb>`_,"``github.com/couchbase/gocb*``, ``gopkg.in/couchbase/gocb*``",,36,
1111
`Couchbase unofficial client <http://www.github.com/couchbase/go-couchbase>`_,``github.com/couchbaselabs/gocb*``,,18,
1212
`Echo <https://echo.labstack.com/>`_,``github.com/labstack/echo*``,,2,
13+
`Fosite <https://github.com/ory/fosite>`_,``github.com/ory/fosite*``,,,2
1314
`Gin <https://github.com/gin-gonic/gin>`_,``github.com/gin-gonic/gin*``,,2,
15+
`Go kit <https://gokit.io/>`_,``github.com/go-kit/kit*``,,,1
16+
`Iris <https://www.iris-go.com/>`_,``github.com/kataras/iris*``,,,1
1417
`Kubernetes <https://kubernetes.io/>`_,"``k8s.io/api*``, ``k8s.io/apimachinery*``",,57,
1518
`Macaron <https://gopkg.in/macaron.v1>`_,``gopkg.in/macaron*``,,1,
1619
`Revel <http://revel.github.io/>`_,"``github.com/revel/revel*``, ``github.com/robfig/revel*``",,20,
1720
`SendGrid <https://github.com/sendgrid/sendgrid-go>`_,``github.com/sendgrid/sendgrid-go*``,,1,
18-
`Standard library <https://pkg.go.dev/std>`_,"````, ``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``",8,577,
21+
`Standard library <https://pkg.go.dev/std>`_,"````, ``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``",8,578,
1922
`beego <https://beego.me/>`_,"``github.com/astaxie/beego*``, ``github.com/beego/beego*``",,42,
23+
`cristalhq/jwt <https://github.com/cristalhq/jwt>`_,``github.com/cristalhq/jwt*``,,,1
2024
`fasthttp <https://github.com/valyala/fasthttp>`_,``github.com/valyala/fasthttp*``,,5,
2125
`go-pg <https://pg.uptrace.dev/>`_,``github.com/go-pg/pg*``,,6,
2226
`golang.org/x/net <https://pkg.go.dev/golang.org/x/net>`_,``golang.org/x/net*``,,21,
2327
`goproxy <https://github.com/elazarl/goproxy>`_,``github.com/elazarl/goproxy*``,,2,
2428
`json-iterator <https://github.com/json-iterator/go>`_,``github.com/json-iterator/go*``,,4,
2529
`jsonpatch <https://github.com/evanphx/json-patch>`_,``github.com/evanphx/json-patch*``,,12,
30+
`jwt-go <https://golang-jwt.github.io/jwt/>`_,"``github.com/golang-jwt/jwt*``, ``github.com/form3tech-oss/jwt-go*``, ``github.com/dgrijalva/jwt-go*``",,20,8
31+
`jwtauth <https://github.com/go-chi/jwtauth>`_,``github.com/go-chi/jwtauth*``,,,1
32+
`kataras/jwt <https://github.com/kataras/jwt>`_,``github.com/kataras/jwt*``,,,5
33+
`lestrrat-go/jwx <https://github.com/lestrrat-go/jwx>`_,"``github.com/lestrrat-go/jwx*``, ``github.com/lestrrat/go-jwx*``",,,3
2634
`protobuf <https://pkg.go.dev/google.golang.org/protobuf>`_,"``github.com/golang/protobuf*``, ``google.golang.org/protobuf*``",,16,
2735
`yaml <https://gopkg.in/yaml.v3>`_,``gopkg.in/yaml*``,,9,
2836
`zap <https://go.uber.org/zap>`_,``go.uber.org/zap*``,,11,
29-
Totals,,8,842,
37+
Others,"``github.com/go-jose/go-jose/$ANYVERSION/jwt``, ``gopkg.in/square/go-jose.v2/jwt``",,8,2
38+
Totals,,8,871,24
3039

0 commit comments

Comments
 (0)