Skip to content

Commit 57dcc2a

Browse files
committed
feat(deps): latest bots-fw-store - ChatKey removed from ChartData
1 parent 21c307b commit 57dcc2a

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

botsfwtgmodels/chat_base.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ func (data *TgChatBaseData) Base() *botsfwmodels.ChatBaseData {
4949
return &data.ChatBaseData
5050
}
5151

52-
func (data *TgChatBaseData) ChatKey() botsfwmodels.ChatKey {
53-
return data.ChatBaseData.ChatKey
54-
}
52+
//func (data *TgChatBaseData) ChatKey() botsfwmodels.ChatKey {
53+
// return data.ChatBaseData.ChatKey
54+
//}
5555

5656
func (data *TgChatBaseData) BaseTgChatData() *TgChatBaseData {
5757
return data

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.23.0
77
//replace github.com/bots-go-framework/bots-fw-store => ../bots-fw-store
88

99
require (
10-
github.com/bots-go-framework/bots-fw-store v0.4.0
10+
github.com/bots-go-framework/bots-fw-store v0.5.0
1111
github.com/strongo/strongoapp v0.20.0
1212
)
1313

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ github.com/alexsergivan/transliterator v1.0.1 h1:vON2ilWCHjq+S5Y4obhLGhHK4Y1VIhs
44
github.com/alexsergivan/transliterator v1.0.1/go.mod h1:0IrumukulURJ4PD0z6UcdJKP2job1DYDhnHAP5y+5pE=
55
github.com/bots-go-framework/bots-fw-store v0.4.0 h1:5gQNsMNJ2rni3uGvXt7TeG+V7LFJ6lNIDkAC9g9J/us=
66
github.com/bots-go-framework/bots-fw-store v0.4.0/go.mod h1:T2yX1QodQ9A1nep/aIAL/czt9adqMyIBVTGOAdNVPAI=
7+
github.com/bots-go-framework/bots-fw-store v0.5.0 h1:RY/EdRB3dq7fgzMDw9H8Qr0K6dKgX33Les26NOiBTDU=
8+
github.com/bots-go-framework/bots-fw-store v0.5.0/go.mod h1:T2yX1QodQ9A1nep/aIAL/czt9adqMyIBVTGOAdNVPAI=
79
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
810
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
911
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=

0 commit comments

Comments
 (0)