mirror of
https://github.com/hacdias/webdav.git
synced 2024-04-21 12:32:06 +00:00
13 lines
306 B
AMPL
13 lines
306 B
AMPL
module github.com/hacdias/webdav/v2
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/hacdias/webdav v1.4.1 // indirect
|
|
github.com/spf13/cobra v0.0.3
|
|
github.com/spf13/pflag v1.0.3
|
|
github.com/spf13/viper v1.3.2
|
|
golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529
|
|
golang.org/x/net v0.0.0-20190509222800-a4d6f7feada5
|
|
)
|