2022-11-24 23:37:34 +08:00
|
|
|
module hotgo
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
2023-02-08 20:29:34 +08:00
|
|
|
github.com/BurntSushi/toml v1.2.1 // indirect
|
2022-11-24 23:37:34 +08:00
|
|
|
github.com/Shopify/sarama v1.34.1
|
2023-01-25 11:49:21 +08:00
|
|
|
github.com/alibabacloud-go/darabonba-openapi/v2 v2.0.2
|
|
|
|
github.com/alibabacloud-go/dysmsapi-20170525/v3 v3.0.5
|
|
|
|
github.com/alibabacloud-go/tea v1.1.20
|
|
|
|
github.com/alibabacloud-go/tea-utils/v2 v2.0.1
|
2022-11-24 23:37:34 +08:00
|
|
|
github.com/apache/rocketmq-client-go/v2 v2.1.0
|
|
|
|
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
|
|
|
|
github.com/bufanyun/pool v0.2.1
|
|
|
|
github.com/casbin/casbin/v2 v2.55.0
|
2023-02-08 20:29:34 +08:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
|
|
github.com/clbanning/mxj/v2 v2.5.7 // indirect
|
2022-11-24 23:37:34 +08:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
2023-02-08 20:29:34 +08:00
|
|
|
github.com/fatih/color v1.14.1 // indirect
|
2023-01-18 16:23:39 +08:00
|
|
|
github.com/forgoer/openssl v1.4.0
|
2023-02-08 20:29:34 +08:00
|
|
|
github.com/fsnotify/fsnotify v1.6.0 // indirect
|
2022-11-24 23:37:34 +08:00
|
|
|
github.com/go-resty/resty/v2 v2.7.0
|
2023-02-08 20:29:34 +08:00
|
|
|
github.com/go-sql-driver/mysql v1.7.0 // indirect
|
|
|
|
github.com/gogf/gf/contrib/drivers/mysql/v2 v2.3.1
|
|
|
|
github.com/gogf/gf/contrib/nosql/redis/v2 v2.3.1
|
2023-01-25 11:49:21 +08:00
|
|
|
github.com/gogf/gf/v2 v2.3.1
|
2022-11-24 23:37:34 +08:00
|
|
|
github.com/golang/mock v1.6.0 // indirect
|
|
|
|
github.com/gomodule/redigo v1.8.8
|
|
|
|
github.com/google/btree v1.1.2 // indirect
|
|
|
|
github.com/gorilla/websocket v1.5.0
|
|
|
|
github.com/kayon/iploc v0.0.0-20200312105652-bda3e968a794
|
2023-02-08 20:29:34 +08:00
|
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
|
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
2022-11-24 23:37:34 +08:00
|
|
|
github.com/mojocn/base64Captcha v1.3.5
|
2023-01-18 16:23:39 +08:00
|
|
|
github.com/olekukonko/tablewriter v0.0.5
|
2023-02-08 20:29:34 +08:00
|
|
|
github.com/rivo/uniseg v0.4.3 // indirect
|
2022-11-24 23:37:34 +08:00
|
|
|
github.com/shirou/gopsutil v3.21.11+incompatible
|
|
|
|
github.com/shopspring/decimal v1.3.1
|
|
|
|
github.com/tklauser/go-sysconf v0.3.10 // indirect
|
2023-01-18 16:23:39 +08:00
|
|
|
github.com/ufilesdk-dev/ufile-gosdk v1.0.3
|
2022-11-24 23:37:34 +08:00
|
|
|
github.com/xuri/excelize/v2 v2.6.0
|
|
|
|
github.com/yusufpapurcu/wmi v1.2.2 // indirect
|
2023-02-08 20:29:34 +08:00
|
|
|
go.opentelemetry.io/otel/sdk v1.11.2 // indirect
|
2022-11-24 23:37:34 +08:00
|
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
|
|
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
|
2023-02-08 20:29:34 +08:00
|
|
|
golang.org/x/net v0.5.0 // indirect
|
|
|
|
golang.org/x/tools v0.1.12
|
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2022-11-24 23:37:34 +08:00
|
|
|
)
|