Commit Graph

2150 Commits

Author SHA1 Message Date
hamper
7bb3c0cab0 Update davecheney/profile repo location. (#1328)
It has moved to https://github.com/pkg/profile.
2017-03-26 01:13:42 -04:00
Kirill Danshin
ce552d6d6d Merge pull request #1323 from mehrdadrad/master
added vflow
2017-03-22 22:11:30 +03:00
Kirill Danshin
d211060f24 Merge pull request #1331 from appleboy/patch
Add esayssh-proxy package.
2017-03-22 02:20:08 +03:00
Kirill Danshin
22addc3dce Merge pull request #1330 from rafaeljesus/add-tempdb
Add tempdb to database list
2017-03-22 02:18:53 +03:00
Kirill Danshin
7fffeb0aea Merge pull request #1332 from reujab/master
Fix markdown (Vegeta)
2017-03-22 01:54:32 +03:00
reujab
d9a9d979d7 fixed markup (Vegeta) 2017-03-21 18:45:48 -04:00
Bo-Yi Wu
a6f863e8bd fix testing
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2017-03-21 15:16:48 +08:00
Bo-Yi Wu
f055bf43a3 Add esayssh-proxy package.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2017-03-21 15:12:45 +08:00
Rafael Jesus
83c18f0fcf Add tempdb to database list
Add tempdb to database list
2017-03-20 14:42:42 -03:00
Kyle Purdon
217aec2175 Add dep. (#1326)
Dep is a prototype dependency management tool.
2017-03-20 00:29:39 -04:00
Nick Law
9de6ca429f Add go-respond (#1324) 2017-03-19 23:14:40 -05:00
Mehrdad Arshad Rad
16aeb3416c added vflow 2017-03-16 15:36:59 -07:00
Kirill Danshin
63d40cd4e4 Merge pull request #1321 from skibish/patch-1
Add DDNS (software)
2017-03-16 00:24:04 +02:00
Sergey Kibish
352722ea99 Add DDNS
Added DDNS
2017-03-15 22:52:21 +02:00
Ben Gadbois
9ac7124eec Update orchestrator repo location. (#1320)
orchestrator upstream has moved from https://github.com/outbrain/orchestrator
to https://github.com/github/orchestrator.

Source: https://github.com/outbrain/orchestrator#orchestrator-upstream-has-moved.
2017-03-15 14:33:01 -04:00
Kyle Banks
5e95d598c0 Add 'depth' package (#1318) 2017-03-14 15:28:13 -03:00
Dave Brophy
bf9981cc6e Updated username davelondon to dave (#1317) 2017-03-14 08:47:56 -05:00
Kirill Danshin
3024e9fc86 Merge pull request #1314 from nstratos/master
Add go-myanimelist to third-party APIs
2017-03-13 04:28:26 +02:00
Thiago Avelino
f636eaa439 Merge pull request #1315 from gen2brain/master
Add go-unarr
2017-03-12 19:13:42 -03:00
Milan Nikolic
fa0c97bf4b Add go-unarr 2017-03-12 21:12:47 +01:00
Stratos Neiros
9535836056 Add go-myanimelist to third-party APIs 2017-03-11 13:50:06 +02:00
Thiago Avelino
dfac13c924 Merge pull request #1312 from cosiner/master
add flag library.
2017-03-08 17:08:09 -03:00
aihui zhu
ff31aa16d1 add flag library. 2017-03-08 23:48:43 +08:00
Kirill Danshin
d29c974fc0 Merge pull request #1311 from zpatrick/master
add rclient
2017-03-08 03:11:16 +03:00
Zack Patrick
75a5b8da26 add rclient 2017-03-07 12:23:33 -08:00
Michael Ackley
ef91385c01 Add go-finance package. (#936) 2017-03-07 11:57:28 +08:00
Kirill Danshin
06bc2f5bdc Merge pull request #1145 from aphistic/master
Add gomol to logging section
2017-03-06 17:01:15 +03:00
Zhou Yu
78b6365ff5 Add copy-pasta (#1304) 2017-03-06 09:18:20 +08:00
Kirill Danshin
c48aa7c4d3 Merge pull request #1308 from mattn/go-isatty
add go-colorable and go-isatty
2017-03-04 19:38:47 +03:00
Yasuhiro Matsumoto
a5d2ebb1d9 add go-colorable and go-isatty 2017-03-04 23:18:41 +09:00
Andrey Nering
a333fcd827 Add Task (#1305) 2017-03-02 22:15:48 +08:00
Kenneth Shaw
332e998fea Updating README.md with link to chromedp (#1307) 2017-03-02 11:56:41 +08:00
Arvind Chembarpu
bc5fdbc751 Update go-sciter project link (#1306) 2017-03-01 14:09:17 +08:00
Maxime Soulé
4f964541c3 Add go-vitotrol, Viessmann Vitotrol ws client (#1252)
* Add go-vitotrol, Viessmann Vitotrol ws client

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

**Please provide package links to:**
- github.com repo: https://github.com/maxatome/go-vitotrol
- godoc.org: https://godoc.org/github.com/maxatome/go-vitotrol
- goreportcard.com: https://goreportcard.com/report/github.com/maxatome/go-vitotrol
- coverage service link (gocover, coveralls etc.): https://gocover.io/github.com/maxatome/go-vitotrol


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

**Make sure that you've checked the boxes below before you submit PR:**
- [x] I have added my package in alphabetical order
- [x] I know that this package was not listed before
- [x] I have added godoc link to the repo and to my pull request
- [x] I have added coverage service link to the repo and to my pull request
- [x] I have added goreportcard link to the repo and to my pull request
- [x] I have read [Contribution guidelines](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#contribution-guidelines) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard).

Thanks for your PR, you're awesome! 👍

* Reorder go-vitotrol

The hyphen counts !
2017-02-26 23:22:32 +08:00
aihui zhu
4a8672ff0b add argv library. (#1303) 2017-02-25 23:11:33 +08:00
Milan Nikolic
75dbc52b6e Add raylib-go (#1302) 2017-02-25 22:34:14 +08:00
Alex Bucataru
d18baf9aee Add agext/uuid to Miscellaneous (#1301) 2017-02-25 12:06:59 +08:00
Lime
49f5c033c1 add hero template engine (#1299) 2017-02-23 22:14:34 +08:00
Максим Федосеев
50611bde41 Add https://github.com/codesenberg/bombardier (#1300) 2017-02-23 22:12:25 +08:00
Aofei Sheng
72e6409979 Add Air (#1298) 2017-02-23 22:11:16 +08:00
Thiago Avelino
9adcaf0866 added maintainer source 2017-02-23 11:10:20 -03:00
Thiago Avelino
387a944d3f Create MAINTAINERS 2017-02-23 11:07:54 -03:00
Alec Thomas
4a099c3b06 Add https://github.com/neelance/graphql-go (#1285) 2017-02-22 10:33:49 -03:00
Ivan Kurnosov
7cb593d8c9 Added github.com/unrolled/secure (#1297) 2017-02-22 15:59:51 +08:00
Thiago Avelino
c4cad97b73 Merge pull request #1212 from vCaesar/test-pr
Add Robotgo
2017-02-21 14:29:23 -03:00
Kirill Danshin
a3a1f09d67 Merge pull request #1296 from alrux-devops/edit-CONTRIBUTING.md
minor fixes to CONTRIBUTING.md
2017-02-19 01:16:43 +03:00
Alex
8413562c66 minor fixes to CONTRIBUTING.md 2017-02-18 14:11:57 -05:00
Cesar Gimenes
1fbc0d6ffe Add goConfig in the Configuration category (#1294) 2017-02-18 13:17:28 -02:00
Kirill Danshin
a74389d58e Merge pull request #1293 from Hamper/master
Add spew
2017-02-17 16:02:55 +03:00
hamper
2122acecd6 Add spew 2017-02-17 15:46:05 +03:00