-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
31 lines (28 loc) · 1.09 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
module github.com/syhlion/gusher.cluster
go 1.19
require (
github.com/SermoDigital/jose v0.9.1
github.com/buger/jsonparser v1.1.1
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/gomodule/redigo v2.0.0+incompatible
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.5.0
github.com/joho/godotenv v1.4.0
github.com/json-iterator/go v1.1.12
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.9.0
github.com/syhlion/greq v1.1.2
github.com/syhlion/httplog v0.0.0-20200804071957-8dddff4f795c
github.com/syhlion/redisocket.v2 v0.0.0-20211207071445-a4e6857cee8f
github.com/syhlion/requestwork.v2 v0.0.0-20221121064106-5982b8b66fbe
github.com/urfave/cli v1.22.10
github.com/urfave/negroni v1.0.0
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/russross/blackfriday/v2 v2.0.1 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
golang.org/x/sys v0.2.0 // indirect
)