You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
554 B
16 lines
554 B
module ssender |
|
|
|
go 1.17 |
|
|
|
require ( |
|
github.com/SevereCloud/vksdk/v2 v2.13.1 // indirect |
|
github.com/boltdb/bolt v1.3.1 // indirect |
|
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1 // indirect |
|
github.com/jessevdk/go-flags v1.5.0 // indirect |
|
github.com/klauspost/compress v1.14.2 // indirect |
|
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect |
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect |
|
golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4 // indirect |
|
golang.org/x/text v0.3.7 // indirect |
|
gopkg.in/yaml.v2 v2.4.0 // indirect |
|
)
|
|
|