-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
41 lines (38 loc) · 1.52 KB
/
go.mod
File metadata and controls
41 lines (38 loc) · 1.52 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
module github.com/syhlion/gua
go 1.19
require (
github.com/bwmarrin/snowflake v0.3.0
github.com/gomodule/redigo v1.8.9
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/joho/godotenv v1.5.1
github.com/json-iterator/go v1.1.12
github.com/pquerna/otp v1.4.0
github.com/sirupsen/logrus v1.9.0
github.com/syhlion/glua-libs v0.0.0-20221118014540-79c50470ff02
github.com/syhlion/greq v1.1.3
github.com/syhlion/requestwork.v2 v0.0.0-20221121064106-5982b8b66fbe
github.com/syhlion/restresp v0.0.0-20170323032640-7fe232e5b740
github.com/urfave/cli v1.22.12
github.com/yuin/gopher-lua v1.1.0
go.etcd.io/bbolt v1.3.6
google.golang.org/grpc v1.53.0
google.golang.org/protobuf v1.28.1
)
require (
github.com/boombuler/barcode v1.0.1 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/go-sql-driver/mysql v1.7.0 // indirect
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible // indirect
github.com/golang/protobuf v1.5.2 // 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.1.0 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
google.golang.org/genproto v0.0.0-20230216225411-c8e22ba71e44 // indirect
)