forked from julienschmidt/go-http-routing-benchmark
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
104 lines (100 loc) · 4.9 KB
/
go.mod
File metadata and controls
104 lines (100 loc) · 4.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
module github.com/julienschmidt/go-http-routing-benchmark
go 1.24.0
toolchain go1.24.2
require (
github.com/aerogo/aero v1.3.42
github.com/ant0ine/go-json-rest v3.3.2+incompatible
github.com/astaxie/beego v1.12.0
github.com/bmizerany/pat v0.0.0-20170815010413-6226ea591a40
github.com/cloudykit/router v0.0.0-20170501012743-15c4ed71df81
github.com/dimfeld/httptreemux v5.0.1+incompatible
github.com/emicklei/go-restful/v3 v3.10.2
github.com/gin-gonic/gin v1.5.0
github.com/go-chi/chi/v5 v5.2.3
github.com/go-martini/martini v0.0.0-20170121215854-22fa46961aab
github.com/go-playground/lars v4.0.1+incompatible
github.com/go-zoo/bone v1.3.0
github.com/gocraft/web v0.0.0-20190207150652-9707327fb69b
github.com/gorilla/mux v1.7.3
github.com/gowww/router v0.0.0-20180327195201-5f9c626ef619
github.com/juanjiTech/jin v0.0.0-20251201022705-58bfcba2961b
github.com/julienschmidt/httprouter v1.3.0
github.com/labstack/echo/v4 v4.11.1
github.com/lunny/log v0.0.0-20160921050905-7887c61bf0de
github.com/lunny/tango v0.5.6
github.com/mailgun/route v0.0.0-20181101151700-58b44163b968
github.com/mikespook/possum v0.0.0-20170224044927-56d7ebb6470b
github.com/naoina/denco v0.0.0-20180930074809-8475105a6b4c
github.com/naoina/kocha-urlrouter v0.0.0-20140609163054-ad3a6f079210
github.com/pilu/traffic v0.5.3
github.com/plimble/ace v0.0.0-20180623113504-ba79f505f416
github.com/rcrowley/go-tigertonic v0.0.0-20170420123839-fe6b9f080eb7
github.com/typepress/rivet v1.1.1-0.20151208095308-d62b4fcaf6b9
github.com/ursiform/bear v1.0.1
github.com/vanng822/r2router v0.0.0-20150523112421-1023140a4f30
github.com/zenazn/goji v0.9.0
goji.io v2.0.2+incompatible
gopkg.in/macaron.v1 v1.5.0
)
require (
gitea.com/lunny/log v0.0.0-20190322053110-01b5df579c4e // indirect
github.com/aerogo/csp v0.1.10 // indirect
github.com/aerogo/http v1.1.1 // indirect
github.com/aerogo/linter-performance v1.0.6 // indirect
github.com/aerogo/session v0.1.8 // indirect
github.com/aerogo/session-store-memory v0.1.9 // indirect
github.com/akyoto/color v1.8.11 // indirect
github.com/akyoto/colorable v0.1.7 // indirect
github.com/akyoto/hash v0.4.8 // indirect
github.com/akyoto/stringutils v0.3.0 // indirect
github.com/akyoto/tty v0.1.3 // indirect
github.com/akyoto/uuid v1.1.3 // indirect
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 // indirect
github.com/fsnotify/fsnotify v1.4.7 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-macaron/inject v0.0.0-20160627170012-d8a0b8677191 // indirect
github.com/go-playground/form v3.1.4+incompatible // indirect
github.com/go-playground/locales v0.12.1 // indirect
github.com/go-playground/universal-translator v0.16.0 // indirect
github.com/golang/protobuf v1.3.2 // indirect
github.com/gorilla/sessions v1.2.0 // indirect
github.com/gorilla/websocket v1.4.1 // indirect
github.com/gravitational/trace v0.0.0-20190726142706-a535a178675f // indirect
github.com/jonboulle/clockwork v0.1.0 // indirect
github.com/json-iterator/go v1.1.7 // indirect
github.com/juanjiTech/inject/v2 v2.0.1 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/labstack/gommon v0.4.0 // indirect
github.com/leodido/go-urn v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
github.com/philhofer/fwd v1.0.0 // indirect
github.com/pilu/config v0.0.0-20131214182432-3eb99e6c0b9a // indirect
github.com/pilu/miniassert v0.0.0-20140522125902-bee63581261a // indirect
github.com/plimble/sessions v0.0.0-20180326075456-7047d39da9ad // indirect
github.com/plimble/utils v0.0.0-20150615054616-fe08d46675cd // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b // indirect
github.com/shiena/ansicolor v0.0.0-20151119151921-a422bbe96644 // indirect
github.com/sirupsen/logrus v1.4.2 // indirect
github.com/tinylib/msgp v1.1.0 // indirect
github.com/ugorji/go/codec v1.1.7 // indirect
github.com/unknwon/com v0.0.0-20190804042917-757f69c95f3e // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
github.com/vulcand/predicate v1.1.0 // indirect
github.com/zeebo/xxh3 v0.0.0-20191021174148-b56a7dc3d80c // indirect
golang.org/x/crypto v0.44.0 // indirect
golang.org/x/net v0.47.0 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/term v0.37.0 // indirect
golang.org/x/text v0.31.0 // indirect
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/go-playground/validator.v9 v9.29.1 // indirect
gopkg.in/ini.v1 v1.66.6 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)