Example client with TUI

This commit is contained in:
CORNIERE Rémi
2019-12-16 01:42:27 +01:00
parent 3c9b0db5b8
commit 1ba2add651
6 changed files with 384 additions and 40 deletions

View File

@@ -0,0 +1,10 @@
module go-xmpp/_examples/xmpp_chat_client
go 1.13
require (
github.com/awesome-gocui/gocui v0.6.1-0.20191115151952-a34ffb055986
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.6.1
gosrc.io/xmpp v0.3.1-0.20191212145100-27130d72926b
)