mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Add changed framework coverage reports
This commit is contained in:
@@ -58,9 +58,11 @@ github.com/go-chi/jwtauth,1,,,1,,,,
|
||||
github.com/go-jose/go-jose/jwt,1,,4,,1,,4,
|
||||
github.com/go-kit/kit/auth/jwt,1,,,1,,,,
|
||||
github.com/go-pg/pg/orm,,,6,,,,6,
|
||||
github.com/gobwas/ws,,2,,,,2,,
|
||||
github.com/golang-jwt/jwt,3,,11,2,1,,11,
|
||||
github.com/golang/protobuf/proto,,,4,,,,4,
|
||||
github.com/gorilla/mux,,1,,,,1,,
|
||||
github.com/gorilla/websocket,,3,,,,3,,
|
||||
github.com/json-iterator/go,,,4,,,,4,
|
||||
github.com/kataras/iris/middleware/jwt,1,,,1,,,,
|
||||
github.com/kataras/jwt,5,,,5,,,,
|
||||
@@ -69,14 +71,15 @@ github.com/lestrrat-go/jwx,1,,,1,,,,
|
||||
github.com/lestrrat-go/jwx/jwk,1,,,1,,,,
|
||||
github.com/lestrrat/go-jwx/jwk,1,,,1,,,,
|
||||
github.com/ory/fosite/token/jwt,2,,,2,,,,
|
||||
github.com/revel/revel,,21,10,,,21,10,
|
||||
github.com/robfig/revel,,21,10,,,21,10,
|
||||
github.com/revel/revel,,23,10,,,23,10,
|
||||
github.com/robfig/revel,,23,10,,,23,10,
|
||||
github.com/sendgrid/sendgrid-go/helpers/mail,,,1,,,,1,
|
||||
github.com/square/go-jose/jwt,1,,4,,1,,4,
|
||||
github.com/valyala/fasthttp,,50,5,,,50,5,
|
||||
go.uber.org/zap,,,11,,,,11,
|
||||
golang.org/x/net/context,,,5,,,,5,
|
||||
golang.org/x/net/html,,,16,,,,16,
|
||||
golang.org/x/net/websocket,,2,,,,2,,
|
||||
google.golang.org/protobuf/internal/encoding/text,,,1,,,,1,
|
||||
google.golang.org/protobuf/internal/impl,,,2,,,,2,
|
||||
google.golang.org/protobuf/proto,,,8,,,,8,
|
||||
@@ -103,6 +106,7 @@ net/http/httputil,,,10,,,,10,
|
||||
net/mail,,,6,,,,6,
|
||||
net/textproto,,,19,,,,19,
|
||||
net/url,,,23,,,,23,
|
||||
nhooyr.io/websocket,,2,,,,2,,
|
||||
os,,,4,,,,4,
|
||||
path,,,5,,,,5,
|
||||
path/filepath,,,13,,,,13,
|
||||
|
||||
|
@@ -17,7 +17,7 @@ Go framework & library support
|
||||
`Iris <https://www.iris-go.com/>`_,``github.com/kataras/iris*``,,,1
|
||||
`Kubernetes <https://kubernetes.io/>`_,"``k8s.io/api*``, ``k8s.io/apimachinery*``",,57,
|
||||
`Macaron <https://gopkg.in/macaron.v1>`_,``gopkg.in/macaron*``,12,1,
|
||||
`Revel <http://revel.github.io/>`_,"``github.com/revel/revel*``, ``github.com/robfig/revel*``",42,20,
|
||||
`Revel <http://revel.github.io/>`_,"``github.com/revel/revel*``, ``github.com/robfig/revel*``",46,20,
|
||||
`SendGrid <https://github.com/sendgrid/sendgrid-go>`_,``github.com/sendgrid/sendgrid-go*``,,1,
|
||||
`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,
|
||||
`beego <https://beego.me/>`_,"``github.com/astaxie/beego*``, ``github.com/beego/beego*``",63,63,
|
||||
@@ -26,7 +26,7 @@ Go framework & library support
|
||||
`fasthttp <https://github.com/valyala/fasthttp>`_,``github.com/valyala/fasthttp*``,50,5,
|
||||
`go-pg <https://pg.uptrace.dev/>`_,``github.com/go-pg/pg*``,,6,
|
||||
`go-restful <https://github.com/emicklei/go-restful>`_,``github.com/emicklei/go-restful*``,7,,
|
||||
`golang.org/x/net <https://pkg.go.dev/golang.org/x/net>`_,``golang.org/x/net*``,,21,
|
||||
`golang.org/x/net <https://pkg.go.dev/golang.org/x/net>`_,``golang.org/x/net*``,2,21,
|
||||
`goproxy <https://github.com/elazarl/goproxy>`_,``github.com/elazarl/goproxy*``,2,2,
|
||||
`gorilla/mux <https://github.com/gorilla/mux>`_,``github.com/gorilla/mux*``,1,,
|
||||
`json-iterator <https://github.com/json-iterator/go>`_,``github.com/json-iterator/go*``,,4,
|
||||
@@ -38,5 +38,6 @@ Go framework & library support
|
||||
`protobuf <https://pkg.go.dev/google.golang.org/protobuf>`_,"``github.com/golang/protobuf*``, ``google.golang.org/protobuf*``",,16,
|
||||
`yaml <https://gopkg.in/yaml.v3>`_,``gopkg.in/yaml*``,,9,
|
||||
`zap <https://go.uber.org/zap>`_,``go.uber.org/zap*``,,11,
|
||||
Totals,,254,902,25
|
||||
Others,"``github.com/gobwas/ws``, ``github.com/gorilla/websocket``, ``nhooyr.io/websocket``",7,,
|
||||
Totals,,267,902,25
|
||||
|
||||
|
||||
Reference in New Issue
Block a user