mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-16 00:59:37 -06:00
20 lines
661 B
Modula-2
20 lines
661 B
Modula-2
module github.com/owncloud/ocis-accounts
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/go-test/deep v1.0.2-0.20181118220953-042da051cf31 // indirect
|
|
github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d // indirect
|
|
github.com/golang/protobuf v1.3.2
|
|
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
|
|
github.com/grpc-ecosystem/grpc-gateway v1.9.4 // indirect
|
|
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/restic/calens v0.2.0
|
|
github.com/spf13/afero v1.2.2 // indirect
|
|
github.com/spf13/viper v1.6.1
|
|
)
|