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.
12 lines
363 B
12 lines
363 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/net v0.0.0-20220225172249-27dd8689420f // indirect |
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect |
|
gopkg.in/yaml.v2 v2.4.0 // indirect |
|
)
|
|
|