mirror of
https://gitlab.bertha.cloud/partitio/Nextcloud-Partitio/gonextcloud
synced 2024-11-14 16:36:24 +00:00
19 lines
760 B
Modula-2
19 lines
760 B
Modula-2
module gitlab.bertha.cloud/partitio/Nextcloud-Partitio/gonextcloud
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/fatih/structs v0.0.0-20180123065059-ebf56d35bba7
|
|
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/levigross/grequests v0.0.0-20171009010347-bf9788368aa0
|
|
github.com/pkg/errors v0.0.0-20181023235946-059132a15dd0
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/stretchr/testify v1.2.2
|
|
gitlab.bertha.cloud/adphi/gowebdav v0.0.0-20190720232020-771eec6e76d0
|
|
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect
|
|
golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
gopkg.in/yaml.v2 v2.2.1
|
|
)
|