mirror of
https://gitlab.bertha.cloud/partitio/Nextcloud-Partitio/gonextcloud
synced 2024-11-14 06:06:24 +00:00
15 lines
517 B
Modula-2
15 lines
517 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/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
|
|
golang.org/x/net v0.0.0-20181129055619-fae4c4e3ad76 // indirect
|
|
gopkg.in/yaml.v2 v2.2.1
|
|
)
|