@@ -4,19 +4,16 @@ module github.com/tus/tusd/v2
4
4
// See https://github.com/heroku/heroku-buildpack-go#go-module-specifics
5
5
// +heroku goVersion go1.22
6
6
go 1.21.0
7
-
8
- toolchain go1.22.7
9
-
10
7
require (
11
- cloud.google.com/go/storage v1.46 .0
8
+ cloud.google.com/go/storage v1.47 .0
12
9
github.com/Acconut/go-httptest-recorder v1.0.0
13
- github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14 .0
14
- github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.4.1
10
+ github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16 .0
11
+ github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.5.0
15
12
github.com/Shopify/toxiproxy/v2 v2.11.0
16
- github.com/aws/aws-sdk-go-v2 v1.32.3
17
- github.com/aws/aws-sdk-go-v2/config v1.28.1
18
- github.com/aws/aws-sdk-go-v2/service/s3 v1.66.2
19
- github.com/aws/smithy-go v1.22.0
13
+ github.com/aws/aws-sdk-go-v2 v1.32.5
14
+ github.com/aws/aws-sdk-go-v2/config v1.28.5
15
+ github.com/aws/aws-sdk-go-v2/service/s3 v1.69.0
16
+ github.com/aws/smithy-go v1.22.1
20
17
github.com/bmizerany/pat v0.0.0-20170815010413-6226ea591a40
21
18
github.com/felixge/fgprof v0.9.5
22
19
github.com/goji/httpauth v0.0.0-20160601135302-2da839ab0f4d
@@ -27,44 +24,44 @@ require (
27
24
github.com/prometheus/client_golang v1.20.5
28
25
github.com/rs/zerolog v1.33.0
29
26
github.com/sethgrid/pester v1.2.0
30
- github.com/stretchr/testify v1.9 .0
27
+ github.com/stretchr/testify v1.10 .0
31
28
github.com/tus/lockfile v1.2.0
32
29
github.com/vimeo/go-util v1.4.1
33
30
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df
34
- golang.org/x/net v0.30 .0
35
- golang.org/x/sync v0.8 .0
36
- google.golang.org/api v0.203 .0
37
- google.golang.org/grpc v1.67.1
38
- google.golang.org/protobuf v1.35.1
31
+ golang.org/x/net v0.31 .0
32
+ golang.org/x/sync v0.9 .0
33
+ google.golang.org/api v0.209 .0
34
+ google.golang.org/grpc v1.68.0
35
+ google.golang.org/protobuf v1.35.2
39
36
gopkg.in/h2non/gock.v1 v1.1.2
40
37
)
41
38
42
39
require (
43
40
cel.dev/expr v0.16.1 // indirect
44
41
cloud.google.com/go v0.116.0 // indirect
45
- cloud.google.com/go/auth v0.10.0 // indirect
42
+ cloud.google.com/go/auth v0.10.2 // indirect
46
43
cloud.google.com/go/auth/oauth2adapt v0.2.5 // indirect
47
44
cloud.google.com/go/compute/metadata v0.5.2 // indirect
48
- cloud.google.com/go/iam v1.2.1 // indirect
49
- cloud.google.com/go/monitoring v1.21.1 // indirect
45
+ cloud.google.com/go/iam v1.2.2 // indirect
46
+ cloud.google.com/go/monitoring v1.21.2 // indirect
50
47
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
51
48
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.24.1 // indirect
52
49
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1 // indirect
53
50
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1 // indirect
54
- github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.6 // indirect
55
- github.com/aws/aws-sdk-go-v2/credentials v1.17.42 // indirect
56
- github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.18 // indirect
57
- github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.22 // indirect
58
- github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.22 // indirect
51
+ github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 // indirect
52
+ github.com/aws/aws-sdk-go-v2/credentials v1.17.46 // indirect
53
+ github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.20 // indirect
54
+ github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.24 // indirect
55
+ github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.24 // indirect
59
56
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect
60
- github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.22 // indirect
61
- github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0 // indirect
62
- github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.3 // indirect
63
- github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.3 // indirect
64
- github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.3 // indirect
65
- github.com/aws/aws-sdk-go-v2/service/sso v1.24.3 // indirect
66
- github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.3 // indirect
67
- github.com/aws/aws-sdk-go-v2/service/sts v1.32.3 // indirect
57
+ github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.24 // indirect
58
+ github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect
59
+ github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.5 // indirect
60
+ github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.5 // indirect
61
+ github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.5 // indirect
62
+ github.com/aws/aws-sdk-go-v2/service/sso v1.24.6 // indirect
63
+ github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.5 // indirect
64
+ github.com/aws/aws-sdk-go-v2/service/sts v1.33.1 // indirect
68
65
github.com/beorn7/perks v1.0.1 // indirect
69
66
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
70
67
github.com/cespare/xxhash/v2 v2.3.0 // indirect
@@ -82,7 +79,7 @@ require (
82
79
github.com/google/s2a-go v0.1.8 // indirect
83
80
github.com/google/uuid v1.6.0 // indirect
84
81
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
85
- github.com/googleapis/gax-go/v2 v2.13 .0 // indirect
82
+ github.com/googleapis/gax-go/v2 v2.14 .0 // indirect
86
83
github.com/gorilla/mux v1.8.1 // indirect
87
84
github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
88
85
github.com/hashicorp/yamux v0.1.1 // indirect
@@ -106,14 +103,14 @@ require (
106
103
go.opentelemetry.io/otel/sdk v1.29.0 // indirect
107
104
go.opentelemetry.io/otel/sdk/metric v1.29.0 // indirect
108
105
go.opentelemetry.io/otel/trace v1.29.0 // indirect
109
- golang.org/x/crypto v0.28 .0 // indirect
110
- golang.org/x/oauth2 v0.23 .0 // indirect
111
- golang.org/x/sys v0.26 .0 // indirect
112
- golang.org/x/text v0.19 .0 // indirect
113
- golang.org/x/time v0.7 .0 // indirect
114
- google.golang.org/genproto v0.0.0-20241015192408-796eee8c2d53 // indirect
115
- google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 // indirect
116
- google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
106
+ golang.org/x/crypto v0.29 .0 // indirect
107
+ golang.org/x/oauth2 v0.24 .0 // indirect
108
+ golang.org/x/sys v0.27 .0 // indirect
109
+ golang.org/x/text v0.20 .0 // indirect
110
+ golang.org/x/time v0.8 .0 // indirect
111
+ google.golang.org/genproto v0.0.0-20241113202542-65e8d215514f // indirect
112
+ google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
113
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20241113202542-65e8d215514f // indirect
117
114
google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b2c93a // indirect
118
115
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
119
116
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments