Skip to content

Commit

Permalink
update tus/tusd to version 1.8.0 (#2393)
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek committed Jan 5, 2022
1 parent b804b9b commit 2f21d4d
Show file tree
Hide file tree
Showing 6 changed files with 171 additions and 17 deletions.
6 changes: 6 additions & 0 deletions changelog/unreleased/enhancement-update-tusd.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Enhancement: update tus/tusd to version 1.8.0

We've update tus/tusd to version 1.8.0.

https://github.com/cs3org/reva/issues/2393
https://github.com/cs3org/reva/pull/2224
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ require (
github.com/studio-b12/gowebdav v0.0.0-20210917133250-a3a86976a1df
github.com/thanhpk/randstr v1.0.4
github.com/tidwall/pretty v1.2.0 // indirect
github.com/tus/tusd v1.6.0
github.com/tus/tusd v1.8.0
github.com/wk8/go-ordered-map v0.2.0
go.mongodb.org/mongo-driver v1.7.2 // indirect
go.opencensus.io v0.23.0
Expand All @@ -70,10 +70,10 @@ require (
go.opentelemetry.io/otel/sdk v1.3.0
go.opentelemetry.io/otel/trace v1.3.0
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
golang.org/x/sys v0.0.0-20210921065528-437939a70204
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359
golang.org/x/term v0.0.0-20210916214954-140adaaadfaf
google.golang.org/genproto v0.0.0-20200825200019-8632dd797987
google.golang.org/genproto v0.0.0-20211021150943-2b146023228c
google.golang.org/grpc v1.42.0
google.golang.org/protobuf v1.27.1
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
Expand Down
Loading

0 comments on commit 2f21d4d

Please sign in to comment.