Skip to content

Commit

Permalink
update data infomation
Browse files Browse the repository at this point in the history
  • Loading branch information
lizunstop committed Jun 25, 2021
1 parent dfe785f commit ef1d93d
Show file tree
Hide file tree
Showing 10 changed files with 2,401 additions and 2,401 deletions.
362 changes: 181 additions & 181 deletions README.md

Large diffs are not rendered by default.

362 changes: 181 additions & 181 deletions docs/README.md

Large diffs are not rendered by default.

78 changes: 39 additions & 39 deletions docs/book/README.md

Large diffs are not rendered by default.

710 changes: 355 additions & 355 deletions docs/c/README.md

Large diffs are not rendered by default.

70 changes: 35 additions & 35 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 Jun 18 2021 10:05:57 GMT+0800 (GMT+08:00)
* Last Sync Time: Fri Jun 25 2021 15:52:49 GMT+0800 (中国标准时间)
* Synchronize Every Day.
#### Order by alphabetical and star count.

Expand All @@ -21,58 +21,58 @@

| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
| [oto](https://github.com/hajimehoshi/oto) | 821 | ♪ A low-level library to play sound on multiple platforms ♪ | 4 months ago |
| [portaudio](https://github.com/gordonklaus/portaudio) | 451 | Go bindings for the PortAudio audio I/O library | 9 months ago |
| [oto](https://github.com/hajimehoshi/oto) | 824 | ♪ A low-level library to play sound on multiple platforms ♪ | 5 months ago |
| [portaudio](https://github.com/gordonklaus/portaudio) | 452 | Go bindings for the PortAudio audio I/O library | 9 months ago |
| [music-theory](https://github.com/go-music-theory/music-theory) | 342 | Go models of Note, Scale, Chord and Key | a year ago |
| [waveform](https://github.com/mdlayher/waveform) | 337 | Go package capable of generating waveform images from audio streams. MIT Licensed. | a year ago |
| [portmidi](https://github.com/rakyll/portmidi) | 256 | Go bindings for libportmidi | 8 months ago |
| [waveform](https://github.com/mdlayher/waveform) | 338 | Go package capable of generating waveform images from audio streams. MIT Licensed. | a year ago |
| [portmidi](https://github.com/rakyll/portmidi) | 257 | Go bindings for libportmidi | 8 months ago |
| [id3v2](https://github.com/bogem/id3v2) | 190 | 🎵 ID3 decoding and encoding library for Go | 2 months ago |
| [flac](https://github.com/mewkiz/flac) | 157 | Package flac provides access to FLAC (Free Lossless Audio Codec) streams. | 5 months ago |
| [malgo](https://github.com/gen2brain/malgo) | 149 | Mini audio library | a month ago |
| [flac](https://github.com/mewkiz/flac) | 158 | Package flac provides access to FLAC (Free Lossless Audio Codec) streams. | 5 months ago |
| [malgo](https://github.com/gen2brain/malgo) | 149 | Mini audio library | 2 months ago |
| [mix](https://github.com/go-mix/mix) | 138 | Sequence-based Go-native audio mixer for music apps | a year ago |
| [GoAudio](https://github.com/DylanMeeus/GoAudio) | 135 | Go tools for audio processing & creation 🎶 | 3 months ago |
| [GoAudio](https://github.com/DylanMeeus/GoAudio) | 137 | Go tools for audio processing & creation 🎶 | 3 months ago |
| [gaad](https://github.com/Comcast/gaad) | 84 | GAAD (Go Advanced Audio Decoder) | 3 months ago |
| [minimp3](https://github.com/tosone/minimp3) | 55 | Decode mp3 base on https://github.com/lieff/minimp3 | 3 months ago |
| [vorbis](https://github.com/mccoyst/vorbis) | 28 | A "native" ogg vorbis decoder for Go (uses inline stb_vorbis) | 2 years ago |
| [gosamplerate](https://github.com/dh1tw/gosamplerate) | 10 | Go Bindings for libsamplerate | a year ago |
| [gosamplerate](https://github.com/dh1tw/gosamplerate) | 11 | Go Bindings for libsamplerate | a year ago |


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

| Repository | StarCount | Description | RecentlyUpdated |
| :---- | ----: | :---- | :---- |
| [oauth2](https://github.com/golang/oauth2) | 3681 | Go OAuth2 | 4 hours ago |
| [goth](https://github.com/markbates/goth) | 3204 | Package goth provides a simple, clean, and idiomatic way to write authentication packages for Go web applications. | 6 hours ago |
| [authboss](https://github.com/volatiletech/authboss) | 2683 | The boss of http auth. | a month ago |
| [loginsrv](https://github.com/tarent/loginsrv) | 1788 | JWT login microservice with plugable backends such as OAuth2, Google, Github, htpasswd, osiam, .. | 4 months ago |
| [go-jose](https://github.com/square/go-jose) | 1774 | An implementation of JOSE standards (JWE, JWS, JWT) in Go | 12 days ago |
| [go-oauth2-server](https://github.com/RichardKnop/go-oauth2-server) | 1766 | A standalone, specification-compliant, OAuth2 server written in Golang. | 5 months ago |
| [osin](https://github.com/openshift/osin) | 1671 | Golang OAuth2 server library | 4 months ago |
| [gologin](https://github.com/dghubble/gologin) | 1392 | Go login handlers for authentication providers (OAuth1, OAuth2) | 8 days ago |
| [gorbac](https://github.com/mikespook/gorbac) | 1182 | goRBAC provides a lightweight role-based access control (RBAC) implementation in Golang. | a month ago |
| [scs](https://github.com/alexedwards/scs) | 885 | HTTP Session Management for Go | 12 days ago |
| [oauth2](https://github.com/golang/oauth2) | 3688 | Go OAuth2 | 8 hours ago |
| [goth](https://github.com/markbates/goth) | 3210 | Package goth provides a simple, clean, and idiomatic way to write authentication packages for Go web applications. | 6 days ago |
| [authboss](https://github.com/volatiletech/authboss) | 2690 | The boss of http auth. | a month ago |
| [loginsrv](https://github.com/tarent/loginsrv) | 1789 | JWT login microservice with plugable backends such as OAuth2, Google, Github, htpasswd, osiam, .. | 4 months ago |
| [go-jose](https://github.com/square/go-jose) | 1777 | An implementation of JOSE standards (JWE, JWS, JWT) in Go | 19 days ago |
| [go-oauth2-server](https://github.com/RichardKnop/go-oauth2-server) | 1769 | A standalone, specification-compliant, OAuth2 server written in Golang. | 6 months ago |
| [osin](https://github.com/openshift/osin) | 1672 | Golang OAuth2 server library | 4 months ago |
| [gologin](https://github.com/dghubble/gologin) | 1399 | Go login handlers for authentication providers (OAuth1, OAuth2) | 16 days ago |
| [gorbac](https://github.com/mikespook/gorbac) | 1184 | goRBAC provides a lightweight role-based access control (RBAC) implementation in Golang. | 2 months ago |
| [scs](https://github.com/alexedwards/scs) | 888 | HTTP Session Management for Go | 19 days ago |
| [paseto](https://github.com/o1egl/paseto) | 517 | Platform-Agnostic Security Tokens implementation in GO (Golang) | a year ago |
| [permissions2](https://github.com/xyproto/permissions2) | 429 | :closed_lock_with_key: Middleware for keeping track of users, login states and permissions | 10 months ago |
| [jwt](https://github.com/cristalhq/jwt) | 268 | Safe, simple and fast JSON Web Tokens for Go | a day ago |
| [go-guardian](https://github.com/shaj13/go-guardian) | 265 | Go-Guardian is a golang library that provides a simple, clean, and idiomatic way to create powerful modern API and web authentication. | 2 months ago |
| [jwt](https://github.com/pascaldekloe/jwt) | 256 | JSON Web Token library | 3 months ago |
| [jeff](https://github.com/abraithwaite/jeff) | 225 | 🍍Jeff provides the simplest way to manage web sessions in Go. | 10 months ago |
| [httpauth](https://github.com/goji/httpauth) | 206 | HTTP Authentication middlewares | 10 months ago |
| [jwt-auth](https://github.com/adam-hanna/jwt-auth) | 204 | This package provides json web token (jwt) middleware for goLang http servers | 21 days ago |
| [branca](https://github.com/hako/branca) | 152 | :key: Secure alternative to JWT. Authenticated Encrypted API Tokens for Go. | 10 months ago |
| [sessionup](https://github.com/swithek/sessionup) | 112 | Straightforward HTTP session management | 9 days ago |
| [session](https://github.com/icza/session) | 107 | Go session management for web servers (including support for Google App Engine - GAE). | 2 years ago |
| [permissions2](https://github.com/xyproto/permissions2) | 430 | :closed_lock_with_key: Middleware for keeping track of users, login states and permissions | 10 months ago |
| [jwt](https://github.com/cristalhq/jwt) | 272 | Safe, simple and fast JSON Web Tokens for Go | 9 days ago |
| [go-guardian](https://github.com/shaj13/go-guardian) | 268 | Go-Guardian is a golang library that provides a simple, clean, and idiomatic way to create powerful modern API and web authentication. | a day ago |
| [jwt](https://github.com/pascaldekloe/jwt) | 257 | JSON Web Token library | 4 months ago |
| [jeff](https://github.com/abraithwaite/jeff) | 225 | 🍍Jeff provides the simplest way to manage web sessions in Go. | 2 days ago |
| [httpauth](https://github.com/goji/httpauth) | 206 | HTTP Authentication middlewares | a year ago |
| [jwt-auth](https://github.com/adam-hanna/jwt-auth) | 204 | This package provides json web token (jwt) middleware for goLang http servers | a month ago |
| [branca](https://github.com/hako/branca) | 153 | :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 | 17 days ago |
| [session](https://github.com/icza/session) | 105 | Go session management for web servers (including support for Google App Engine - GAE). | 2 years ago |
| [jwt](https://github.com/robbert229/jwt) | 90 | This is an implementation of JWT in golang! | 7 months ago |
| [sjwt](https://github.com/brianvoe/sjwt) | 88 | Simple JWT Golang | 2 years ago |
| [sjwt](https://github.com/brianvoe/sjwt) | 89 | Simple JWT Golang | 2 years ago |
| [rbac](https://github.com/zpatrick/rbac) | 79 | Minimalistic RBAC package for Go applications | 3 years ago |
| [sessions](https://github.com/adam-hanna/sessions) | 59 | A dead simple, highly performant, highly customizable sessions middleware for go http servers. | a year ago |
| [securecookie](https://github.com/chmike/securecookie) | 51 | Fast, secure and efficient secure cookie encoder/decoder | 2 months ago |
| [otpgo](https://github.com/jltorresm/otpgo) | 19 | Time-Based One-Time Password (TOTP) and HMAC-Based One-Time Password (HOTP) library for Go. | 4 months ago |
| [go-email-normalizer](https://github.com/dimuska139/go-email-normalizer) | 18 | Golang library for providing a canonical representation of email address. | 6 months ago |
| [scope](https://github.com/SonicRoshan/scope) | 12 | Easily Manage OAuth2 Scopes In Go | 24 days ago |
| [go-email-normalizer](https://github.com/dimuska139/go-email-normalizer) | 20 | Golang library for providing a canonical representation of email address. | 6 months ago |
| [otpgo](https://github.com/jltorresm/otpgo) | 20 | Time-Based One-Time Password (TOTP) and HMAC-Based One-Time Password (HOTP) library for Go. | 4 months ago |
| [scope](https://github.com/SonicRoshan/scope) | 12 | Easily Manage OAuth2 Scopes In Go | a month 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) | 6 | cookiestxt implement parser of cookies txt format | 3 months ago |
| [casbin](https://github.com/hsluoyz/casbin) | 1 | An authorization library that supports access control models like ACL, RBAC, ABAC in Golang | 20 days ago |
| [cookiestxt](https://github.com/mengzhuo/cookiestxt) | 6 | cookiestxt implement parser of cookies txt format | 4 months ago |
| [casbin](https://github.com/hsluoyz/casbin) | 1 | An authorization library that supports access control models like ACL, RBAC, ABAC in Golang | a month ago |


Loading

0 comments on commit ef1d93d

Please sign in to comment.