Skip to content

Commit 4695074

Browse files
committed
full rewrite
1 parent 401e262 commit 4695074

File tree

11 files changed

+1184
-239
lines changed

11 files changed

+1184
-239
lines changed

go.mod

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,31 @@ go 1.19
44

55
require (
66
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
7+
github.com/google/uuid v1.3.0
78
github.com/joho/godotenv v1.4.0
9+
github.com/launchdarkly/eventsource v1.7.1
810
github.com/playwright-community/playwright-go v0.2000.1
11+
github.com/spf13/viper v1.14.0
912
)
1013

1114
require (
1215
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
16+
github.com/fsnotify/fsnotify v1.6.0 // indirect
1317
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
1431
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
1534
)

go.sum

Lines changed: 477 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)