Skip to content

Commit

Permalink
build: update sdk version to v3.8.2-alpha.1. (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3et authored Oct 23, 2024
1 parent 52325aa commit 04ef3c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions 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.1
require github.com/openimsdk/openim-sdk-core/v3 v3.8.2-alpha.1

require (
github.com/golang/protobuf v1.5.4 // indirect
Expand All @@ -13,8 +13,8 @@ require (
github.com/jinzhu/now v1.1.5 // indirect
github.com/lestrrat-go/strftime v1.0.6 // indirect
github.com/mattn/go-sqlite3 v1.14.22 // indirect
github.com/openimsdk/protocol v0.0.72-alpha.24 // indirect
github.com/openimsdk/tools v0.0.50-alpha.14 // indirect
github.com/openimsdk/protocol v0.0.72 // indirect
github.com/openimsdk/tools v0.0.50-alpha.16 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
github.com/pkg/errors v0.9.1 // indirect
go.uber.org/atomic v1.7.0 // indirect
Expand Down
12 changes: 6 additions & 6 deletions go/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ 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.1 h1:oI+pGKC0WhFI32aeGlsYILyE9VY2XSpvrCfMtKq6UjI=
github.com/openimsdk/openim-sdk-core/v3 v3.8.1/go.mod h1:RH16NC8BTyGM53Sjxe8lpzkTemWvehfgeLvOKY4IUps=
github.com/openimsdk/protocol v0.0.72-alpha.24 h1:1Dl8TEZVXhdmve+ewoLkJa2wbFBIHqPgjvr9u/J66JM=
github.com/openimsdk/protocol v0.0.72-alpha.24/go.mod h1:OZQA9FR55lseYoN2Ql1XAHYKHJGu7OMNkUbuekrKCM8=
github.com/openimsdk/tools v0.0.50-alpha.14 h1:7mqOwJWHcG181KvkmU+oJn9ZpYNoUykt9WtuOQg4sDU=
github.com/openimsdk/tools v0.0.50-alpha.14/go.mod h1:h1cYmfyaVtgFbKmb1Cfsl8XwUOMTt8ubVUQrdGtsUh4=
github.com/openimsdk/openim-sdk-core/v3 v3.8.2-alpha.1 h1:gNWLumGcTjqMOEmfAuZ1nnKMApG2g7KmLevpVqJ/6e0=
github.com/openimsdk/openim-sdk-core/v3 v3.8.2-alpha.1/go.mod h1:hRW4F8N8ikeTtKYmresCuMd0vSRfzjY8O2p245fSHxc=
github.com/openimsdk/protocol v0.0.72 h1:K+vslwaR7lDXyBzb07UuEQITaqsgighz7NyXVIWsu6A=
github.com/openimsdk/protocol v0.0.72/go.mod h1:OZQA9FR55lseYoN2Ql1XAHYKHJGu7OMNkUbuekrKCM8=
github.com/openimsdk/tools v0.0.50-alpha.16 h1:bC1AQvJMuOHtZm8LZRvN8L5mH1Ws2VYdL+TLTs1iGSc=
github.com/openimsdk/tools v0.0.50-alpha.16/go.mod h1:h1cYmfyaVtgFbKmb1Cfsl8XwUOMTt8ubVUQrdGtsUh4=
github.com/patrickmn/go-cache v2.1.0+incompatible h1:HRMgzkcYKYpi3C8ajMPV8OFXaaRUnok+kx1WdO15EQc=
github.com/patrickmn/go-cache v2.1.0+incompatible/go.mod h1:3Qf8kWWT7OJRJbdiICTKqZju1ZixQ/KpMGzzAfe6+WQ=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
Expand Down

0 comments on commit 04ef3c6

Please sign in to comment.