mirror of
https://github.com/hacdias/webdav.git
synced 2024-04-21 12:32:06 +00:00
22 lines
772 B
AMPL
22 lines
772 B
AMPL
module github.com/hacdias/webdav
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/magiconair/properties v1.8.1 // indirect
|
|
github.com/pelletier/go-toml v1.4.0 // indirect
|
|
github.com/spf13/afero v1.2.2 // indirect
|
|
github.com/spf13/cobra v0.0.3
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.3
|
|
github.com/spf13/viper v1.3.2
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529
|
|
golang.org/x/net v0.0.0-20190509222800-a4d6f7feada5
|
|
golang.org/x/sys v0.0.0-20190509141414-a5b02f93d862 // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|