37 lines
1.7 KiB
Modula-2
37 lines
1.7 KiB
Modula-2
module github.com/normen/whatscli
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
code.rocketnine.space/tslocum/cbind v0.1.5
|
|
github.com/Rhymen/go-whatsapp v0.1.2-0.20210615184944-2b8a3e9b8aa2
|
|
github.com/Rhymen/go-whatsapp/examples/echo v0.0.0-20190325075644-cc2581bbf24d // indirect
|
|
github.com/Rhymen/go-whatsapp/examples/restoreSession v0.0.0-20190325075644-cc2581bbf24d // indirect
|
|
github.com/Rhymen/go-whatsapp/examples/sendImage v0.0.0-20190325075644-cc2581bbf24d // indirect
|
|
github.com/Rhymen/go-whatsapp/examples/sendTextMessages v0.0.0-20190325075644-cc2581bbf24d // indirect
|
|
github.com/adrg/xdg v0.3.3
|
|
github.com/gabriel-vasile/mimetype v1.3.0
|
|
github.com/gdamore/tcell/v2 v2.3.11
|
|
github.com/gen2brain/beeep v0.0.0-20210529141713-5586760f0cc1
|
|
github.com/godbus/dbus/v5 v5.0.4 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/gopherjs/gopherjs v0.0.0-20210621113107-84c6004145de // indirect
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/mattn/go-colorable v0.1.8
|
|
github.com/mattn/go-isatty v0.0.13 // indirect
|
|
github.com/mattn/go-runewidth v0.0.13 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/rivo/tview v0.0.0-20210608105643-d4fb0348227b
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
|
|
github.com/zyedidia/clipboard v1.0.3
|
|
gitlab.com/tslocum/cbind v0.1.4
|
|
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect
|
|
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
|
|
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
|
|
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
|
|
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
|
|
gopkg.in/ini.v1 v1.62.0
|
|
mvdan.cc/xurls/v2 v2.2.0
|
|
)
|