Skip to content

Commit

Permalink
Merge pull request #119 from owncloud/dependency_upgrade
Browse files Browse the repository at this point in the history
upgrade dependencies
  • Loading branch information
wkloucek authored Aug 30, 2021
2 parents 8d7408a + 93a20c7 commit dd7070c
Show file tree
Hide file tree
Showing 3 changed files with 504 additions and 889 deletions.
25 changes: 10 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,27 @@ require (
contrib.go.opencensus.io/exporter/jaeger v0.2.1
contrib.go.opencensus.io/exporter/ocagent v0.7.0
contrib.go.opencensus.io/exporter/zipkin v0.1.2
github.com/asim/go-micro/v3 v3.5.1-0.20210217182006-0f0ace1a44a9
github.com/asim/go-micro/v3 v3.6.0
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-chi/chi/v5 v5.0.4
github.com/go-chi/render v1.0.1
github.com/golang/protobuf v1.5.2
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
github.com/imdario/mergo v0.3.12 // indirect
github.com/micro/cli/v2 v2.1.2
github.com/oklog/run v1.1.0
github.com/openzipkin/zipkin-go v0.2.5
github.com/owncloud/ocis/ocis-pkg v0.0.0-20210414075100-f98347d8418d
github.com/owncloud/ocis/settings v0.0.0-20210414075100-f98347d8418d
github.com/prometheus/client_golang v1.10.0
github.com/spf13/viper v1.7.1
github.com/owncloud/ocis v1.11.0
github.com/prometheus/client_golang v1.11.0
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.7.0
go.opencensus.io v0.23.0
golang.org/x/net v0.0.0-20210410081132-afb366fc7cd1
google.golang.org/genproto v0.0.0-20210413151531-c14fb6ef47c3 // indirect
google.golang.org/protobuf v1.26.0
golang.org/x/net v0.0.0-20210825183410-e898025ed96a
google.golang.org/genproto v0.0.0-20210828152312-66f60bf46e71 // indirect
google.golang.org/grpc/examples v0.0.0-20210827151829-85b9a1a0fa3f // indirect
google.golang.org/protobuf v1.27.1
)

replace (
github.com/gomodule/redigo => github.com/gomodule/redigo v1.8.2
github.com/oleiade/reflections => github.com/oleiade/reflections v1.0.1
// taken from https://github.com/asim/go-micro/blob/master/plugins/registry/etcd/go.mod#L14-L16
github.com/crewjam/saml => github.com/crewjam/saml v0.4.5
go.etcd.io/etcd/api/v3 => go.etcd.io/etcd/api/v3 v3.0.0-20210204162551-dae29bb719dd
go.etcd.io/etcd/pkg/v3 => go.etcd.io/etcd/pkg/v3 v3.0.0-20210204162551-dae29bb719dd
// latest version compatible with etcd
google.golang.org/grpc => google.golang.org/grpc v1.29.1
)
Loading

0 comments on commit dd7070c

Please sign in to comment.