-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
executable file
·42 lines (38 loc) · 1.49 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
module github.com/pefish/telegram-bot-manager
go 1.21
toolchain go1.21.0
require (
github.com/golang/mock v1.6.0
github.com/pefish/go-commander v1.0.4
github.com/pefish/go-decimal v0.4.0
github.com/pefish/go-error v1.0.8
github.com/pefish/go-format v0.3.2
github.com/pefish/go-http v0.8.1
github.com/pefish/go-interface v0.0.11
github.com/pefish/go-jsvm v1.2.4
github.com/pefish/go-logger v0.6.0
github.com/pefish/tg-sender v0.1.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dlclark/regexp2 v1.11.2 // indirect
github.com/dop251/base64dec v0.0.0-20231022112746-c6c9f9a96217 // indirect
github.com/dop251/goja v0.0.0-20240707163329-b1681fb2a2f5 // indirect
github.com/dop251/goja_nodejs v0.0.0-20240728170619-29b559befffc // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pefish/go-config v0.4.9 // indirect
github.com/pefish/go-desensitize v0.0.7 // indirect
github.com/pefish/go-file v0.2.3 // indirect
github.com/pkg/errors v0.9.1 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/text v0.16.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
moul.io/http2curl v1.0.0 // indirect
)