@@ -3,7 +3,7 @@ module github.com/gitpod-io/gitpod/blobserve
3
3
go 1.19
4
4
5
5
require (
6
- github.com/containerd/containerd v1.6.15
6
+ github.com/containerd/containerd v1.6.16
7
7
github.com/docker/cli v20.10.17+incompatible
8
8
github.com/docker/distribution v2.8.1+incompatible
9
9
github.com/gitpod-io/gitpod/common-go v0.0.0-00010101000000-000000000000
@@ -15,12 +15,12 @@ require (
15
15
github.com/prometheus/client_golang v1.14.0
16
16
github.com/spf13/cobra v1.4.0
17
17
golang.org/x/sync v0.1.0
18
- golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f
18
+ golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
19
19
)
20
20
21
21
require (
22
22
github.com/beorn7/perks v1.0.1 // indirect
23
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
23
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
24
24
github.com/crackcomm/go-gitignore v0.0.0-20170627025303-887ab5e44cc3 // indirect
25
25
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
26
26
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
@@ -44,38 +44,39 @@ require (
44
44
github.com/inconshreveable/mousetrap v1.0.0 // indirect
45
45
github.com/ipfs/bbloom v0.0.4 // indirect
46
46
github.com/ipfs/go-block-format v0.0.3 // indirect
47
- github.com/ipfs/go-blockservice v0.4 .0 // indirect
47
+ github.com/ipfs/go-blockservice v0.5 .0 // indirect
48
48
github.com/ipfs/go-cid v0.3.2 // indirect
49
49
github.com/ipfs/go-datastore v0.6.0 // indirect
50
50
github.com/ipfs/go-ipfs-blockstore v1.2.0 // indirect
51
- github.com/ipfs/go-ipfs-cmds v0.8.1 // indirect
51
+ github.com/ipfs/go-ipfs-cmds v0.8.2 // indirect
52
52
github.com/ipfs/go-ipfs-ds-help v1.1.0 // indirect
53
53
github.com/ipfs/go-ipfs-exchange-interface v0.2.0 // indirect
54
54
github.com/ipfs/go-ipfs-files v0.2.0 // indirect
55
55
github.com/ipfs/go-ipfs-http-client v0.4.0 // indirect
56
56
github.com/ipfs/go-ipfs-util v0.0.2 // indirect
57
- github.com/ipfs/go-ipld-cbor v0.0.5 // indirect
57
+ github.com/ipfs/go-ipld-cbor v0.0.6 // indirect
58
58
github.com/ipfs/go-ipld-format v0.4.0 // indirect
59
59
github.com/ipfs/go-ipld-legacy v0.1.1 // indirect
60
+ github.com/ipfs/go-libipfs v0.2.0 // indirect
60
61
github.com/ipfs/go-log v1.0.5 // indirect
61
62
github.com/ipfs/go-log/v2 v2.5.1 // indirect
62
- github.com/ipfs/go-merkledag v0.6 .0 // indirect
63
+ github.com/ipfs/go-merkledag v0.9 .0 // indirect
63
64
github.com/ipfs/go-metrics-interface v0.0.1 // indirect
64
65
github.com/ipfs/go-path v0.3.0 // indirect
65
- github.com/ipfs/go-unixfs v0.4.1 // indirect
66
+ github.com/ipfs/go-unixfs v0.4.2 // indirect
66
67
github.com/ipfs/go-verifcid v0.0.2 // indirect
67
68
github.com/ipfs/interface-go-ipfs-core v0.7.0 // indirect
68
- github.com/ipld/go-codec-dagpb v1.4.1 // indirect
69
+ github.com/ipld/go-codec-dagpb v1.5.0 // indirect
69
70
github.com/ipld/go-ipld-prime v0.19.0 // indirect
70
71
github.com/jbenet/goprocess v0.1.4 // indirect
71
72
github.com/json-iterator/go v1.1.12 // indirect
72
73
github.com/klauspost/compress v1.15.12 // indirect
73
- github.com/klauspost/cpuid/v2 v2.1.2 // indirect
74
+ github.com/klauspost/cpuid/v2 v2.2.1 // indirect
74
75
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
75
76
github.com/libp2p/go-libp2p v0.23.4 // indirect
76
77
github.com/libp2p/go-libp2p-core v0.20.1 // indirect
77
78
github.com/libp2p/go-openssl v0.1.0 // indirect
78
- github.com/mattn/go-isatty v0.0.16 // indirect
79
+ github.com/mattn/go-isatty v0.0.17 // indirect
79
80
github.com/mattn/go-pointer v0.0.1 // indirect
80
81
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
81
82
github.com/minio/sha256-simd v1.0.0 // indirect
@@ -85,12 +86,12 @@ require (
85
86
github.com/modern-go/reflect2 v1.0.2 // indirect
86
87
github.com/mr-tron/base58 v1.2.0 // indirect
87
88
github.com/multiformats/go-base32 v0.1.0 // indirect
88
- github.com/multiformats/go-base36 v0.1 .0 // indirect
89
- github.com/multiformats/go-multiaddr v0.7 .0 // indirect
89
+ github.com/multiformats/go-base36 v0.2 .0 // indirect
90
+ github.com/multiformats/go-multiaddr v0.8 .0 // indirect
90
91
github.com/multiformats/go-multibase v0.1.1 // indirect
91
92
github.com/multiformats/go-multicodec v0.7.0 // indirect
92
93
github.com/multiformats/go-multihash v0.2.1 // indirect
93
- github.com/multiformats/go-varint v0.0.6 // indirect
94
+ github.com/multiformats/go-varint v0.0.7 // indirect
94
95
github.com/opencontainers/go-digest v1.0.0 // indirect
95
96
github.com/opentracing/opentracing-go v1.2.0 // indirect
96
97
github.com/pkg/errors v0.9.1 // indirect
@@ -105,16 +106,16 @@ require (
105
106
github.com/spf13/pflag v1.0.5 // indirect
106
107
github.com/uber/jaeger-client-go v2.29.1+incompatible // indirect
107
108
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
108
- github.com/whyrusleeping/cbor-gen v0.0.0-20210219115102-f37d292932f2 // indirect
109
+ github.com/whyrusleeping/cbor-gen v0.0.0-20221220214510-0333c149dec0 // indirect
109
110
go.opentelemetry.io/otel v1.7.0 // indirect
110
111
go.opentelemetry.io/otel/trace v1.7.0 // indirect
111
112
go.uber.org/atomic v1.10.0 // indirect
112
- go.uber.org/multierr v1.8 .0 // indirect
113
- go.uber.org/zap v1.23 .0 // indirect
114
- golang.org/x/crypto v0.1 .0 // indirect
115
- golang.org/x/net v0.1 .0 // indirect
116
- golang.org/x/sys v0.2 .0 // indirect
117
- golang.org/x/text v0.4 .0 // indirect
113
+ go.uber.org/multierr v1.9 .0 // indirect
114
+ go.uber.org/zap v1.24 .0 // indirect
115
+ golang.org/x/crypto v0.3 .0 // indirect
116
+ golang.org/x/net v0.3 .0 // indirect
117
+ golang.org/x/sys v0.4 .0 // indirect
118
+ golang.org/x/text v0.5 .0 // indirect
118
119
golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect
119
120
google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect
120
121
google.golang.org/grpc v1.49.0 // indirect
0 commit comments