WIP: Separate test. Refactor a bunch of it.

This commit is contained in:
Ilja Lapkovskis 2024-01-18 22:45:49 +02:00
parent 63e5c59035
commit f70bd7e672
No known key found for this signature in database
GPG key ID: 53D2AA4F0D1079C4
6 changed files with 2170 additions and 982 deletions

16
go.mod
View file

@ -1,3 +1,15 @@
module github.com/go-telegram-bot-api/telegram-bot-api/v5
module github.com/eli-l/telegram-bot-api/v5
go 1.16
go 1.21
require github.com/stretchr/testify v1.8.4
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.uber.org/mock v0.4.0 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/tools v0.17.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)