You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
984 B
29 lines
984 B
module server |
|
|
|
go 1.16 |
|
|
|
require ( |
|
github.com/BurntSushi/toml v1.1.0 |
|
github.com/bwmarrin/snowflake v0.3.0 |
|
github.com/fbsobreira/gotron-sdk v0.0.0-20230418195951-b7bfbf1c0ade |
|
github.com/gin-gonic/gin v1.7.4 |
|
github.com/go-redis/redis/v8 v8.11.3 |
|
github.com/gogo/protobuf v1.3.2 |
|
github.com/google/uuid v1.3.0 // indirect |
|
github.com/hashicorp/go-uuid v1.0.2 // indirect |
|
github.com/json-iterator/go v1.1.10 // indirect |
|
github.com/liangdas/armyant v0.0.4 |
|
github.com/liangdas/mqant v1.4.11 |
|
github.com/liangdas/mqant-modules v1.3.8 |
|
github.com/lionsoul2014/ip2region v2.2.0-release+incompatible |
|
github.com/mitchellh/mapstructure v1.4.2 |
|
github.com/nats-io/nats.go v1.12.1 |
|
github.com/olivere/elastic/v7 v7.0.29 |
|
github.com/oschwald/geoip2-golang v1.9.0 |
|
github.com/wenzhenxi/gorsa v0.0.0-20230530123828-0320cce15d81 |
|
golang.org/x/net v0.8.0 |
|
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba |
|
google.golang.org/grpc v1.37.0 |
|
gorm.io/driver/mysql v1.1.2 |
|
gorm.io/gorm v1.21.15 |
|
)
|
|
|