-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
69 lines (66 loc) · 2.87 KB
/
go.mod
File metadata and controls
69 lines (66 loc) · 2.87 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
module github.com/PakArbi/webhook
go 1.20
require (
github.com/GoogleCloudPlatform/functions-framework-go v1.8.0
github.com/aiteung/atapi v0.1.1
github.com/aiteung/atmessage v0.1.0
github.com/aiteung/module v0.1.0
github.com/whatsauth/wa v0.4.0
github.com/whatsauth/webhook v0.1.6
)
require (
aidanwoods.dev/go-paseto v1.5.0 // indirect
aidanwoods.dev/go-result v0.1.0 // indirect
filippo.io/edwards25519 v1.0.0 // indirect
github.com/Rhymen/go-whatsapp v0.1.1 // indirect
github.com/aiteung/atdb v0.1.3 // indirect
github.com/aiteung/musik v0.0.5 // indirect
github.com/andybalholm/brotli v1.0.6 // indirect
github.com/cloudevents/sdk-go/v2 v2.14.0 // indirect
github.com/fasthttp/websocket v1.5.6 // indirect
github.com/go-sql-driver/mysql v1.7.1 // indirect
github.com/gofiber/fiber/v2 v2.50.0 // indirect
github.com/gofiber/websocket/v2 v2.2.1 // indirect
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
github.com/golang-sql/sqlexp v0.1.0 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/uuid v1.4.0 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/compress v1.17.2 // indirect
github.com/lib/pq v1.10.9 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/mattn/go-sqlite3 v1.14.18 // indirect
github.com/microsoft/go-mssqldb v1.6.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/montanaflynn/stats v0.7.1 // indirect
github.com/puzpuzpuz/xsync/v3 v3.0.2 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/rs/xid v1.5.0 // indirect
github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.50.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
github.com/whatsauth/watoken v0.1.3 // indirect
github.com/whatsauth/ws v0.0.2 // indirect
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
github.com/xdg-go/scram v1.1.2 // indirect
github.com/xdg-go/stringprep v1.0.4 // indirect
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
go.mau.fi/libsignal v0.1.0 // indirect
go.mau.fi/util v0.2.1 // indirect
go.mau.fi/whatsmeow v0.0.0-20231117115946-30233d743d35 // indirect
go.mongodb.org/mongo-driver v1.12.1 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.26.0 // indirect
golang.org/x/crypto v0.15.0 // indirect
golang.org/x/net v0.18.0 // indirect
golang.org/x/sync v0.5.0 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)