-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (26 loc) · 1.05 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
module gobot
go 1.19
require (
github.com/DrSmithFr/go-console v0.0.0-20221206120830-097bd4613151
github.com/TwiN/go-color v1.4.0
github.com/aditya43/clear-shell-screen-golang v0.0.0-20200419021057-6fa7bb4a928b
github.com/arugaz/go-wasticker v0.0.0-20220807123645-444ff8a78c11
github.com/joho/godotenv v1.4.0
github.com/mattn/go-sqlite3 v1.14.16
github.com/mdp/qrterminal v1.0.1
go.mau.fi/whatsmeow v0.0.0-20221213225758-70ef67df3c68
google.golang.org/protobuf v1.28.1
rogchap.com/v8go v0.7.0
)
require (
filippo.io/edwards25519 v1.0.0 // indirect
github.com/arugaz/filetype v1.0.1 // indirect
github.com/arugaz/go-rlottie v0.1.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
go.mau.fi/libsignal v0.0.0-20221015105917-d970e7c3c9cf // indirect
golang.org/x/crypto v0.0.0-20221012134737-56aed061732a // indirect
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
rsc.io/qr v0.2.0 // indirect
)