Skip to content

Commit ea581a2

Browse files
committed
removed excluded libraries from code and dependencies, too
1 parent e000c9b commit ea581a2

File tree

4 files changed

+10
-288
lines changed

4 files changed

+10
-288
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,48 +27,39 @@ This benchmark suite aims to compare the performance of Go web frameworks. It is
2727
* [denco](https://github.com/naoina/denco)
2828
* [don](https://github.com/abemedia/go-don)
2929
* [echo](https://github.com/labstack/echo)
30-
* [echo-slim](https://github.com/partialize/echo-slim)
3130
* [fasthttp-routing](https://github.com/qiangxue/fasthttp-routing)
3231
* [fasthttp/router](https://github.com/fasthttp/router)
3332
* [fasthttp](https://github.com/valyala/fasthttp)
3433
* [fasthttprouter](https://github.com/buaazp/fasthttprouter)
35-
* [fastRouter](https://github.com/razonyang/fastrouter)
3634
* [fiber](https://gofiber.io/)
3735
* [flygo](https://github.com/billcoding/flygo)
3836
* [gear](http://github.com/teambition/gear)
3937
* [gearbox](https://github.com/gogearbox/gearbox)
4038
* [gem](https://github.com/go-gem/gem)
4139
* [gin](https://github.com/gin-gonic/gin)
4240
* [goframe](https://github.com/gogf/gf)
43-
* [go-json-rest](https://github.com/ant0ine/go-json-rest)
4441
* [go-ozzo](https://github.com/go-ozzo/ozzo-routing)
4542
* [go-restful](https://github.com/emicklei/go-restful)
4643
* [go-tigertonic](https://github.com/rcrowley/go-tigertonic)
4744
* [goji](https://github.com/zenazn/goji/web)
4845
* [goji](http://goji.io)
4946
* [golf](https://github.com/dinever/golf)
50-
* [gongular](https://github.com/mustafaakin/gongular)
5147
* [gorilla](https://github.com/gorilla/mux)
5248
* [gorouter](https://github.com/vardius/gorouter)
5349
* [goyave](https://github.com/System-Glitch/goyave)
54-
* [~~gramework~~](https://github.com/gramework/gramework):its init function pollutes the test so it has been removed from test.
5550
* [httprouter](https://github.com/julienschmidt/httprouter)
5651
* [httptreemux](https://github.com/dimfeld/httptreemux)
5752
* [lars](https://github.com/go-playground/lars)
5853
* [lion](https://github.com/celrenheit/lion)
5954
* [macaron](https://github.com/Unknwon/macaron)
60-
* [martini](https://github.com/go-martini/martini)
6155
* [muxie](https://github.com/kataras/muxie)
6256
* [negroni](https://github.com/urfave/negroni)
63-
* [neo](https://github.com/ivpusic/neo)
6457
* [pat](https://github.com/bmizerany/pat)
6558
* [pulse](https://github.com/gopulse/pulse)
6659
* [pure](https://github.com/go-playground/pure)
6760
* [r2router](https://github.com/vanng822/r2router)
68-
* [siris](https://github.com/go-siris/siris)
6961
* [tango](https://github.com/lunny/tango)
7062
* [tinyrouter](https://github.com/go101/tinyrouter)
71-
* [traffic](https://github.com/pilu/traffic)
7263
* [treemux](https://github.com/vmihailenco/treemux)
7364
* [violetear](https://github.com/nbari/violetear)
7465
* [vulcan](https://github.com/mailgun/route)

go.mod

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ require (
1717
github.com/fasthttp/router v1.4.22
1818
github.com/gin-gonic/gin v1.9.1
1919
github.com/go-chi/chi/v5 v5.0.10
20-
github.com/go-martini/martini v0.0.0-20170121215854-22fa46961aab
2120
github.com/go-ozzo/ozzo-routing v2.1.4+incompatible
2221
github.com/go-playground/lars v4.0.1+incompatible
2322
github.com/go-playground/pure v4.2.0+incompatible
@@ -28,26 +27,18 @@ require (
2827
github.com/gogf/gf/v2 v2.5.7
2928
github.com/gopulse/pulse v1.1.0
3029
github.com/gorilla/mux v1.8.1
31-
github.com/gowww/router v1.0.0
32-
github.com/indigo-web/indigo v0.15.7
33-
github.com/ivpusic/neo v0.3.0
3430
github.com/julienschmidt/httprouter v1.3.0
3531
github.com/kataras/muxie v1.1.2
3632
github.com/labstack/echo/v4 v4.11.3
3733
github.com/lunny/log v0.0.0-20160921050905-7887c61bf0de
3834
github.com/lunny/tango v0.5.6
3935
github.com/mailgun/route v0.0.0-20191025171320-daa4df6c711a
40-
github.com/mustafaakin/gongular v0.0.0-20200705144045-a428565ae628
4136
github.com/naoina/denco v0.0.0-20180930074809-8475105a6b4c
4237
github.com/nbari/violetear v0.0.0-20210524103009-ce83b52538c9
43-
github.com/partialize/echo-slim/v4 v4.9.1
44-
github.com/pilu/traffic v0.5.3
4538
github.com/qiangxue/fasthttp-routing v0.0.0-20160225050629-6ccdc2a18d87
46-
github.com/razonyang/fastrouter v0.1.0
4739
github.com/rcrowley/go-tigertonic v0.0.0-20170420123839-fe6b9f080eb7
4840
github.com/savsgio/atreugo/v11 v11.12.0
4941
github.com/teambition/gear v1.27.3
50-
github.com/tockins/fresh v0.0.0-20181012144221-d8b891ad12e4
5142
github.com/urfave/negroni v1.0.0
5243
github.com/valyala/fasthttp v1.51.0
5344
github.com/vanng822/r2router v0.0.0-20150523112421-1023140a4f30
@@ -69,15 +60,13 @@ require (
6960
github.com/abemedia/fasthttpfs v0.0.0-20220405193636-731805b0c723 // indirect
7061
github.com/abemedia/httprouter v0.0.0-20230505023925-232e0e5a4b1b // indirect
7162
github.com/andybalholm/brotli v1.0.6 // indirect
72-
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
7363
github.com/beorn7/perks v1.0.1 // indirect
7464
github.com/bytedance/sonic v1.10.2 // indirect
7565
github.com/celrenheit/htest v0.0.0-20170621160705-e34d50431e7f // indirect
7666
github.com/cespare/xxhash/v2 v2.2.0 // indirect
7767
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
7868
github.com/chenzhuoyu/iasm v0.9.1 // indirect
7969
github.com/clbanning/mxj/v2 v2.7.0 // indirect
80-
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 // indirect
8170
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
8271
github.com/davecgh/go-spew v1.1.1 // indirect
8372
github.com/fatih/color v1.16.0 // indirect
@@ -94,21 +83,13 @@ require (
9483
github.com/go-playground/universal-translator v0.18.1 // indirect
9584
github.com/go-playground/validator/v10 v10.16.0 // indirect
9685
github.com/goccy/go-json v0.10.2 // indirect
97-
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
9886
github.com/golang/gddo v0.0.0-20210115222349-20d68f94ee1f // indirect
9987
github.com/google/uuid v1.4.0 // indirect
10088
github.com/gorilla/websocket v1.5.1 // indirect
10189
github.com/gravitational/trace v1.3.1 // indirect
10290
github.com/grokify/html-strip-tags-go v0.1.0 // indirect
10391
github.com/hashicorp/golang-lru v1.0.2 // indirect
10492
github.com/imdario/mergo v0.3.16 // indirect
105-
github.com/indigo-web/chunkedbody v0.1.0 // indirect
106-
github.com/indigo-web/iter v0.1.0 // indirect
107-
github.com/indigo-web/utils v0.6.1 // indirect
108-
github.com/ivpusic/go-clicolor v0.0.0-20150828210804-23f0b77f328a // indirect
109-
github.com/ivpusic/golog v0.0.0-20170608213328-28640bee649f // indirect
110-
github.com/ivpusic/httpcheck v0.0.0-20170215120547-c49b174389ac // indirect
111-
github.com/ivpusic/urlregex v0.0.0-20160128000749-4dd86e784405 // indirect
11293
github.com/jinzhu/inflection v1.0.0 // indirect
11394
github.com/jinzhu/now v1.1.5 // indirect
11495
github.com/jonboulle/clockwork v0.4.0 // indirect
@@ -126,8 +107,6 @@ require (
126107
github.com/modern-go/reflect2 v1.0.2 // indirect
127108
github.com/olekukonko/tablewriter v0.0.5 // indirect
128109
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
129-
github.com/pilu/config v0.0.0-20131214182432-3eb99e6c0b9a // indirect
130-
github.com/pilu/miniassert v0.0.0-20140522125902-bee63581261a // indirect
131110
github.com/pmezard/go-difflib v1.0.0 // indirect
132111
github.com/prometheus/client_golang v1.17.0 // indirect
133112
github.com/prometheus/client_model v0.5.0 // indirect
@@ -157,7 +136,6 @@ require (
157136
golang.org/x/sys v0.15.0 // indirect
158137
golang.org/x/term v0.15.0 // indirect
159138
golang.org/x/text v0.14.0 // indirect
160-
golang.org/x/time v0.5.0 // indirect
161139
google.golang.org/protobuf v1.31.0 // indirect
162140
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
163141
gopkg.in/ini.v1 v1.67.0 // indirect

0 commit comments

Comments
 (0)