Add go.mod

This commit is contained in:
Simon Ser
2019-12-17 17:24:38 +01:00
parent 6f8124dbbf
commit da3ea58163
2 changed files with 15 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module github.com/emersion/go-webdav
go 1.13
require (
github.com/emersion/go-vcard v0.0.0-20190105225839-8856043f13c5
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
)