Skip to content

Commit

Permalink
dump sdk-core version to v3.8.0-rc.15. (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3et authored Jul 26, 2024
1 parent 7a3a51f commit 8c55d6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/openimsdk/openim-sdk-cpp

go 1.21

require github.com/openimsdk/openim-sdk-core/v3 v3.8.0-rc.14
require github.com/openimsdk/openim-sdk-core/v3 v3.8.0-rc.15

require (
github.com/golang/protobuf v1.5.4 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ github.com/lestrrat-go/strftime v1.0.6 h1:CFGsDEt1pOpFNU+TJB0nhz9jl+K0hZSLE205Ah
github.com/lestrrat-go/strftime v1.0.6/go.mod h1:f7jQKgV5nnJpYgdEasS+/y7EsTb8ykN2z68n3TtcTaw=
github.com/mattn/go-sqlite3 v1.14.22 h1:2gZY6PC6kBnID23Tichd1K+Z0oS6nE/XwU+Vz/5o4kU=
github.com/mattn/go-sqlite3 v1.14.22/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=
github.com/openimsdk/openim-sdk-core/v3 v3.8.0-rc.14 h1:XKLN8hwFlvkxoaSq+TBXPjvJaIvQZPE2SRM1AO0jNkM=
github.com/openimsdk/openim-sdk-core/v3 v3.8.0-rc.14/go.mod h1:xTxXhe8I/8O6+barMoFVHKdjpuENioBcw2E9GCEmhrI=
github.com/openimsdk/openim-sdk-core/v3 v3.8.0-rc.15 h1:4ZivlsD1G77f0gr6yM98+HHqX9ul203y2UFuhVD+5Jw=
github.com/openimsdk/openim-sdk-core/v3 v3.8.0-rc.15/go.mod h1:xTxXhe8I/8O6+barMoFVHKdjpuENioBcw2E9GCEmhrI=
github.com/openimsdk/protocol v0.0.69-alpha.37 h1:2gtDkippSBfbXIP++BEQsz4e+qjk86ddnh4b7p40/HY=
github.com/openimsdk/protocol v0.0.69-alpha.37/go.mod h1:OZQA9FR55lseYoN2Ql1XAHYKHJGu7OMNkUbuekrKCM8=
github.com/openimsdk/tools v0.0.49-alpha.44 h1:anefO8hvQwJrYL+V4ifSge/CveZHIpjPeik6BgETuG8=
Expand Down

0 comments on commit 8c55d6c

Please sign in to comment.