Merge pull request #17245 from owen-mc/go/update-frameworks

Go: Update frameworks.csv
This commit is contained in:
Owen Mansel-Chan 2024-08-21 10:52:21 +01:00 коммит произвёл GitHub
Родитель b91ad04e6a 0acb29d3dd
Коммит a1a6fe45f1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -1,21 +1,28 @@
Framework name,URL,Package prefixes
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
appleboy/gin-jwt,https://github.com/appleboy/gin-jwt,github.com/appleboy/gin-jwt*
Afero,https://github.com/spf13/afero,github.com/spf13/afero*
beego,https://beego.me/,github.com/astaxie/beego* github.com/beego/beego*
CleverGo,https://github.com/clevergo/clevergo,clevergo.tech/clevergo* github.com/clevergo/clevergo*
Couchbase official client(gocb),https://github.com/couchbase/gocb,github.com/couchbase/gocb* gopkg.in/couchbase/gocb*
chi,https://go-chi.io/,github.com/go-chi/chi*
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*
Fiber,https://github.com/gofiber/fiber,github.com/gofiber/fiber*
Fosite,https://github.com/ory/fosite,github.com/ory/fosite*
gf-jwt,https://github.com/gogf/gf-jwt,github.com/gogf/gf-jwt*
Gin,https://github.com/gin-gonic/gin,github.com/gin-gonic/gin*
Glog,https://github.com/golang/glog,github.com/golang/glog* gopkg.in/glog* k8s.io/klog*
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*
Go kit,https://gokit.io/,github.com/go-kit/kit*
go-pg,https://pg.uptrace.dev/,github.com/go-pg/pg*
go-restful,https://github.com/emicklei/go-restful,github.com/emicklei/go-restful*
go-sh,https://github.com/codeskyblue/go-sh,github.com/codeskyblue/go-sh*
Go-spew,https://github.com/davecgh/go-spew,github.com/davecgh/go-spew/spew*
Gokogiri,https://github.com/moovweb/gokogiri,github.com/jbowtie/gokogiri* github.com/moovweb/gokogiri*
golang.org/x/crypto/ssh,https://pkg.go.dev/golang.org/x/crypto/ssh,golang.org/x/crypto/ssh*
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*
gorilla/mux,https://github.com/gorilla/mux,github.com/gorilla/mux*
@ -32,6 +39,7 @@ 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*
lestrrat-go/libxml2,https://github.com/lestrrat-go/libxml2,github.com/lestrrat-go/libxml2*
Logrus,https://github.com/sirupsen/logrus,github.com/Sirupsen/logrus* github.com/sirupsen/logrus*
Macaron,https://gopkg.in/macaron.v1,gopkg.in/macaron*
nhooyr.io/websocket,https://nhooyr.io/websocket,nhooyr.io/websocket*
protobuf,https://pkg.go.dev/google.golang.org/protobuf,github.com/golang/protobuf* google.golang.org/protobuf*

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 appleboy/gin-jwt https://github.com/appleboy/gin-jwt github.com/appleboy/gin-jwt*
4 Afero https://github.com/spf13/afero github.com/spf13/afero*
5 beego https://beego.me/ github.com/astaxie/beego* github.com/beego/beego*
6 CleverGo https://github.com/clevergo/clevergo clevergo.tech/clevergo* github.com/clevergo/clevergo*
7 Couchbase official client(gocb) https://github.com/couchbase/gocb github.com/couchbase/gocb* gopkg.in/couchbase/gocb*
8 chi https://go-chi.io/ github.com/go-chi/chi*
9 Couchbase unofficial client http://www.github.com/couchbase/go-couchbase github.com/couchbaselabs/gocb*
10 cristalhq/jwt https://github.com/cristalhq/jwt github.com/cristalhq/jwt*
11 Echo https://echo.labstack.com/ github.com/labstack/echo*
12 fasthttp https://github.com/valyala/fasthttp github.com/valyala/fasthttp*
13 Fiber https://github.com/gofiber/fiber github.com/gofiber/fiber*
14 Fosite https://github.com/ory/fosite github.com/ory/fosite*
15 gf-jwt https://github.com/gogf/gf-jwt github.com/gogf/gf-jwt*
16 Gin https://github.com/gin-gonic/gin github.com/gin-gonic/gin*
17 Glog https://github.com/golang/glog github.com/golang/glog* gopkg.in/glog* k8s.io/klog*
18 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*
19 Go kit https://gokit.io/ github.com/go-kit/kit*
20 go-pg https://pg.uptrace.dev/ github.com/go-pg/pg*
21 go-restful https://github.com/emicklei/go-restful github.com/emicklei/go-restful*
22 go-sh https://github.com/codeskyblue/go-sh github.com/codeskyblue/go-sh*
23 Go-spew https://github.com/davecgh/go-spew github.com/davecgh/go-spew/spew*
24 Gokogiri https://github.com/moovweb/gokogiri github.com/jbowtie/gokogiri* github.com/moovweb/gokogiri*
25 golang.org/x/crypto/ssh https://pkg.go.dev/golang.org/x/crypto/ssh golang.org/x/crypto/ssh*
26 golang.org/x/net https://pkg.go.dev/golang.org/x/net golang.org/x/net*
27 goproxy https://github.com/elazarl/goproxy github.com/elazarl/goproxy*
28 gorilla/mux https://github.com/gorilla/mux github.com/gorilla/mux*
39 Kubernetes https://kubernetes.io/ k8s.io/api* k8s.io/apimachinery*
40 lestrrat-go/jwx https://github.com/lestrrat-go/jwx github.com/lestrrat-go/jwx* github.com/lestrrat/go-jwx*
41 lestrrat-go/libxml2 https://github.com/lestrrat-go/libxml2 github.com/lestrrat-go/libxml2*
42 Logrus https://github.com/sirupsen/logrus github.com/Sirupsen/logrus* github.com/sirupsen/logrus*
43 Macaron https://gopkg.in/macaron.v1 gopkg.in/macaron*
44 nhooyr.io/websocket https://nhooyr.io/websocket nhooyr.io/websocket*
45 protobuf https://pkg.go.dev/google.golang.org/protobuf github.com/golang/protobuf* google.golang.org/protobuf*