mirror of
https://github.com/hacdias/webdav.git
synced 2024-04-21 12:32:06 +00:00
10 lines
213 B
AMPL
10 lines
213 B
AMPL
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
|
|
)
|