@@ -17,7 +17,6 @@ require (
17
17
github.com/fasthttp/router v1.4.22
18
18
github.com/gin-gonic/gin v1.9.1
19
19
github.com/go-chi/chi/v5 v5.0.10
20
- github.com/go-martini/martini v0.0.0-20170121215854-22fa46961aab
21
20
github.com/go-ozzo/ozzo-routing v2.1.4+incompatible
22
21
github.com/go-playground/lars v4.0.1+incompatible
23
22
github.com/go-playground/pure v4.2.0+incompatible
@@ -28,26 +27,18 @@ require (
28
27
github.com/gogf/gf/v2 v2.5.7
29
28
github.com/gopulse/pulse v1.1.0
30
29
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
34
30
github.com/julienschmidt/httprouter v1.3.0
35
31
github.com/kataras/muxie v1.1.2
36
32
github.com/labstack/echo/v4 v4.11.3
37
33
github.com/lunny/log v0.0.0-20160921050905-7887c61bf0de
38
34
github.com/lunny/tango v0.5.6
39
35
github.com/mailgun/route v0.0.0-20191025171320-daa4df6c711a
40
- github.com/mustafaakin/gongular v0.0.0-20200705144045-a428565ae628
41
36
github.com/naoina/denco v0.0.0-20180930074809-8475105a6b4c
42
37
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
45
38
github.com/qiangxue/fasthttp-routing v0.0.0-20160225050629-6ccdc2a18d87
46
- github.com/razonyang/fastrouter v0.1.0
47
39
github.com/rcrowley/go-tigertonic v0.0.0-20170420123839-fe6b9f080eb7
48
40
github.com/savsgio/atreugo/v11 v11.12.0
49
41
github.com/teambition/gear v1.27.3
50
- github.com/tockins/fresh v0.0.0-20181012144221-d8b891ad12e4
51
42
github.com/urfave/negroni v1.0.0
52
43
github.com/valyala/fasthttp v1.51.0
53
44
github.com/vanng822/r2router v0.0.0-20150523112421-1023140a4f30
@@ -69,15 +60,13 @@ require (
69
60
github.com/abemedia/fasthttpfs v0.0.0-20220405193636-731805b0c723 // indirect
70
61
github.com/abemedia/httprouter v0.0.0-20230505023925-232e0e5a4b1b // indirect
71
62
github.com/andybalholm/brotli v1.0.6 // indirect
72
- github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
73
63
github.com/beorn7/perks v1.0.1 // indirect
74
64
github.com/bytedance/sonic v1.10.2 // indirect
75
65
github.com/celrenheit/htest v0.0.0-20170621160705-e34d50431e7f // indirect
76
66
github.com/cespare/xxhash/v2 v2.2.0 // indirect
77
67
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
78
68
github.com/chenzhuoyu/iasm v0.9.1 // indirect
79
69
github.com/clbanning/mxj/v2 v2.7.0 // indirect
80
- github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 // indirect
81
70
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
82
71
github.com/davecgh/go-spew v1.1.1 // indirect
83
72
github.com/fatih/color v1.16.0 // indirect
@@ -94,21 +83,13 @@ require (
94
83
github.com/go-playground/universal-translator v0.18.1 // indirect
95
84
github.com/go-playground/validator/v10 v10.16.0 // indirect
96
85
github.com/goccy/go-json v0.10.2 // indirect
97
- github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
98
86
github.com/golang/gddo v0.0.0-20210115222349-20d68f94ee1f // indirect
99
87
github.com/google/uuid v1.4.0 // indirect
100
88
github.com/gorilla/websocket v1.5.1 // indirect
101
89
github.com/gravitational/trace v1.3.1 // indirect
102
90
github.com/grokify/html-strip-tags-go v0.1.0 // indirect
103
91
github.com/hashicorp/golang-lru v1.0.2 // indirect
104
92
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
112
93
github.com/jinzhu/inflection v1.0.0 // indirect
113
94
github.com/jinzhu/now v1.1.5 // indirect
114
95
github.com/jonboulle/clockwork v0.4.0 // indirect
@@ -126,8 +107,6 @@ require (
126
107
github.com/modern-go/reflect2 v1.0.2 // indirect
127
108
github.com/olekukonko/tablewriter v0.0.5 // indirect
128
109
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
131
110
github.com/pmezard/go-difflib v1.0.0 // indirect
132
111
github.com/prometheus/client_golang v1.17.0 // indirect
133
112
github.com/prometheus/client_model v0.5.0 // indirect
@@ -157,7 +136,6 @@ require (
157
136
golang.org/x/sys v0.15.0 // indirect
158
137
golang.org/x/term v0.15.0 // indirect
159
138
golang.org/x/text v0.14.0 // indirect
160
- golang.org/x/time v0.5.0 // indirect
161
139
google.golang.org/protobuf v1.31.0 // indirect
162
140
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
163
141
gopkg.in/ini.v1 v1.67.0 // indirect
0 commit comments