Files
opencloud/go.mod
Jörn Friedrich Dreyer 9fa18bf7ea update reva to v1.1.1-0.20200819100654-dcbf0c8ea187
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-08-19 13:32:14 +02:00

20 lines
625 B
Modula-2

module github.com/owncloud/ocis-reva
go 1.13
require (
github.com/cs3org/reva v1.1.1-0.20200819100654-dcbf0c8ea187
github.com/gofrs/uuid v3.3.0+incompatible
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
github.com/micro/cli/v2 v2.1.1
github.com/micro/go-micro v1.18.0
github.com/micro/go-micro/v2 v2.0.0
github.com/oklog/run v1.0.0
github.com/owncloud/flaex v0.0.0-20200411150708-dce59891a203
github.com/owncloud/ocis-pkg/v2 v2.2.1
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/restic/calens v0.2.0
github.com/spf13/viper v1.6.1
gopkg.in/ini.v1 v1.51.1 // indirect
)