WIP: Separate test. Refactor a bunch of it.
This commit is contained in:
parent
63e5c59035
commit
f70bd7e672
6 changed files with 2170 additions and 982 deletions
16
go.mod
16
go.mod
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue