From 15c674308d6111e83c50187e49980bbfec03b4b4 Mon Sep 17 00:00:00 2001 From: Sagleft Date: Sun, 19 Mar 2023 13:51:35 +0300 Subject: [PATCH] update ws conn reconnect --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 0964775..b7141af 100644 --- a/go.mod +++ b/go.mod @@ -4,8 +4,8 @@ go 1.18 require ( github.com/Sagleft/swiss-knife v1.3.0 - github.com/Sagleft/uchatbot-engine v1.8.5 - github.com/Sagleft/utopialib-go/v2 v2.7.2 + github.com/Sagleft/uchatbot-engine v1.9.2 + github.com/Sagleft/utopialib-go/v2 v2.8.0 github.com/fatih/color v1.14.1 gopkg.in/telebot.v3 v3.1.2 ) diff --git a/go.sum b/go.sum index 49a2f68..6da9227 100644 --- a/go.sum +++ b/go.sum @@ -60,10 +60,10 @@ github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3 github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= github.com/Sagleft/swiss-knife v1.3.0 h1:d9Fl9IEPvCgYZhAGeu0R5A6QirGFwM2PST37LLJjXOc= github.com/Sagleft/swiss-knife v1.3.0/go.mod h1:Zw4i+m87cG3p8NJjqlW1uz6+P2VycFl5ssVt2VfCITM= -github.com/Sagleft/uchatbot-engine v1.8.5 h1:ZaAuyDNTlPzagXNp7UONUW7vvV5J0zfC7Tok0acdcSI= -github.com/Sagleft/uchatbot-engine v1.8.5/go.mod h1:GFECdzvJ2XH4bWpFx9aeoguqVBaYw2cCHq5jq1gtYek= -github.com/Sagleft/utopialib-go/v2 v2.7.2 h1:QtuxSPr9F/Y1eZ64SkQOuDJTY6qwn1ixUqD2dQwx+7k= -github.com/Sagleft/utopialib-go/v2 v2.7.2/go.mod h1:9HuTLrcyVlaNIW3Vw4FCMrlOFt2fJ0ZI8WBOk5+2e6M= +github.com/Sagleft/uchatbot-engine v1.9.2 h1:XMlRkXS9tt+lDfMe6A/m0ppC1iIy+8vvX6z/UXk9qK0= +github.com/Sagleft/uchatbot-engine v1.9.2/go.mod h1:2ZGv0ngB5yF2t7QcDtsJsDpT7AYs2HP+6LHCFLdHTt8= +github.com/Sagleft/utopialib-go/v2 v2.8.0 h1:wtBV7C23Jf+naLsquXeKHLRf2R/OSnlm8ZYRMuadGd8= +github.com/Sagleft/utopialib-go/v2 v2.8.0/go.mod h1:9HuTLrcyVlaNIW3Vw4FCMrlOFt2fJ0ZI8WBOk5+2e6M= github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=