Commit Graph

4004 Commits

Author SHA1 Message Date
Clayton Kehoe
04b5016dd4
Adding config-file-validator (#5079) 2024-03-15 21:19:40 +05:30
naison
2ff3d2be25
Add kubevpn (#5114)
* Add kubevpn

* Rename org

---------

Co-authored-by: fengcaiwen <fengcaiwen@bytedance.com>
2024-03-09 21:14:13 +05:30
Maria Ines Parnisari
2afb9bccdd
add openfga (#5223) 2024-03-09 21:11:19 +05:30
Samy Fodil
9fd3901e64
Added github.com/taubyte/tau to the DevOps category (#5234) 2024-03-09 03:39:54 +05:30
Stjepan Jureković
65c2687ed8
Added Go in Practice, Second Edition (#5231)
Hi,

Stjepan from Manning here. I thought this title might be a good match for your list. Thank you for considering it.

Best,
2024-03-06 22:20:12 -03:00
oldme
c8eab5c984
update description of goframe (#5230) 2024-03-06 17:26:12 +05:30
Karl Cardenas
4d0ad9277a
docs: Update README.md with go-lambda-cleanup (#5122) 2024-03-03 18:14:14 -03:00
Hariharan
2437000635
Add dot (#5137) 2024-03-03 18:07:43 -03:00
Firas M. Darwish
91048a9b4f
add ore package (#5211)
Co-authored-by: Firas Darwish <f.darwish@diwink.com>
2024-03-03 18:00:23 -03:00
oliverpool
548cea4161
Remove unmaintained "telemetry" projects (#5224) 2024-03-01 18:25:14 +05:30
oliverpool
daa4ef4eca
Add code.pfad.fr/swift (#5218)
* Add code.pfad.fr/swift

* Update README.md

* learn the alphabet...
2024-02-29 09:51:42 +05:30
Aleksei Sviridkin
db18539598
remove go-astilectron coz depricated (#5221) 2024-02-29 09:33:35 +05:30
oliverpool
1b1fc0a415
Remove godoc.org references (#5219)
* remove github.com/posener/tarfs

- has not been updated for 7 years.
- implements the github.com/kr/fs#FileSystem (and not the stdlib io.FS interface), package which has been replaced by kr.dev/walk

* Cleanup godoc.org

- remove package with no tagged version
- update documentation link to pkg.go.dev for maintained libraries

* adjust pkg.go.dev position

* gowalker.org does not serve Go content
2024-02-27 23:43:56 +05:30
Radosvet M
57b2b24b82
Add Gosemble (#5210) 2024-02-25 23:01:31 -03:00
Franco Liberali
c6f78b8408
add cql (#5150) 2024-02-25 22:54:07 -03:00
whoops
6f90be69d2
add gabs (#5188)
For parsing, creating and editing unknown or dynamic JSON in Go
2024-02-25 22:45:10 -03:00
Deatil
9a4bd7267c
add go-datebin (#5163) 2024-02-25 22:42:25 -03:00
Aurelie Vache
1923cb3fd3
readme: add go in a visual way (#5212) 2024-02-25 22:02:18 -03:00
Saleh Rahimzadeh
a6c4ab48f3
Add go-words (#5141) 2024-02-25 21:18:12 -03:00
cosban
e9bee2804a
add cosban/di to the depenency injection category (#5140) 2024-02-25 21:14:57 -03:00
Thomas Poignant
e89ef7236d
Update README.md (#5209) 2024-02-19 20:14:15 +05:30
Igor Sokolenko
c7f4378372
add gomemcached (#5182) 2024-02-18 19:46:26 -03:00
Bob Glickstein
50eef8c87d
Add encid. (#5184) 2024-02-18 19:41:52 -03:00
fogfish
5914331afa
Add dynamo - key-value abstraction over AWS services (#5185) 2024-02-18 19:40:25 -03:00
Zhao vistart
77ed658d11
Add go-dag (#5187) 2024-02-18 19:35:49 -03:00
kcmvp
56bf1bcab7
Add gob (#5181) 2024-02-18 19:31:20 -03:00
Jonathan VUILLEMIN
e2b43863a8
Add Yokai (#5194) 2024-02-18 19:21:41 -03:00
Markus Wüstenberg
faec9bf1b9
Add gomponents to Template Engines (#5202)
This adds gomponents to the list of template engines.

I've added a compoment example directly in the description, which I think is both informative and a bit fun. 😊 If that's frowned upon, I'd be happy to create a more traditional description.

> Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#quality-standards) before sending pull request. Thanks!

**Please provide package links to:**

- repo link (github.com, gitlab.com, etc): https://github.com/maragudk/gomponents
- pkg.go.dev: https://pkg.go.dev/github.com/maragudk/gomponents
- goreportcard.com: https://goreportcard.com/report/github.com/maragudk/gomponents
- coverage service link ([codecov](https://codecov.io/), [coveralls](https://coveralls.io/), etc.): https://app.codecov.io/gh/maragudk/gomponents

**Note**: _that new categories can be added only when there are 3 packages or more._

**Make sure that you've checked the boxes below that apply before you submit PR.**
_Not every repository (project) will require every option, but most projects should. Check the Contribution Guidelines for details._

- [X] The package has been added to the list in alphabetical order.
- [X] The package has an appropriate description with correct grammar.
- [X] As far as I know, the package has not been listed here before.
- [X] The repo documentation has a pkg.go.dev link.
- [X] The repo documentation has a coverage service link.
- [X] The repo documentation has a goreportcard link.
- [X] The repo has a version-numbered release and a go.mod file.
- [X] I have read the [Contribution Guidelines](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#contribution-guidelines), [Maintainers Note](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#maintainers) and [Quality Standards](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#quality-standards).
- [X] The repo has a continuous integration process that automatically runs tests that must pass before new pull requests are merged.
- [X] Continuous integration is used to attempt to catch issues prior to releasing this package to end-users.

Thanks for your PR, you're awesome! 👍
2024-02-18 19:16:27 -03:00
大可
88625a5e59
Add go-kod (#5203)
* Add go-kod

* Update README.md
2024-02-18 19:08:20 -03:00
Marko Kungla
b03c30b3a3
fix: bexp repo url in readme (#5192)
Signed-off-by: Marko Kungla <marko@mkungla.dev>
2024-02-18 18:58:37 -03:00
andreis
44d009b3b1
luontola/gospec has been dead for 12 years (#5193)
https://github.com/luontola/gospec

> NOTICE: GoSpec has not been developed for quite some time, but there is a new testing framework called GoConvey which was inspired by GoSpec and does the same things plus much more.
2024-02-18 18:57:06 -03:00
Kuisong Tong
34760a069e
add konf (#5204) 2024-02-18 18:55:41 -03:00
Sasha Savchuk
856c7898c7
Add go-tg to Bot Building section (#5208) 2024-02-18 18:50:29 -03:00
Benjamin Cane
0b106c7fd0
Adding Tarmac (#5205) 2024-02-17 23:54:24 +05:30
Bob Glickstein
f7f046f008
Add decouple. (#5179)
* Add decouple.

* Improve the description of decouple per the suggestion by Sourcery AI (I for one welcome our new robotic code-review overlords).
2024-01-27 20:21:30 -03:00
Tim Rühsen
2e8f8032af
Add go-freelru (#5160) 2024-01-27 16:00:22 -03:00
Bob Glickstein
c6c689f4cd
Add htree. (#5159) 2024-01-27 15:54:53 -03:00
Dmitry N. Pokidov
dc41c2c9f0
Added transformimgs to images section (#5154) 2024-01-27 15:42:05 -03:00
Nikita
b6e5a874ff
add go-accumulator (#5151)
Co-authored-by: Nikita Terentyev <terentev_na@itms.tech>
2024-01-27 15:35:37 -03:00
zhuyasen
b347660801
add sponge (#5166) 2024-01-25 19:53:09 -03:00
João Victor
7da62eb2da
Add Lit to README's Web Frameworks section (#5171) 2024-01-25 19:47:25 -03:00
Richard Carson Derr
5e49820321
add z5labs bedrock (#5180) 2024-01-25 19:38:50 -03:00
Udayan Joshi
5ed4695674
remove incorrect link (#5178) 2024-01-25 19:35:33 -03:00
Alexey Mayshev
850d97fdbe
Add otter (#5183)
Co-authored-by: Aleksey Mayshev <asmayshev@avito.ru>
2024-01-25 19:07:48 -03:00
#571
dd9e80443e
Update README.md (#4946) 2024-01-06 15:16:16 +05:30
goodliu
cff66a6a2f
add trpc-go (#5075)
* README: add trpc-go package to the Distributed Systems list

* update description

* update description cont'd
2024-01-05 16:26:10 +05:30
mffap
09dff4e9b0
add passwap (security) (#5125) 2024-01-05 16:09:50 +05:30
mffap
b8661d3b4b
add oidc (authentication & Oauth) (#5126) 2024-01-05 16:08:43 +05:30
Marko Kungla
cc4d1fdda4
update: bexp import path (#5148)
bexp Brace Expansion package has moved to new github org.
From my personal account github.com/mkungla/bexp
to github.com/happy-sdk/happy-go/strings/bexp

Signed-off-by: Marko Kungla <marko@mkungla.dev>
2023-12-22 08:08:30 +05:30
Travis Cline
c86b9e29b2
Add AI category, some initial entries. (#5118)
* Add langchaingo

I'm a maintainer of this project and am proposing inclusion.

* Update README.md
2023-12-22 07:52:54 +05:30
Aryan Mehrotra
e6e1db2737 Add GoFr 2023-12-21 08:54:23 -03:00
Kirill
768d097255
Add envdoc (#5142) 2023-12-18 09:44:19 +03:00
Jonathan VUILLEMIN
6051ff629e
feat: added yai (#4929) 2023-12-09 00:29:52 +05:30
Rasool Ziafaty
7b6bb42c8f
add gotiny (#4763) 2023-12-07 15:45:28 +05:30
Arran Ubels
8e1a8080f4
Goey added. (#4723) 2023-12-07 14:39:05 +05:30
Alexei Shevchenko
2740570e52
add decompose (#4982)
* add decompose

* move to Devops Tools category

---------

Co-authored-by: Phani Rithvij <phanirithvij2000@gmail.com>
2023-12-07 14:25:55 +05:30
Mitar
8692bc327a
Add gitlab.com/tozd/go/errors. (#5049) 2023-12-07 14:10:52 +05:30
Ian Flynn
6bb983d2a6
add maddy (#5057) 2023-12-07 14:09:21 +05:30
Emanuele Fumagalli
89f2a685b2
Removed syndfeed (#5099)
syndfeed doesn't seem to be available
2023-11-09 22:47:24 +05:30
Valentine
03ced80e92
Adds templ to README (#5074)
Adds templ to the Template Engines subsection of the README.
2023-11-09 22:33:58 +05:30
Lucas Bremgartner
d4df67a81b Fix order 2023-11-07 08:19:20 -03:00
Lucas Bremgartner
e36203404e Update name of Berne Go Meetup 2023-11-07 08:19:20 -03:00
Lucas Bremgartner
126e4b3109 Add meetups in Berne and Zurich, Switzerland 2023-11-07 08:19:20 -03:00
Anton Telyshev
d05860c57c
Replace archived golint with revive (#5097) 2023-11-06 22:08:23 +03:00
Anton Telyshev
c096dce768
Add golangci-lint (#5096) 2023-11-06 22:08:08 +03:00
Anton Telyshev
04f8a9f120
Add testifylint (#5095) 2023-11-06 22:07:40 +03:00
Onur Cinar
438cd059f9 Adding Checker library to Forms section.
A link to the project's pkg.go.dev page https://pkg.go.dev/github.com/cinar/checker

A link to the project's Go Report Card report
https://goreportcard.com/report/github.com/cinar/checker

A link to a code coverage report
https://app.codecov.io/gh/cinar/checker
2023-11-03 08:49:40 -03:00
James Blair
8e5c9cbaa9 Fix repository url for etcd. 2023-11-03 08:42:48 -03:00
Mario Candela
d362ac626d
add beelzebub (#5059) 2023-10-30 13:54:10 +03:00
Tim Middleton
1aa0738172
Add coherence-go-client (#5083) 2023-10-30 10:48:51 +03:00
Susmita Dey
b7e22580d2
Add kubo framework (#5078)
Add kubo framework
2023-10-26 11:27:19 +03:00
Susheel Thapa
ca76c8a4ed
Chore: Typo fixed in README.md (#5061)
* Chore: Typo fixed in README.md

* Update README.md

---------

Co-authored-by: Phani Rithvij <phanirithvij2000@gmail.com>
2023-10-20 14:15:42 +05:30
nkmr-jp
4c3bdaa736
add zl (#5039) 2023-10-12 10:08:24 +05:30
lim-yoona
ed879d73be
Add tcpack (#5040)
* add msgpack

* add msgpack

* Update README.md
2023-10-12 09:53:55 +05:30
Samir Kape
e4153ef669
chore: add oapi-codegen (#5036)
* chore: add oapi-codegen

Useful utility to generate go models based on openapi spec

* fix: move pkg up as per alphabetical order

* fix: category

* punctuation
2023-10-11 09:02:29 +05:30
Murilo Santana
7f907f21c6
Add go-redoc to Third-Party APIs (#4947) 2023-10-11 08:49:51 +05:30
Hugo Andrade
2f6c0d6986
Add Fast-Shot (#5027)
* Add Fast-Shot

* Update

* Update
2023-10-11 08:48:02 +05:30
Mk5
8bbe66186f
Add fjira - fuzzy-find command line app for JIra (#4616) 2023-10-11 08:37:07 +05:30
Mitar
a9e3be840f
Removing github.com/pkg/errors (#5048) 2023-10-11 08:14:06 +05:30
F0rzend
5825914ca1
Add "Go with the domain" Book by Three Dots Labs (#5052)
* Add "go with the domain" free e-book

* Add description for "go with the domain" e-book
2023-10-11 08:11:04 +05:30
Lincoln Júnior
1b3f085d38
add k3d (#5046) 2023-10-11 08:08:55 +05:30
Lincoln Júnior
9f8e4335c9
add k3s (#5045) 2023-10-11 08:05:47 +05:30
Lincoln Júnior
472a51d808
Add minikube (#5042)
* add minikube

* remove unnecessary white space
2023-10-08 08:09:01 +05:30
Lincoln Júnior
b1303b77b3
add kind (#5043) 2023-10-08 08:08:27 +05:30
Lincoln Júnior
a3ca1a98b0
add grafana's k6 load testing tool (#5041) 2023-10-08 08:07:58 +05:30
Richard Wilkes
f20bc0f7cd
Unison (#5034) 2023-10-08 08:05:51 +05:30
Bartłomiej Krukowski
45127e124b
Add gontainer/gontainer (#5021)
* Add gontainer/gontainer

* Update README.md
2023-10-08 07:58:04 +05:30
yanghy
7937b76b22
Add energy (#5035)
Add energy
2023-10-07 13:56:35 +05:30
Phani Rithvij
4c5954f70b
add upterm (#5030) 2023-10-04 10:13:06 +03:00
James
be0bb72b25
Fix Oversight and GopherCon India links (#5031) 2023-10-04 08:30:38 +05:30
Julian Minde
6e82711847
Updated aws-sdk-go to version 2 (#5029) 2023-10-03 16:01:31 +05:30
Mathias M
1f666661b6
Add library for the crypto NOWPayments API (#4658) 2023-10-03 03:07:21 +05:30
Kamil Domański
f9172648f1
add iso9660 (#4400) 2023-10-03 02:57:31 +05:30
Kuba Kaflik
d6edb45909
clickhouse-go client (#4630) 2023-10-03 02:46:04 +05:30
duncan-hub
8f0bce93bc
Add Flannel (#5028)
Co-authored-by: Phani Rithvij <phanirithvij2000@gmail.com>
2023-10-03 02:34:38 +05:30
raishey
f10f09e782
added plinko finite state machine and workflow orchestrator (#4922)
Co-authored-by: Steve Hebert <steve.hebert@raishey.com>
2023-10-03 02:31:00 +05:30
Stanislav Petrosyan
c5cf54d464
Add go-eventbus (#5007) 2023-10-03 02:29:21 +05:30
Firmino Changani
df33d72d3f remove the package resize under images 2023-10-02 05:07:07 -03:00
Jacob Marthaller
393a94ca78 remove mob 2023-10-02 05:02:49 -03:00
jurjevic
9ffc3076a5
Added boot-go to dependency injection (#4992)
Co-authored-by: Jurica Jurjevic <jurica.jurjevic@mercedes-benz.com>
2023-09-28 20:56:45 +05:30