@@ -4,12 +4,31 @@ go 1.19
4
4
5
5
require (
6
6
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
7
+ github.com/google/uuid v1.3.0
7
8
github.com/joho/godotenv v1.4.0
9
+ github.com/launchdarkly/eventsource v1.7.1
8
10
github.com/playwright-community/playwright-go v0.2000.1
11
+ github.com/spf13/viper v1.14.0
9
12
)
10
13
11
14
require (
12
15
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
16
+ github.com/fsnotify/fsnotify v1.6.0 // indirect
13
17
github.com/go-stack/stack v1.8.1 // indirect
18
+ github.com/hashicorp/hcl v1.0.0 // indirect
19
+ github.com/magiconair/properties v1.8.6 // indirect
20
+ github.com/mitchellh/mapstructure v1.5.0 // indirect
21
+ github.com/pelletier/go-toml v1.9.5 // indirect
22
+ github.com/pelletier/go-toml/v2 v2.0.5 // indirect
23
+ github.com/spf13/afero v1.9.2 // indirect
24
+ github.com/spf13/cast v1.5.0 // indirect
25
+ github.com/spf13/jwalterweatherman v1.1.0 // indirect
26
+ github.com/spf13/pflag v1.0.5 // indirect
27
+ github.com/subosito/gotenv v1.4.1 // indirect
28
+ golang.org/x/sys v0.0.0-20220908164124-27713097b956 // indirect
29
+ golang.org/x/text v0.4.0 // indirect
30
+ gopkg.in/ini.v1 v1.67.0 // indirect
14
31
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
32
+ gopkg.in/yaml.v2 v2.4.0 // indirect
33
+ gopkg.in/yaml.v3 v3.0.1 // indirect
15
34
)
0 commit comments