diff --git a/go.mod b/go.mod index 83015ee..923f95f 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ module github.com/divideprojects/RestrictChannelRobot go 1.19 require ( - github.com/PaulSonOfLars/gotgbot/v2 v2.0.0-rc.20 + github.com/PaulSonOfLars/gotgbot/v2 v2.0.0-rc.23 github.com/sirupsen/logrus v1.9.3 go.mongodb.org/mongo-driver v1.13.1 ) diff --git a/go.sum b/go.sum index 9835039..e9d5319 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -github.com/PaulSonOfLars/gotgbot/v2 v2.0.0-rc.20 h1:LgJ2DwqvtvvUOMS2q7IdeaLS1olDUQqDZ4GZliQZAPM= -github.com/PaulSonOfLars/gotgbot/v2 v2.0.0-rc.20/go.mod h1:r815fYWTudnU9JhtsJAxUtuV7QrSgKpChJkfTSMFpfg= +github.com/PaulSonOfLars/gotgbot/v2 v2.0.0-rc.23 h1:gfa4qPLiGemeBgQDEFH4s8N9HcS+5o+V/4ycmB35c1Y= +github.com/PaulSonOfLars/gotgbot/v2 v2.0.0-rc.23/go.mod h1:kL1v4iIjlalwm3gCYGvF4NLa3hs+aKEfRkNJvj4aoDU= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=