-
Notifications
You must be signed in to change notification settings - Fork 226
/
go.mod
144 lines (141 loc) · 6.66 KB
/
go.mod
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
module github.com/smallnest/go-web-framework-benchmark
go 1.20
require (
github.com/abemedia/go-don v0.2.1
github.com/ant0ine/go-json-rest v3.3.2+incompatible
github.com/astaxie/beego v1.12.3
github.com/bmizerany/pat v0.0.0-20210406213842-e4b6760bdd6f
github.com/bnkamalesh/webgo/v7 v7.0.0
github.com/claygod/Bxog v0.0.0-20220907175109-bec75fbdd5e7
github.com/dimfeld/httptreemux v5.0.1+incompatible
github.com/dinever/golf v0.3.0
github.com/emicklei/go-restful v2.16.0+incompatible
github.com/fasthttp/router v1.4.22
github.com/gin-gonic/gin v1.9.1
github.com/go-chi/chi/v5 v5.0.10
github.com/go-ozzo/ozzo-routing v2.1.4+incompatible
github.com/go-playground/lars v4.0.1+incompatible
github.com/go-playground/pure v4.2.0+incompatible
github.com/go-zoo/bone v1.3.0
github.com/gocraft/web v0.0.0-20190207150652-9707327fb69b
github.com/gofiber/fiber/v2 v2.51.0
github.com/gogearbox/gearbox v1.2.4
github.com/gogf/gf/v2 v2.5.7
github.com/gopulse/pulse v1.1.0
github.com/gorilla/mux v1.8.1
github.com/indigo-web/indigo v0.15.8
github.com/julienschmidt/httprouter v1.3.0
github.com/kataras/muxie v1.1.2
github.com/labstack/echo/v4 v4.11.3
github.com/lunny/log v0.0.0-20160921050905-7887c61bf0de
github.com/lunny/tango v0.5.6
github.com/mailgun/route v0.0.0-20191025171320-daa4df6c711a
github.com/naoina/denco v0.0.0-20180930074809-8475105a6b4c
github.com/nbari/violetear v0.0.0-20210524103009-ce83b52538c9
github.com/qiangxue/fasthttp-routing v0.0.0-20160225050629-6ccdc2a18d87
github.com/rcrowley/go-tigertonic v0.0.0-20170420123839-fe6b9f080eb7
github.com/savsgio/atreugo/v11 v11.12.0
github.com/teambition/gear v1.27.3
github.com/urfave/negroni v1.0.0
github.com/valyala/fasthttp v1.51.0
github.com/vanng822/r2router v0.0.0-20150523112421-1023140a4f30
github.com/vardius/gorouter/v4 v4.5.1
go101.org/tinyrouter v1.0.1
goji.io v2.0.2+incompatible
golang.org/x/net v0.19.0
gopkg.in/baa.v1 v1.2.32
gopkg.in/celrenheit/lion.v1 v1.0.0-20161101201550-7c6ce5d22d64
goyave.dev/goyave/v4 v4.4.11
)
require (
gitea.com/lunny/log v0.0.0-20190322053110-01b5df579c4e // indirect
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/Code-Hex/uniseg v0.2.0 // indirect
github.com/abemedia/fasthttpfs v0.0.0-20220405193636-731805b0c723 // indirect
github.com/abemedia/httprouter v0.0.0-20230505023925-232e0e5a4b1b // indirect
github.com/andybalholm/brotli v1.0.6 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bytedance/sonic v1.10.2 // indirect
github.com/celrenheit/htest v0.0.0-20170621160705-e34d50431e7f // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
github.com/chenzhuoyu/iasm v0.9.1 // indirect
github.com/clbanning/mxj/v2 v2.7.0 // indirect
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-http-utils/cookie v1.3.1 // indirect
github.com/go-http-utils/negotiator v1.0.0 // indirect
github.com/go-logr/logr v1.3.0 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-playground/form v3.1.4+incompatible // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.16.0 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/golang/gddo v0.0.0-20210115222349-20d68f94ee1f // indirect
github.com/google/uuid v1.4.0 // indirect
github.com/gopherjs/gopherjs v0.0.0-20190430165422-3e4dfb77656c // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/gravitational/trace v1.3.1 // indirect
github.com/grokify/html-strip-tags-go v0.1.0 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/imdario/mergo v0.3.16 // indirect
github.com/indigo-web/chunkedbody v0.1.0 // indirect
github.com/indigo-web/iter v0.1.0 // indirect
github.com/indigo-web/utils v0.6.1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/jonboulle/clockwork v0.4.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.17.4 // indirect
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
github.com/labstack/gommon v0.4.1 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v1.17.0 // indirect
github.com/prometheus/client_model v0.5.0 // indirect
github.com/prometheus/common v0.45.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee // indirect
github.com/shiena/ansicolor v0.0.0-20230509054315-a9deabde6e02 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/smartystreets/assertions v1.0.1 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/stretchr/testify v1.8.4 // indirect
github.com/teambition/trie-mux v1.5.2 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/ugorji/go/codec v1.2.12 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
github.com/vulcand/predicate v1.2.0 // indirect
go.opentelemetry.io/otel v1.21.0 // indirect
go.opentelemetry.io/otel/metric v1.21.0 // indirect
go.opentelemetry.io/otel/sdk v1.21.0 // indirect
go.opentelemetry.io/otel/trace v1.21.0 // indirect
golang.org/x/arch v0.6.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/term v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gorm.io/gorm v1.25.5 // indirect
)