78fbbceece
Add goakit to Code generators ( #1287 )
...
`goakit` is a plugin for [Goa](https://github.com/goadesign/goa ) that generates go-kit services and clients from Goa design packages.
2024-03-13 14:42:15 +01:00
844c3d2de0
README.md: add Encore as sponsor ( #1282 )
2023-12-22 18:16:59 -05:00
dfe43fa6a8
README: update codegen link to truss ( #1262 )
...
The maintainers renamed their GitHub organisation to metaverse.
v0.13.0
2023-05-29 23:23:33 +02:00
7f14cb4dc1
Remove dead link to code generator from README ( #1256 )
...
RIP https://github.com/chaseSpace/kit
2023-03-02 03:16:12 +01:00
e923d5df85
Replace microgen with the maintained fork ( #1254 )
...
Hi, I'm Shay from Reco - we are maintaining a fork of microgen which is more updated (the original repo is practically abandoned).
Suggesting this update after this discussion in Slack: https://gophers.slack.com/archives/C04S3T99A/p1672303249635659?thread_ts=1672237987.314089&cid=C04S3T99A
2023-01-02 07:10:18 +01:00
a7ba4fa4e2
Update github.com/hashicorp/serf and github.com/hashicorp/consul/api ( #1250 )
...
This fully deprecate github.com/miekg/dns@v1.0.14 due to security vuln CVE-2019-19794.
This PR close issue #1249 .
2022-08-26 02:50:32 +02:00
04090c3c74
Update link pointing to protobuf generator ( #1248 )
2022-08-19 04:17:44 +02:00
62c81a0f30
Update nats-io/jwt/v2 & nats-io/nats-server/v2 dependencies to fix CVE-2021-3127 ( #1237 )
...
Update nats-io/jwt/v2 dependency to fix CVE-2021-3127
Current version of `https://github.com/nats-io/jwt/v2 ` (v2.0.3) and `github.com/nats-io/nats-server/v2` (v2.5.0) are affected by `CVE-2021-3127` in that this project got flagged by security scans.
This PR updates `nats-io/jwt/v2` to `v2.2.0` and `nats-io/nats-server/v2` to `v2.8.4` patching `CVE-2021-3127`.
2022-08-08 20:08:42 +02:00
0cd2b272b5
Merge pull request #1245 from sashamelentyev/patch-1
...
ci: add go 1.19
2022-08-03 00:34:55 -04:00
35bf40162e
ci: add go 1.19
2022-08-02 21:03:01 +03:00
50c38262a8
Update README.md ( #1239 )
...
Added hyperlink for sponsors section.
2022-07-11 20:10:31 +02:00
44ed82941a
ci: add go 1.18 ( #1233 )
...
* ci: add go 1.18
* ci: remove go 1.16
2022-06-02 20:53:39 +02:00
d7cefca338
Merge pull request #1225 from vcruzmj/master
...
go.mod | go.sum: update dependencies for prometheus client_golang
2022-04-22 21:20:17 -04:00
191f49ac13
go.mod | go.sum: update dependencies for prometheus client_golang clean
2022-04-22 21:06:57 -04:00
1cd555456a
Revert "go.mod | go.sum: update dependencies for prometheus client_golang"
...
This reverts commit f4fd4a39b7
.
2022-04-22 20:59:53 -04:00
f4fd4a39b7
go.mod | go.sum: update dependencies for prometheus client_golang
2022-04-21 11:52:57 -04:00
0e6a1b1cc3
Fixed instancer logic for Consul ( #1215 )
...
The instancer loop was never updating the lastIndex but passing it to getInstances which caused Instancer to spam Consul repeatedly and nearly killed our Consul agent pods and time instances were added or removed from Consul for that service.
2022-03-15 21:38:00 +01:00
6ed2328dbb
Fixes Framework Beego URL ( #1219 )
...
Framework link of Beego points to a dead site.
According to https://github.com/beego/beego/issues/4818 the site has been updated to https://beego.vip/
2022-03-15 21:36:15 +01:00
121aeb25a0
feat(http): make interceptingWriter reimplement common interfaces from stdlib. ( #1212 )
...
successor to #1093 and closes #1092 .
2022-01-31 16:37:13 +01:00
513a72bc61
feat: move from streadway/amqp
to rabbitmq-amqp091-go
( #1210 )
...
Close #1178 .
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com >
2022-01-07 22:57:03 +01:00
b34471ec55
README: add chaseSpace/kit, closes #1027 ( #1052 )
2021-12-30 01:51:16 +01:00
a073a093d1
Refactor metrics/cloudwatch ( #1202 )
...
* Refactor metrics/cloudwatch:
- Export `option` type for better documentation
- Add documentation for exported option functions
- Use `CloudWatch.apply` method and remove unused `Percentiles` type
* Remove the `apply` method
2021-11-23 19:14:48 +01:00
ed56ff7014
Merge pull request #1198 from alexander-melentyev/fix-typo
...
Fix docs
2021-10-30 17:01:54 -04:00
7e4e4b15fd
Fix docs
2021-10-30 23:42:28 +03:00
9a1a7ade85
Use errors.Is for error handling ( #1187 )
2021-09-28 17:01:29 +02:00
2e73545628
Merge pull request #1188 from alexander-melentyev/refactor/deadcode
...
Remove unused code
2021-09-28 14:11:13 +02:00
cc73a6f92f
Remove unused code
2021-09-28 14:28:32 +03:00
251777ffd4
Merge pull request #1183 from go-kit/go1.17
...
Go1.17 updates
v0.12.0
2021-09-18 15:40:17 -04:00
189ad70768
Upgrade all direct dependencies
2021-09-17 19:05:54 -04:00
a3c7406e85
go get -u github.com/go-kit/log && go mod tidy
2021-09-17 17:31:29 -04:00
a6afabea1e
go mod tidy -go=1.17
2021-09-17 17:29:25 -04:00
8ddcac0c14
Add go 1.17 to build matrix
2021-09-17 17:27:53 -04:00
e7eea80043
Merge pull request #1177 from sagikazarmark/update-speed
...
Update speed library
2021-09-16 15:28:26 +02:00
ab98ef03f3
Merge pull request #1168 from sagikazarmark/resubmit-1064
...
Resubmit #1064
2021-08-19 23:17:10 +02:00
e7912d484e
update speed library
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com >
2021-08-19 23:15:43 +02:00
274c344e09
Merge pull request #1167 from sagikazarmark/update-fargo
...
Update fargo library
2021-08-19 23:14:37 +02:00
1ab52f119c
update fargo library
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com >
2021-08-19 23:10:19 +02:00
fd3754b90f
Switch to github.com/golang-jwt/jwt ( #1172 )
...
* Switch to github.com/golang-jwt/jwt
* Remove redundant alias
* Update github.com/golang-jwt/jwt to v4
2021-08-19 23:07:21 +02:00
1c0d7c914b
Remove unnecessary hot loop
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com >
2021-08-19 23:02:49 +02:00
5d96968aaa
Remove unnecessary use of fmt.Sprintf
2021-08-19 23:02:49 +02:00
6e5c91d551
Replace bytes.Compare
with bytes.Equal
2021-08-19 23:01:44 +02:00
d53f8e6879
Remove empty default in select
2021-08-19 23:01:44 +02:00
5550f4e5bf
Fix nil context being passed to function
2021-08-19 23:01:44 +02:00
abd72ba989
Fix unnecessary calls to Printf
2021-08-19 23:01:43 +02:00
801da84a68
Replace kit/log with log ( #1173 )
...
* Implement log/... packages with github.com/go-kit/log
* Use github.com/go-kit/log/... in all the other packages
2021-08-18 17:15:32 +02:00
3220134a9b
Add (apparently) required about text to issue links ( #1169 )
...
* add (apparently) required about text to issue links
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com >
* Apply suggestions from code review
Co-authored-by: Peter Bourgon <peterbourgon@users.noreply.github.com >
2021-07-21 00:00:54 +02:00
8b2c52a828
Issue forms ( #1166 )
...
* add issue forms
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com >
* add issue configuration
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com >
* Apply suggestions from code review
Co-authored-by: Peter Bourgon <peterbourgon@users.noreply.github.com >
* Add back missing bug label
Co-authored-by: Peter Bourgon <peterbourgon@users.noreply.github.com >
2021-07-20 18:48:04 +02:00
a42f1393f4
Update issue templates
2021-07-20 06:02:50 +02:00
a6c5d5805b
Merge pull request #1129 from sagikazarmark/improve-example-references
...
Improve example references
v0.11.0
2021-07-02 16:58:17 +02:00
4c47fd8c8a
remove examples from gitignore
...
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com >
2021-07-02 16:52:35 +02:00