Skip to content

Commit

Permalink
Merge pull request #7 from owncloud/remove-code-copypasta
Browse files Browse the repository at this point in the history
  • Loading branch information
refs authored Jul 27, 2020
2 parents af2fccd + c5b4e2e commit 3f536ad
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 181 deletions.
6 changes: 6 additions & 0 deletions changelog/unreleased/cleanup-code.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Bugfix: Removed code from other service

We had code copied over from another repository which doesn't belong in here and now removed it again.

https://github.com/owncloud/ocis-store/pull/7

17 changes: 11 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,29 @@ require (
contrib.go.opencensus.io/exporter/zipkin v0.1.1
github.com/UnnoTed/fileb0x v1.1.4
github.com/blevesearch/bleve v1.0.9
github.com/blevesearch/cld2 v0.0.0-20200327141045-8b5f551d37f5 // indirect
github.com/cznic/b v0.0.0-20181122101859-a26611c4d92d // indirect
github.com/go-chi/chi v4.1.0+incompatible
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect
github.com/cznic/strutil v0.0.0-20181122101858-275e90344537 // indirect
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
github.com/go-chi/chi v4.1.0+incompatible // indirect
github.com/golang/protobuf v1.4.1
github.com/ikawaha/kagome.ipadic v1.1.2 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.14.4 // indirect
github.com/jmhodges/levigo v1.0.0 // indirect
github.com/micro/cli/v2 v2.1.2
github.com/micro/go-micro/v2 v2.6.0
github.com/oklog/run v1.0.0
github.com/openzipkin/zipkin-go v0.2.2
github.com/owncloud/ocis-pkg/v2 v2.2.2-0.20200527082518-5641fa4a4c8c
github.com/owncloud/ocis-settings v0.0.0-20200629120229-69693c5f8f43
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
github.com/restic/calens v0.2.0
github.com/spf13/viper v1.6.3
github.com/tebeka/snowball v0.4.2 // indirect
github.com/stretchr/testify v1.6.0 // indirect
github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c // indirect
github.com/ugorji/go v1.1.4 // indirect
go.opencensus.io v0.22.3
golang.org/x/mod v0.3.0 // indirect
golang.org/x/tools v0.0.0-20200526224456-8b020aee10d2 // indirect
google.golang.org/protobuf v1.25.0
)

Expand Down
Loading

0 comments on commit 3f536ad

Please sign in to comment.