From 55f2b47006332a35aaa79147148405f60bf4793f Mon Sep 17 00:00:00 2001 From: sinni800 Date: Tue, 20 Mar 2018 12:14:23 +0100 Subject: [PATCH] remove inconshreveable/ngrok - no longer developed (#1843) v2.0 is advertised in the readme but is not open source and a commercial service --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1b40b6f8..5504df28 100644 --- a/README.md +++ b/README.md @@ -1375,7 +1375,6 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [multitick](https://github.com/VividCortex/multitick) - Multiplexor for aligned tickers. * [myhttp](https://github.com/inancgumus/myhttp) - Simple API to make HTTP GET requests with timeout support. * [netbug](https://github.com/e-dard/netbug) - Easy remote profiling of your services. -* [ngrok](https://github.com/inconshreveable/ngrok) - Introspected tunnels to localhost. * [okrun](https://github.com/xta/okrun) - go run error steamroller. * [onecache](https://github.com/adelowo/onecache) - Caching library with support for multiple backend stores (Redis, Memcached, filesystem etc). * [panicparse](https://github.com/maruel/panicparse) - Groups similar goroutines and colorizes stack dump.