Skip to content

Commit

Permalink
fix: upgrade base library
Browse files Browse the repository at this point in the history
  • Loading branch information
tangtaoit committed Aug 6, 2023
1 parent 7ce3cc5 commit 371e6f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configs/tsdd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mode: "debug" # 运行模式 debug or release
#addr: ":8090" # api监听地址
#grpcAddr: "0.0.0.0:6979" # webhook grpc监听地址 给悟空IM提供的
#appName: "唐僧叨叨" # 项目名称
#rootDir: "" # 数据根目录
#rootDir: "tsdddata" # 数据根目录
#messageSaveAcrossDevice: true # 消息是否跨设备保存(换设备登录消息是否还能同步到老消息)
#welcomeMessage: "欢迎使用{{appName}}" # 欢迎消息
#phoneSearchOff: true # 关闭手机号搜索用户功能
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/TangSengDaoDao/TangSengDaoDaoServer
go 1.20

require (
github.com/TangSengDaoDao/TangSengDaoDaoServerLib v1.0.4
github.com/TangSengDaoDao/TangSengDaoDaoServerLib v1.0.5
github.com/alibabacloud-go/darabonba-openapi v0.2.1
github.com/alibabacloud-go/sms-intl-20180501 v1.0.1
github.com/alibabacloud-go/tea v1.2.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ github.com/RichardKnop/machinery/v2 v2.0.11 h1:BTfLGOmOju3W/OtlZmLX26OjYNZsU4PJo
github.com/RichardKnop/machinery/v2 v2.0.11/go.mod h1:b5Q6cT/w7YLlIl4Vi+jpdEoyYiqhTgx+0USoKb1wzqU=
github.com/RussellLuo/timingwheel v0.0.0-20220218152713-54845bda3108 h1:iPugyBI7oFtbDZXC4dnY093M1kZx6k/95sen92gafbY=
github.com/RussellLuo/timingwheel v0.0.0-20220218152713-54845bda3108/go.mod h1:WAMLHwunr1hi3u7OjGV6/VWG9QbdMhGpEKjROiSFd10=
github.com/TangSengDaoDao/TangSengDaoDaoServerLib v1.0.4 h1:kSA5CDUr9rNUODeYHgDXSezApzyBu5uOXEUNMVu4rZI=
github.com/TangSengDaoDao/TangSengDaoDaoServerLib v1.0.4/go.mod h1:47wmXX6Ny3ir4GNofoZ9zrEryOKve0/wgl4KMZeMnik=
github.com/TangSengDaoDao/TangSengDaoDaoServerLib v1.0.5 h1:1tAl9bZpCs1IjCOQ/LFNQP/CsJA6ib++BhWi8WQUI0Q=
github.com/TangSengDaoDao/TangSengDaoDaoServerLib v1.0.5/go.mod h1:47wmXX6Ny3ir4GNofoZ9zrEryOKve0/wgl4KMZeMnik=
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
github.com/alecthomas/units v0.0.0-20201120081800-1786d5ef83d4/go.mod h1:OMCwj8VM1Kc9e19TLln2VL61YJF0x1XFtfdL4JdbSyE=
github.com/alibabacloud-go/alibabacloud-gateway-spi v0.0.4 h1:iC9YFYKDGEy3n/FtqJnOkZsene9olVspKmkX5A2YBEo=
Expand Down

0 comments on commit 371e6f3

Please sign in to comment.