mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-27 15:09:31 -06:00
20 lines
532 B
Modula-2
20 lines
532 B
Modula-2
module github.com/owncloud/ocis-accounts
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.4.0
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/micro/cli/v2 v2.1.1
|
|
github.com/micro/go-micro/v2 v2.0.0
|
|
github.com/oklog/run v1.1.0
|
|
github.com/owncloud/ocis-pkg/v2 v2.0.1
|
|
github.com/owncloud/ocis-settings v0.0.0-20200407203258-bd5da39fe8c0
|
|
github.com/restic/calens v0.2.0
|
|
github.com/spf13/viper v1.6.1
|
|
)
|
|
|
|
replace google.golang.org/grpc => google.golang.org/grpc v1.26.0
|
|
|
|
replace github.com/owncloud/ocis-settings => ../ocis-settings
|