Add Go module files

This commit is contained in:
Michael Frister
2019-03-31 12:42:49 +02:00
parent 3d06904d1f
commit 3e7b39679b
2 changed files with 19 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
module github.com/hacdias/webdav
go 1.12
require (
golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c // indirect
golang.org/x/net v0.0.0-20190328230028-74de082e2cca
gopkg.in/yaml.v2 v2.2.2 // indirect
)