-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
35 lines (32 loc) · 1.18 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 inc
go 1.20
require (
github.com/Pauloo27/searchtube v0.0.0-20220521202404-f65e288832a0
github.com/google/uuid v1.5.0
github.com/gorilla/websocket v1.5.1
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-20240113094857-194904c8793f
google.golang.org/protobuf v1.32.0
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
github.com/PuerkitoBio/goquery v1.8.1 // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/buger/jsonparser v1.1.1 // indirect
github.com/disintegration/imaging v1.6.2 // indirect
github.com/fogleman/gg v1.3.0 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
go.mau.fi/libsignal v0.1.0 // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/text v0.14.0 // indirect
gopkg.in/sourcemap.v1 v1.0.5 // indirect
rsc.io/qr v0.2.0 // indirect
)