Files
opencloud/go.mod
Jörn Friedrich Dreyer 879bf5e8a6 Allow configuring the gateway for dataproviders (#136)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-04-19 14:17:51 +02:00

28 lines
1.1 KiB
Modula-2

module github.com/owncloud/ocis-reva
go 1.13
require (
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/cs3org/reva v0.1.1-0.20200416050838-5fc8adf27f83
github.com/gofrs/uuid v3.2.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.0.1
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/prometheus/client_model v0.0.0-20191202183732-d1d2010b5bee // indirect
github.com/prometheus/procfs v0.0.8 // indirect
github.com/restic/calens v0.2.0
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.6.1
github.com/uber/jaeger-client-go v2.20.1+incompatible // indirect
golang.org/x/sys v0.0.0-20200103143344-a1369afcdac7 // indirect
gopkg.in/ini.v1 v1.51.1 // indirect
)