Skip to content

Commit 38aac1f

Browse files
authored
Merge pull request #17024 from github/workflow/coverage/update
Update CSV framework coverage reports
2 parents 183b3fe + f83b70d commit 38aac1f

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

go/documentation/library-coverage/coverage.csv

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,11 @@ github.com/go-chi/jwtauth,1,,,1,,,,
5858
github.com/go-jose/go-jose/jwt,1,,4,,1,,4,
5959
github.com/go-kit/kit/auth/jwt,1,,,1,,,,
6060
github.com/go-pg/pg/orm,,,6,,,,6,
61+
github.com/gobwas/ws,,2,,,,2,,
6162
github.com/golang-jwt/jwt,3,,11,2,1,,11,
6263
github.com/golang/protobuf/proto,,,4,,,,4,
6364
github.com/gorilla/mux,,1,,,,1,,
65+
github.com/gorilla/websocket,,3,,,,3,,
6466
github.com/json-iterator/go,,,4,,,,4,
6567
github.com/kataras/iris/middleware/jwt,1,,,1,,,,
6668
github.com/kataras/jwt,5,,,5,,,,
@@ -69,14 +71,15 @@ github.com/lestrrat-go/jwx,1,,,1,,,,
6971
github.com/lestrrat-go/jwx/jwk,1,,,1,,,,
7072
github.com/lestrrat/go-jwx/jwk,1,,,1,,,,
7173
github.com/ory/fosite/token/jwt,2,,,2,,,,
72-
github.com/revel/revel,,21,10,,,21,10,
73-
github.com/robfig/revel,,21,10,,,21,10,
74+
github.com/revel/revel,,23,10,,,23,10,
75+
github.com/robfig/revel,,23,10,,,23,10,
7476
github.com/sendgrid/sendgrid-go/helpers/mail,,,1,,,,1,
7577
github.com/square/go-jose/jwt,1,,4,,1,,4,
7678
github.com/valyala/fasthttp,,50,5,,,50,5,
7779
go.uber.org/zap,,,11,,,,11,
7880
golang.org/x/net/context,,,5,,,,5,
7981
golang.org/x/net/html,,,16,,,,16,
82+
golang.org/x/net/websocket,,2,,,,2,,
8083
google.golang.org/protobuf/internal/encoding/text,,,1,,,,1,
8184
google.golang.org/protobuf/internal/impl,,,2,,,,2,
8285
google.golang.org/protobuf/proto,,,8,,,,8,
@@ -103,6 +106,7 @@ net/http/httputil,,,10,,,,10,
103106
net/mail,,,6,,,,6,
104107
net/textproto,,,19,,,,19,
105108
net/url,,,23,,,,23,
109+
nhooyr.io/websocket,,2,,,,2,,
106110
os,,,4,,,,4,
107111
path,,,5,,,,5,
108112
path/filepath,,,13,,,,13,

go/documentation/library-coverage/coverage.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Go framework & library support
1717
`Iris <https://www.iris-go.com/>`_,``github.com/kataras/iris*``,,,1
1818
`Kubernetes <https://kubernetes.io/>`_,"``k8s.io/api*``, ``k8s.io/apimachinery*``",,57,
1919
`Macaron <https://gopkg.in/macaron.v1>`_,``gopkg.in/macaron*``,12,1,
20-
`Revel <http://revel.github.io/>`_,"``github.com/revel/revel*``, ``github.com/robfig/revel*``",42,20,
20+
`Revel <http://revel.github.io/>`_,"``github.com/revel/revel*``, ``github.com/robfig/revel*``",46,20,
2121
`SendGrid <https://github.com/sendgrid/sendgrid-go>`_,``github.com/sendgrid/sendgrid-go*``,,1,
2222
`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``",16,584,
2323
`beego <https://beego.me/>`_,"``github.com/astaxie/beego*``, ``github.com/beego/beego*``",63,63,
@@ -26,7 +26,7 @@ Go framework & library support
2626
`fasthttp <https://github.com/valyala/fasthttp>`_,``github.com/valyala/fasthttp*``,50,5,
2727
`go-pg <https://pg.uptrace.dev/>`_,``github.com/go-pg/pg*``,,6,
2828
`go-restful <https://github.com/emicklei/go-restful>`_,``github.com/emicklei/go-restful*``,7,,
29-
`golang.org/x/net <https://pkg.go.dev/golang.org/x/net>`_,``golang.org/x/net*``,,21,
29+
`golang.org/x/net <https://pkg.go.dev/golang.org/x/net>`_,``golang.org/x/net*``,2,21,
3030
`goproxy <https://github.com/elazarl/goproxy>`_,``github.com/elazarl/goproxy*``,2,2,
3131
`gorilla/mux <https://github.com/gorilla/mux>`_,``github.com/gorilla/mux*``,1,,
3232
`json-iterator <https://github.com/json-iterator/go>`_,``github.com/json-iterator/go*``,,4,
@@ -38,5 +38,6 @@ Go framework & library support
3838
`protobuf <https://pkg.go.dev/google.golang.org/protobuf>`_,"``github.com/golang/protobuf*``, ``google.golang.org/protobuf*``",,16,
3939
`yaml <https://gopkg.in/yaml.v3>`_,``gopkg.in/yaml*``,,9,
4040
`zap <https://go.uber.org/zap>`_,``go.uber.org/zap*``,,11,
41-
Totals,,254,902,25
41+
Others,"``github.com/gobwas/ws``, ``github.com/gorilla/websocket``, ``nhooyr.io/websocket``",7,,
42+
Totals,,267,902,25
4243

0 commit comments

Comments
 (0)