Skip to content

Commit

Permalink
update star data
Browse files Browse the repository at this point in the history
  • Loading branch information
lizunstop committed Oct 18, 2021
1 parent 72ba4bb commit c1e3a6c
Show file tree
Hide file tree
Showing 10 changed files with 2,611 additions and 2,611 deletions.
404 changes: 202 additions & 202 deletions README.md

Large diffs are not rendered by default.

404 changes: 202 additions & 202 deletions docs/README.md

Large diffs are not rendered by default.

82 changes: 41 additions & 41 deletions docs/book/README.md

Large diffs are not rendered by default.

1,002 changes: 501 additions & 501 deletions docs/c/README.md

Large diffs are not rendered by default.

80 changes: 40 additions & 40 deletions docs/go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* A curated list of awesome Go frameworks, libraries, software and resources.
* Inspired by Awesome.
* If you see a package or project here that is no longer maintained or is not a good fit, please submit a issue to improve this file. Thank you!
* Last Sync Time: Fri Oct 08 2021 17:25:40 GMT+0800 (中国标准时间)
* Last Sync Time: Mon Oct 18 2021 09:47:47 GMT+0800 (中国标准时间)
* Synchronize Every Week.
#### Order by alphabetical and star count.

Expand All @@ -21,57 +21,57 @@

| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
| [oto](https://github.com/hajimehoshi/oto) | 868 | ♪ A low-level library to play sound on multiple platforms ♪ | 8 days ago |
| [portaudio](https://github.com/gordonklaus/portaudio) | 466 | Go bindings for the PortAudio audio I/O library | a year ago |
| [oto](https://github.com/hajimehoshi/oto) | 870 | ♪ A low-level library to play sound on multiple platforms ♪ | 9 days ago |
| [portaudio](https://github.com/gordonklaus/portaudio) | 468 | Go bindings for the PortAudio audio I/O library | a year ago |
| [music-theory](https://github.com/go-music-theory/music-theory) | 361 | Go models of Note, Scale, Chord and Key | a year ago |
| [waveform](https://github.com/mdlayher/waveform) | 343 | Go package capable of generating waveform images from audio streams. MIT Licensed. | 2 years ago |
| [portmidi](https://github.com/rakyll/portmidi) | 262 | Go bindings for libportmidi | a year ago |
| [id3v2](https://github.com/bogem/id3v2) | 194 | 🎵 ID3 decoding and encoding library for Go | 6 months ago |
| [flac](https://github.com/mewkiz/flac) | 164 | Package flac provides access to FLAC (Free Lossless Audio Codec) streams. | 8 months ago |
| [malgo](https://github.com/gen2brain/malgo) | 153 | Mini audio library | 13 days ago |
| [GoAudio](https://github.com/DylanMeeus/GoAudio) | 149 | Go tools for audio processing & creation 🎶 | 6 months ago |
| [waveform](https://github.com/mdlayher/waveform) | 342 | Go package capable of generating waveform images from audio streams. MIT Licensed. | 2 years ago |
| [portmidi](https://github.com/rakyll/portmidi) | 263 | Go bindings for libportmidi | a year ago |
| [id3v2](https://github.com/bogem/id3v2) | 194 | 🎵 ID3 decoding and encoding library for Go | 4 days ago |
| [flac](https://github.com/mewkiz/flac) | 164 | Package flac provides access to FLAC (Free Lossless Audio Codec) streams. | 9 months ago |
| [malgo](https://github.com/gen2brain/malgo) | 154 | Mini audio library | 22 days ago |
| [GoAudio](https://github.com/DylanMeeus/GoAudio) | 149 | Go tools for audio processing & creation 🎶 | 7 months ago |
| [mix](https://github.com/go-mix/mix) | 144 | Sequence-based Go-native audio mixer for music apps | a year ago |
| [gaad](https://github.com/Comcast/gaad) | 86 | GAAD (Go Advanced Audio Decoder) | 6 days ago |
| [minimp3](https://github.com/tosone/minimp3) | 63 | Decode mp3 base on https://github.com/lieff/minimp3 | 6 months ago |
| [gaad](https://github.com/Comcast/gaad) | 87 | GAAD (Go Advanced Audio Decoder) | 16 days ago |
| [minimp3](https://github.com/tosone/minimp3) | 63 | Decode mp3 base on https://github.com/lieff/minimp3 | 7 months ago |
| [vorbis](https://github.com/mccoyst/vorbis) | 28 | A "native" ogg vorbis decoder for Go (uses inline stb_vorbis) | 3 years ago |
| [gosamplerate](https://github.com/dh1tw/gosamplerate) | 12 | Go Bindings for libsamplerate | a year ago |
| [gosamplerate](https://github.com/dh1tw/gosamplerate) | 13 | Go Bindings for libsamplerate | a year ago |


### [Authentication and OAuth](#authentication-and-oauth)
* Libraries for implementing authentications schemes.

| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
| [casbin](https://github.com/casbin/casbin) | 10405 | An authorization library that supports access control models like ACL, RBAC, ABAC in Golang | 7 days ago |
| [oauth2](https://github.com/golang/oauth2) | 3859 | Go OAuth2 | 3 days ago |
| [goth](https://github.com/markbates/goth) | 3363 | Package goth provides a simple, clean, and idiomatic way to write authentication packages for Go web applications. | 2 days ago |
| [authboss](https://github.com/volatiletech/authboss) | 2855 | The boss of http auth. | 2 months ago |
| [go-jose](https://github.com/square/go-jose) | 1825 | An implementation of JOSE standards (JWE, JWS, JWT) in Go | 36 minutes ago |
| [loginsrv](https://github.com/tarent/loginsrv) | 1814 | JWT login microservice with plugable backends such as OAuth2, Google, Github, htpasswd, osiam, .. | 7 months ago |
| [go-oauth2-server](https://github.com/RichardKnop/go-oauth2-server) | 1813 | A standalone, specification-compliant, OAuth2 server written in Golang. | 9 months ago |
| [osin](https://github.com/openshift/osin) | 1695 | Golang OAuth2 server library | 25 days ago |
| [gologin](https://github.com/dghubble/gologin) | 1441 | Go login handlers for authentication providers (OAuth1, OAuth2) | 6 days ago |
| [gorbac](https://github.com/mikespook/gorbac) | 1216 | goRBAC provides a lightweight role-based access control (RBAC) implementation in Golang. | 5 months ago |
| [scs](https://github.com/alexedwards/scs) | 941 | HTTP Session Management for Go | a month ago |
| [paseto](https://github.com/o1egl/paseto) | 543 | Platform-Agnostic Security Tokens implementation in GO (Golang) | 3 days ago |
| [permissions2](https://github.com/xyproto/permissions2) | 435 | :closed_lock_with_key: Middleware for keeping track of users, login states and permissions | 2 months ago |
| [go-guardian](https://github.com/shaj13/go-guardian) | 307 | Go-Guardian is a golang library that provides a simple, clean, and idiomatic way to create powerful modern API and web authentication. | 10 days ago |
| [jwt](https://github.com/cristalhq/jwt) | 295 | Safe, simple and fast JSON Web Tokens for Go | 9 days ago |
| [jwt](https://github.com/pascaldekloe/jwt) | 269 | JSON Web Token library | 7 months ago |
| [jeff](https://github.com/abraithwaite/jeff) | 231 | 🍍Jeff provides the simplest way to manage web sessions in Go. | 3 months ago |
| [httpauth](https://github.com/goji/httpauth) | 209 | HTTP Authentication middlewares | 10 days ago |
| [jwt-auth](https://github.com/adam-hanna/jwt-auth) | 207 | This package provides json web token (jwt) middleware for goLang http servers | 2 months ago |
| [branca](https://github.com/hako/branca) | 158 | :key: Secure alternative to JWT. Authenticated Encrypted API Tokens for Go. | a year ago |
| [sessionup](https://github.com/swithek/sessionup) | 113 | Straightforward HTTP session management | a month ago |
| [session](https://github.com/icza/session) | 106 | Go session management for web servers (including support for Google App Engine - GAE). | 2 months ago |
| [casbin](https://github.com/casbin/casbin) | 10461 | An authorization library that supports access control models like ACL, RBAC, ABAC in Golang | 4 days ago |
| [oauth2](https://github.com/golang/oauth2) | 3870 | Go OAuth2 | 8 days ago |
| [goth](https://github.com/markbates/goth) | 3372 | Package goth provides a simple, clean, and idiomatic way to write authentication packages for Go web applications. | 11 days ago |
| [authboss](https://github.com/volatiletech/authboss) | 2861 | The boss of http auth. | 2 months ago |
| [go-jose](https://github.com/square/go-jose) | 1828 | An implementation of JOSE standards (JWE, JWS, JWT) in Go | 10 days ago |
| [go-oauth2-server](https://github.com/RichardKnop/go-oauth2-server) | 1821 | A standalone, specification-compliant, OAuth2 server written in Golang. | 9 months ago |
| [loginsrv](https://github.com/tarent/loginsrv) | 1821 | JWT login microservice with plugable backends such as OAuth2, Google, Github, htpasswd, osiam, .. | 8 months ago |
| [osin](https://github.com/openshift/osin) | 1695 | Golang OAuth2 server library | a month ago |
| [gologin](https://github.com/dghubble/gologin) | 1446 | Go login handlers for authentication providers (OAuth1, OAuth2) | 15 days ago |
| [gorbac](https://github.com/mikespook/gorbac) | 1218 | goRBAC provides a lightweight role-based access control (RBAC) implementation in Golang. | 5 months ago |
| [scs](https://github.com/alexedwards/scs) | 949 | HTTP Session Management for Go | 8 days ago |
| [paseto](https://github.com/o1egl/paseto) | 546 | Platform-Agnostic Security Tokens implementation in GO (Golang) | 13 days ago |
| [permissions2](https://github.com/xyproto/permissions2) | 437 | :closed_lock_with_key: Middleware for keeping track of users, login states and permissions | 3 months ago |
| [go-guardian](https://github.com/shaj13/go-guardian) | 309 | Go-Guardian is a golang library that provides a simple, clean, and idiomatic way to create powerful modern API and web authentication. | 19 days ago |
| [jwt](https://github.com/cristalhq/jwt) | 297 | Safe, simple and fast JSON Web Tokens for Go | 7 days ago |
| [jwt](https://github.com/pascaldekloe/jwt) | 270 | JSON Web Token library | 7 months ago |
| [jeff](https://github.com/abraithwaite/jeff) | 232 | 🍍Jeff provides the simplest way to manage web sessions in Go. | 4 months ago |
| [httpauth](https://github.com/goji/httpauth) | 210 | HTTP Authentication middlewares | 20 days ago |
| [jwt-auth](https://github.com/adam-hanna/jwt-auth) | 207 | This package provides json web token (jwt) middleware for goLang http servers | 3 months ago |
| [branca](https://github.com/hako/branca) | 159 | :key: Secure alternative to JWT. Authenticated Encrypted API Tokens for Go. | a year ago |
| [sessionup](https://github.com/swithek/sessionup) | 112 | Straightforward HTTP session management | 2 months ago |
| [session](https://github.com/icza/session) | 105 | Go session management for web servers (including support for Google App Engine - GAE). | 3 months ago |
| [sjwt](https://github.com/brianvoe/sjwt) | 94 | Simple JWT Golang | 2 years ago |
| [jwt](https://github.com/robbert229/jwt) | 93 | This is an implementation of JWT in golang! | 10 months ago |
| [jwt](https://github.com/robbert229/jwt) | 93 | This is an implementation of JWT in golang! | a year ago |
| [rbac](https://github.com/zpatrick/rbac) | 85 | Minimalistic RBAC package for Go applications | 3 years ago |
| [sessions](https://github.com/adam-hanna/sessions) | 60 | A dead simple, highly performant, highly customizable sessions middleware for go http servers. | a year ago |
| [securecookie](https://github.com/chmike/securecookie) | 54 | Fast, secure and efficient secure cookie encoder/decoder | 14 days ago |
| [go-email-normalizer](https://github.com/dimuska139/go-email-normalizer) | 30 | Golang library for providing a canonical representation of email address. | 20 days ago |
| [otpgo](https://github.com/jltorresm/otpgo) | 24 | Time-Based One-Time Password (TOTP) and HMAC-Based One-Time Password (HOTP) library for Go. | 7 months ago |
| [scope](https://github.com/SonicRoshan/scope) | 16 | Easily Manage OAuth2 Scopes In Go | 4 months ago |
| [sessions](https://github.com/adam-hanna/sessions) | 60 | A dead simple, highly performant, highly customizable sessions middleware for go http servers. | 2 years ago |
| [securecookie](https://github.com/chmike/securecookie) | 54 | Fast, secure and efficient secure cookie encoder/decoder | 23 days ago |
| [go-email-normalizer](https://github.com/dimuska139/go-email-normalizer) | 31 | Golang library for providing a canonical representation of email address. | a month ago |
| [otpgo](https://github.com/jltorresm/otpgo) | 24 | Time-Based One-Time Password (TOTP) and HMAC-Based One-Time Password (HOTP) library for Go. | 8 months ago |
| [scope](https://github.com/SonicRoshan/scope) | 16 | Easily Manage OAuth2 Scopes In Go | 5 months ago |
| [sessiongate-go](https://github.com/f0rmiga/sessiongate-go) | 9 | A driver for the SessionGate Redis module - easy session management using the Go language. | 3 years ago |
| [cookiestxt](https://github.com/mengzhuo/cookiestxt) | 8 | cookiestxt implement parser of cookies txt format | 7 months ago |

Expand Down
Loading

0 comments on commit c1e3a6c

Please sign in to comment.