forked from fckvania/MaoGo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
35 lines (32 loc) · 1.17 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
module mao
go 1.20
require (
github.com/Pauloo27/searchtube v0.0.0-20220521202404-f65e288832a0
github.com/google/uuid v1.5.0
github.com/mattn/go-sqlite3 v1.14.19
github.com/mdp/qrterminal v1.0.1
github.com/nyaruka/phonenumbers v1.3.0
github.com/robertkrimen/otto v0.3.0
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/subosito/gotenv v1.6.0
go.mau.fi/util v0.2.1
go.mau.fi/whatsmeow v0.0.0-20231216213200-9d803dd92735
google.golang.org/protobuf v1.31.0
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/buger/jsonparser v1.1.1 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/klauspost/compress v1.10.4 // indirect
github.com/lithdew/bytesutil v0.0.0-20200409052507-d98389230a59 // indirect
github.com/lithdew/nicehttp v0.0.0-20200422123956-0d3d3dd9b482 // indirect
go.mau.fi/libsignal v0.1.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sync v0.5.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.16.1 // indirect
gopkg.in/sourcemap.v1 v1.0.5 // indirect
rsc.io/qr v0.2.0 // indirect
)