Update module github.com/tus/tusd to v1.13.0

This commit is contained in:
renovate[bot]
2023-09-06 10:19:24 +00:00
parent 0722369c7a
commit 853577c5ba
2 changed files with 224 additions and 12 deletions

6
go.mod
View File

@@ -24,7 +24,7 @@ require (
github.com/stretchr/testify v1.8.4
github.com/tidwall/gjson v1.16.0
github.com/tidwall/sjson v1.2.5
github.com/tus/tusd v1.12.1
github.com/tus/tusd v1.13.0
github.com/xeipuuv/gojsonschema v1.2.0
golang.org/x/exp v0.0.0-20230905200255-921286631fa9
golang.org/x/oauth2 v0.12.0
@@ -87,8 +87,8 @@ require (
golang.org/x/net v0.15.0 // indirect
golang.org/x/sys v0.12.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
google.golang.org/grpc v1.56.1 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230807174057-1744710a1577 // indirect
google.golang.org/grpc v1.57.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gotest.tools v2.2.0+incompatible // indirect
)