-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
10ffe79
commit 245b458
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
module github.com/openimsdk/openim-sdk-cpp | ||
|
||
go 1.20 | ||
|
||
require github.com/openimsdk/openim-sdk-core/v3 v3.4.0 | ||
|
||
require ( | ||
github.com/OpenIMSDK/protocol v0.0.23 // indirect | ||
github.com/OpenIMSDK/tools v0.0.5 // indirect | ||
github.com/bwmarrin/snowflake v0.3.0 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/google/go-cmp v0.5.9 // indirect | ||
github.com/gorilla/websocket v1.4.2 // indirect | ||
github.com/jinzhu/copier v0.3.5 // indirect | ||
github.com/jinzhu/inflection v1.0.0 // indirect | ||
github.com/jinzhu/now v1.1.5 // indirect | ||
github.com/klauspost/compress v1.16.5 // indirect | ||
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible // indirect | ||
github.com/lestrrat-go/strftime v1.0.6 // indirect | ||
github.com/mattn/go-sqlite3 v1.14.12 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/tencentyun/qcloud-cos-sts-sdk v0.0.0-20220106031843-2efeb10ca2f6 // indirect | ||
go.uber.org/atomic v1.7.0 // indirect | ||
go.uber.org/multierr v1.6.0 // indirect | ||
go.uber.org/zap v1.24.0 // indirect | ||
golang.org/x/image v0.9.0 // indirect | ||
golang.org/x/net v0.11.0 // indirect | ||
golang.org/x/sys v0.9.0 // indirect | ||
golang.org/x/text v0.11.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20230717213848-3f92550aa753 // indirect | ||
google.golang.org/grpc v1.56.2 // indirect | ||
google.golang.org/protobuf v1.31.0 // indirect | ||
gorm.io/driver/sqlite v1.3.6 // indirect | ||
gorm.io/gorm v1.23.8 // indirect | ||
nhooyr.io/websocket v1.8.7 // indirect | ||
) |