Skip to content

Commit 46f719c

Browse files
committed
- bump go-whatsapp library version
- fixes normen#46
1 parent 309eca5 commit 46f719c

File tree

3 files changed

+327
-12
lines changed

3 files changed

+327
-12
lines changed

go.mod

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,34 @@ module github.com/normen/whatscli
33
go 1.15
44

55
require (
6-
github.com/Rhymen/go-whatsapp v0.1.1
7-
github.com/adrg/xdg v0.2.3
8-
github.com/gabriel-vasile/mimetype v1.1.2
9-
github.com/gdamore/tcell/v2 v2.2.1
10-
github.com/gen2brain/beeep v0.0.0-20200526185328-e9c15c258e28
11-
github.com/golang/protobuf v1.4.3 // indirect
12-
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
6+
code.rocketnine.space/tslocum/cbind v0.1.5
7+
github.com/Rhymen/go-whatsapp v0.1.2-0.20210615184944-2b8a3e9b8aa2
8+
github.com/Rhymen/go-whatsapp/examples/echo v0.0.0-20190325075644-cc2581bbf24d // indirect
9+
github.com/Rhymen/go-whatsapp/examples/restoreSession v0.0.0-20190325075644-cc2581bbf24d // indirect
10+
github.com/Rhymen/go-whatsapp/examples/sendImage v0.0.0-20190325075644-cc2581bbf24d // indirect
11+
github.com/Rhymen/go-whatsapp/examples/sendTextMessages v0.0.0-20190325075644-cc2581bbf24d // indirect
12+
github.com/adrg/xdg v0.3.3
13+
github.com/gabriel-vasile/mimetype v1.3.0
14+
github.com/gdamore/tcell/v2 v2.3.11
15+
github.com/gen2brain/beeep v0.0.0-20210529141713-5586760f0cc1
16+
github.com/godbus/dbus/v5 v5.0.4 // indirect
17+
github.com/golang/protobuf v1.5.2 // indirect
18+
github.com/gopherjs/gopherjs v0.0.0-20210621113107-84c6004145de // indirect
1319
github.com/gorilla/websocket v1.4.2 // indirect
1420
github.com/mattn/go-colorable v0.1.8
21+
github.com/mattn/go-isatty v0.0.13 // indirect
22+
github.com/mattn/go-runewidth v0.0.13 // indirect
1523
github.com/pkg/errors v0.9.1 // indirect
16-
github.com/rivo/tview v0.0.0-20210427112837-09cec83b1732
24+
github.com/rivo/tview v0.0.0-20210608105643-d4fb0348227b
1725
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
1826
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
1927
github.com/zyedidia/clipboard v1.0.3
2028
gitlab.com/tslocum/cbind v0.1.4
21-
golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392 // indirect
22-
google.golang.org/protobuf v1.25.0 // indirect
29+
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
30+
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
31+
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
32+
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
33+
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
2334
gopkg.in/ini.v1 v1.62.0
2435
mvdan.cc/xurls/v2 v2.2.0
2536
)

0 commit comments

Comments
 (0)