mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Note that the space at the beginning of the package patterns for the standard library is deliberate, because builtin functions use the empty string as their package and we want to attribute them to the standard library.
1.7 KiB
1.7 KiB
| 1 | Framework name | URL | Package prefixes |
|---|---|---|---|
| 2 | 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 |
| 3 | beego | https://beego.me/ | github.com/astaxie/beego* github.com/beego/beego* |
| 4 | Couchbase official client(gocb) | https://github.com/couchbase/gocb | github.com/couchbase/gocb* gopkg.in/couchbase/gocb* |
| 5 | Couchbase unofficial client | http://www.github.com/couchbase/go-couchbase | github.com/couchbaselabs/gocb* |
| 6 | Echo | https://echo.labstack.com/ | github.com/labstack/echo* |
| 7 | Gin | https://github.com/gin-gonic/gin | github.com/gin-gonic/gin* |
| 8 | go-pg | https://pg.uptrace.dev/ | github.com/go-pg/pg* |
| 9 | golang.org/x/net | https://pkg.go.dev/golang.org/x/net | golang.org/x/net* |
| 10 | goproxy | https://github.com/elazarl/goproxy | github.com/elazarl/goproxy* |
| 11 | json-iterator | https://github.com/json-iterator/go | github.com/json-iterator/go* |
| 12 | jsonpatch | https://github.com/evanphx/json-patch | github.com/evanphx/json-patch* |
| 13 | Kubernetes | https://kubernetes.io/ | k8s.io/api* k8s.io/apimachinery* |
| 14 | Macaron | https://gopkg.in/macaron.v1 | gopkg.in/macaron* |
| 15 | protobuf | https://pkg.go.dev/google.golang.org/protobuf | github.com/golang/protobuf* google.golang.org/protobuf* |
| 16 | Revel | http://revel.github.io/ | github.com/revel/revel* github.com/robfig/revel* |
| 17 | SendGrid | https://github.com/sendgrid/sendgrid-go | github.com/sendgrid/sendgrid-go* |
| 18 | yaml | https://gopkg.in/yaml.v3 | gopkg.in/yaml* |
| 19 | zap | https://go.uber.org/zap | go.uber.org/zap* |