Add new libraries we cover to frameworks.csv

This commit is contained in:
Owen Mansel-Chan
2024-02-15 12:19:49 +00:00
parent 7e41a895d8
commit 6cb4773188

View File

@@ -3,15 +3,23 @@ Standard library,https://pkg.go.dev/std, archive/* bufio bytes cmp compress/* co
beego,https://beego.me/,github.com/astaxie/beego* github.com/beego/beego*
Couchbase official client(gocb),https://github.com/couchbase/gocb,github.com/couchbase/gocb* gopkg.in/couchbase/gocb*
Couchbase unofficial client,http://www.github.com/couchbase/go-couchbase,github.com/couchbaselabs/gocb*
cristalhq/jwt,https://github.com/cristalhq/jwt,github.com/cristalhq/jwt*
Echo,https://echo.labstack.com/,github.com/labstack/echo*
fasthttp,https://github.com/valyala/fasthttp,github.com/valyala/fasthttp*
Fosite,https://github.com/ory/fosite,github.com/ory/fosite*
Gin,https://github.com/gin-gonic/gin,github.com/gin-gonic/gin*
Go kit,https://gokit.io/,github.com/go-kit/kit*
go-pg,https://pg.uptrace.dev/,github.com/go-pg/pg*
golang.org/x/net,https://pkg.go.dev/golang.org/x/net,golang.org/x/net*
goproxy,https://github.com/elazarl/goproxy,github.com/elazarl/goproxy*
Iris,https://www.iris-go.com/,github.com/kataras/iris*
json-iterator,https://github.com/json-iterator/go,github.com/json-iterator/go*
jsonpatch,https://github.com/evanphx/json-patch,github.com/evanphx/json-patch*
jwt-go,https://golang-jwt.github.io/jwt/,github.com/golang-jwt/jwt* github.com/form3tech-oss/jwt-go* github.com/dgrijalva/jwt-go*
jwtauth,https://github.com/go-chi/jwtauth,github.com/go-chi/jwtauth*
kataras/jwt,https://github.com/kataras/jwt,github.com/kataras/jwt*
Kubernetes,https://kubernetes.io/,k8s.io/api* k8s.io/apimachinery*
lestrrat-go/jwx,https://github.com/lestrrat-go/jwx,github.com/lestrrat-go/jwx* github.com/lestrrat/go-jwx*
Macaron,https://gopkg.in/macaron.v1,gopkg.in/macaron*
protobuf,https://pkg.go.dev/google.golang.org/protobuf,github.com/golang/protobuf* google.golang.org/protobuf*
Revel,http://revel.github.io/,github.com/revel/revel* github.com/robfig/revel*
1 Framework name URL Package prefixes
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 cristalhq/jwt https://github.com/cristalhq/jwt github.com/cristalhq/jwt*
7 Echo https://echo.labstack.com/ github.com/labstack/echo*
8 fasthttp https://github.com/valyala/fasthttp github.com/valyala/fasthttp*
9 Fosite https://github.com/ory/fosite github.com/ory/fosite*
10 Gin https://github.com/gin-gonic/gin github.com/gin-gonic/gin*
11 Go kit https://gokit.io/ github.com/go-kit/kit*
12 go-pg https://pg.uptrace.dev/ github.com/go-pg/pg*
13 golang.org/x/net https://pkg.go.dev/golang.org/x/net golang.org/x/net*
14 goproxy https://github.com/elazarl/goproxy github.com/elazarl/goproxy*
15 Iris https://www.iris-go.com/ github.com/kataras/iris*
16 json-iterator https://github.com/json-iterator/go github.com/json-iterator/go*
17 jsonpatch https://github.com/evanphx/json-patch github.com/evanphx/json-patch*
18 jwt-go https://golang-jwt.github.io/jwt/ github.com/golang-jwt/jwt* github.com/form3tech-oss/jwt-go* github.com/dgrijalva/jwt-go*
19 jwtauth https://github.com/go-chi/jwtauth github.com/go-chi/jwtauth*
20 kataras/jwt https://github.com/kataras/jwt github.com/kataras/jwt*
21 Kubernetes https://kubernetes.io/ k8s.io/api* k8s.io/apimachinery*
22 lestrrat-go/jwx https://github.com/lestrrat-go/jwx github.com/lestrrat-go/jwx* github.com/lestrrat/go-jwx*
23 Macaron https://gopkg.in/macaron.v1 gopkg.in/macaron*
24 protobuf https://pkg.go.dev/google.golang.org/protobuf github.com/golang/protobuf* google.golang.org/protobuf*
25 Revel http://revel.github.io/ github.com/revel/revel* github.com/robfig/revel*