@@ -8,32 +8,43 @@ Go framework & library support
8
8
9
9
Framework / library,Package,Flow sources,Taint & value steps,Sinks (total)
10
10
`Afero <https://github.com/spf13/afero >`_,``github.com/spf13/afero*``,,,34
11
+ `Bun <https://bun.uptrace.dev/ >`_,``github.com/uptrace/bun*``,,,63
11
12
`CleverGo <https://github.com/clevergo/clevergo >`_,"``clevergo.tech/clevergo* ``, ``github.com/clevergo/clevergo* ``",,,2
12
13
`Couchbase official client(gocb) <https://github.com/couchbase/gocb >`_,"``github.com/couchbase/gocb* ``, ``gopkg.in/couchbase/gocb* ``",,36,16
13
14
`Couchbase unofficial client <http://www.github.com/couchbase/go-couchbase >`_,``github.com/couchbaselabs/gocb*``,,18,8
14
15
`Echo <https://echo.labstack.com/ >`_,``github.com/labstack/echo*``,12,2,3
15
16
`Fiber <https://github.com/gofiber/fiber >`_,``github.com/gofiber/fiber*``,,,5
16
17
`Fosite <https://github.com/ory/fosite >`_,``github.com/ory/fosite*``,,,2
18
+ `GORM <https://gorm.io >`_,"``github.com/go-gorm/gorm* ``, ``github.com/jinzhu/gorm* ``, ``gorm.io/gorm* ``",45,3,39
17
19
`Gin <https://github.com/gin-gonic/gin >`_,``github.com/gin-gonic/gin*``,46,2,3
18
20
`Glog <https://github.com/golang/glog >`_,"``github.com/golang/glog* ``, ``gopkg.in/glog* ``, ``k8s.io/klog* ``",,,270
19
21
`Go JOSE <https://github.com/go-jose/go-jose >`_,"``github.com/go-jose/go-jose* ``, ``github.com/square/go-jose* ``, ``gopkg.in/square/go-jose* ``, ``gopkg.in/go-jose/go-jose* ``",,16,12
20
22
`Go kit <https://gokit.io/ >`_,``github.com/go-kit/kit*``,,,1
21
23
`Go-spew <https://github.com/davecgh/go-spew >`_,``github.com/davecgh/go-spew/spew*``,,,9
24
+ `GoDotEnv <https://github.com/joho/godotenv >`_,``github.com/joho/godotenv*``,4,,
25
+ `GoFrame <https://goframe.org/en/ >`_,``github.com/gogf/gf*``,,,51
22
26
`Gokogiri <https://github.com/moovweb/gokogiri >`_,"``github.com/jbowtie/gokogiri* ``, ``github.com/moovweb/gokogiri* ``",,,10
23
27
`Iris <https://www.iris-go.com/ >`_,``github.com/kataras/iris*``,,,14
24
28
`Kubernetes <https://kubernetes.io/ >`_,"``k8s.io/api* ``, ``k8s.io/apimachinery* ``",,57,
25
29
`Logrus <https://github.com/sirupsen/logrus >`_,"``github.com/Sirupsen/logrus* ``, ``github.com/sirupsen/logrus* ``",,,290
26
30
`Macaron <https://gopkg.in/macaron.v1 >`_,``gopkg.in/macaron*``,12,1,1
31
+ `MongoDB Go Driver <https://www.mongodb.com/docs/drivers/go/current/ >`_,``go.mongodb.org/mongo-driver*``,,,14
27
32
`Revel <http://revel.github.io/ >`_,"``github.com/revel/revel* ``, ``github.com/robfig/revel* ``",46,20,4
28
33
`SendGrid <https://github.com/sendgrid/sendgrid-go >`_,``github.com/sendgrid/sendgrid-go*``,,1,
29
- `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 ``",52,607,104
34
+ `Squirrel <https://github.com/Masterminds/squirrel >`_,"``github.com/Masterminds/squirrel* ``, ``github.com/lann/squirrel* ``, ``gopkg.in/Masterminds/squirrel ``",,,96
35
+ `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 ``, ``weak ``",52,609,104
36
+ `XORM <https://xorm.io >`_,"``github.com/go-xorm/xorm* ``, ``xorm.io/xorm* ``",,,68
30
37
`XPath <https://github.com/antchfx/xpath >`_,``github.com/antchfx/xpath*``,,,4
31
38
`appleboy/gin-jwt <https://github.com/appleboy/gin-jwt >`_,``github.com/appleboy/gin-jwt*``,,,1
32
39
`beego <https://beego.me/ >`_,"``github.com/astaxie/beego* ``, ``github.com/beego/beego* ``",102,63,213
33
40
`chi <https://go-chi.io/ >`_,``github.com/go-chi/chi*``,3,,
34
41
`cristalhq/jwt <https://github.com/cristalhq/jwt >`_,``github.com/cristalhq/jwt*``,,,1
42
+ `env <https://github.com/caarlos0/env >`_,``github.com/caarlos0/env*``,5,2,
43
+ `envconfig <https://github.com/kelseyhightower/envconfig >`_,``github.com/kelseyhightower/envconfig*``,6,,
44
+ `envy <https://github.com/gobuffalo/envy >`_,``github.com/gobuffalo/envy*``,7,,
35
45
`fasthttp <https://github.com/valyala/fasthttp >`_,``github.com/valyala/fasthttp*``,50,5,35
36
46
`gf-jwt <https://github.com/gogf/gf-jwt >`_,``github.com/gogf/gf-jwt*``,,,1
47
+ `go-envparse <https://github.com/hashicorp/go-envparse >`_,``github.com/hashicorp/go-envparse*``,1,,
37
48
`go-pg <https://pg.uptrace.dev/ >`_,``github.com/go-pg/pg*``,,6,
38
49
`go-restful <https://github.com/emicklei/go-restful >`_,``github.com/emicklei/go-restful*``,7,,
39
50
`go-sh <https://github.com/codeskyblue/go-sh >`_,``github.com/codeskyblue/go-sh*``,,,4
@@ -42,6 +53,7 @@ Go framework & library support
42
53
`goproxy <https://github.com/elazarl/goproxy >`_,``github.com/elazarl/goproxy*``,2,2,2
43
54
`gorilla/mux <https://github.com/gorilla/mux >`_,``github.com/gorilla/mux*``,1,,
44
55
`gorilla/websocket <https://github.com/gorilla/websocket >`_,``github.com/gorilla/websocket*``,3,,
56
+ `gorqlite <https://github.com/rqlite/gorqlite >`_,"``github.com/raindog308/gorqlite* ``, ``github.com/rqlite/gorqlite* ``",,,48
45
57
`goxpath <https://github.com/ChrisTrenkamp/goxpath/wiki >`_,``github.com/ChrisTrenkamp/goxpath*``,,,3
46
58
`htmlquery <https://github.com/antchfx/htmlquery >`_,``github.com/antchfx/htmlquery*``,,,4
47
59
`json-iterator <https://github.com/json-iterator/go >`_,``github.com/json-iterator/go*``,,4,
@@ -54,12 +66,12 @@ Go framework & library support
54
66
`lestrrat-go/libxml2 <https://github.com/lestrrat-go/libxml2 >`_,``github.com/lestrrat-go/libxml2*``,,,3
55
67
`nhooyr.io/websocket <https://nhooyr.io/websocket >`_,``nhooyr.io/websocket*``,2,,
56
68
`protobuf <https://pkg.go.dev/google.golang.org/protobuf >`_,"``github.com/golang/protobuf* ``, ``google.golang.org/protobuf* ``",,16,
69
+ `sqlx <http://jmoiron.github.io/sqlx/ >`_,``github.com/jmoiron/sqlx*``,49,11,12
57
70
`ws <https://github.com/gobwas/ws >`_,``github.com/gobwas/ws*``,2,,
58
71
`xmlpath <https://gopkg.in/xmlpath.v2 >`_,"``gopkg.in/xmlpath* ``, ``github.com/go-xmlpath/xmlpath* ``, ``github.com/crankycoder/xmlpath* ``, ``launchpad.net/xmlpath* ``, ``github.com/masterzen/xmlpath* ``, ``github.com/going/toolkit/xmlpath* ``, ``gopkg.in/go-xmlpath/xmlpath* ``",,,14
59
72
`xmlquery <https://github.com/antchfx/xmlquery >`_,``github.com/antchfx/xmlquery*``,,,8
60
73
`xpathparser <https://github.com/santhosh-tekuri/xpathparser >`_,``github.com/santhosh-tekuri/xpathparser*``,,,2
61
74
`yaml <https://gopkg.in/yaml.v3 >`_,``gopkg.in/yaml*``,,9,
62
75
`zap <https://go.uber.org/zap >`_,``go.uber.org/zap*``,,11,33
63
- Others,"``github.com/Masterminds/squirrel ``, ``github.com/caarlos0/env ``, ``github.com/go-gorm/gorm ``, ``github.com/go-xorm/xorm ``, ``github.com/gobuffalo/envy ``, ``github.com/gogf/gf/database/gdb ``, ``github.com/hashicorp/go-envparse ``, ``github.com/jinzhu/gorm ``, ``github.com/jmoiron/sqlx ``, ``github.com/joho/godotenv ``, ``github.com/kelseyhightower/envconfig ``, ``github.com/lann/squirrel ``, ``github.com/raindog308/gorqlite ``, ``github.com/rqlite/gorqlite ``, ``github.com/uptrace/bun ``, ``go.mongodb.org/mongo-driver/mongo ``, ``gopkg.in/Masterminds/squirrel ``, ``gorm.io/gorm ``, ``weak ``, ``xorm.io/xorm ``",117,18,391
64
76
Totals,,459,947,1532
65
77
0 commit comments