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.

11 lines
246 B
Modula-2

module github.com/hugot/whapp-deltachat
go 1.13
require (
github.com/hugot/go-deltachat v0.0.0-20200103100028-e93f1f3d8b97
gopkg.in/yaml.v2 v2.2.2
)
replace github.com/hugot/go-deltachat v0.0.0-20200103100028-e93f1f3d8b97 => ../go-deltachat