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.
11 lines
298 B
11 lines
298 B
module mod |
|
|
|
go 1.17 |
|
|
|
require ( |
|
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 |
|
golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4 // indirect |
|
gopkg.in/yaml.v2 v2.4.0 // indirect |
|
)
|
|
|