You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
691 B
Modula-2

module github.com/hugot/whapp-deltachat
go 1.13
require (
github.com/Rhymen/go-whatsapp v0.1.0
github.com/golang/protobuf v1.3.2 // indirect
github.com/gorilla/websocket v1.4.1 // indirect
github.com/hugot/go-deltachat v0.0.0-20200129012921-ed391e8c375b
github.com/kr/pretty v0.2.0 // indirect
github.com/mdp/qrterminal v1.0.1
github.com/pkg/errors v0.9.1 // indirect
github.com/skip2/go-qrcode v0.0.0-20191027152451-9434209cb086
go.etcd.io/bbolt v1.3.3
golang.org/x/crypto v0.0.0-20200115085410-6d4e4cb37c7d // indirect
golang.org/x/sys v0.0.0-20200113162924-86b910548bc1 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.7
)