-
Notifications
You must be signed in to change notification settings - Fork 10
/
go.mod
23 lines (20 loc) · 784 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module Telecord.go
go 1.21.0
require (
github.com/bwmarrin/discordgo v0.28.1
github.com/fatih/color v1.16.0
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
github.com/kbinani/screenshot v0.0.0-20230812210009-b87d31814237
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/gen2brain/shm v0.0.0-20230802011745-f2460f5984f7 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/jezek/xgb v1.1.0 // indirect
github.com/lxn/win v0.0.0-20210218163916-a377121e959e // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/sys v0.14.0 // indirect
)