Skip to content

Commit

Permalink
go.mod: bump dependencies (uplink, common)
Browse files Browse the repository at this point in the history
Change-Id: I92f0f83fc2a1e16927a90555b5490e9a9512f86b
  • Loading branch information
elek authored and egonelbre committed Feb 13, 2024
1 parent 8275cf6 commit 4f6d060
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 12 deletions.
4 changes: 2 additions & 2 deletions go.mod
Expand Up @@ -58,11 +58,11 @@ require (
golang.org/x/time v0.5.0
gopkg.in/segmentio/analytics-go.v3 v3.1.0
gopkg.in/yaml.v3 v3.0.1
storj.io/common v0.0.0-20240129085152-cc5da9849a12
storj.io/common v0.0.0-20240213084453-c623afb8001a
storj.io/drpc v0.0.33
storj.io/eventkit v0.0.0-20240124163201-beae173bc798
storj.io/monkit-jaeger v0.0.0-20230707083646-f15e6e8b7e8c
storj.io/uplink v1.12.3-0.20240126222353-354cc4d89a50
storj.io/uplink v1.12.3-0.20240207220713-2b8836cb2e03
)

require (
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Expand Up @@ -835,8 +835,8 @@ honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt
sourcegraph.com/sourcegraph/go-diff v0.5.0/go.mod h1:kuch7UrkMzY0X+p9CRK03kfuPQ2zzQcaEFbx8wA8rck=
sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4/go.mod h1:ketZ/q3QxT9HOBeFhu6RdvsftgpsbFHBF5Cas6cDKZ0=
storj.io/common v0.0.0-20220719163320-cd2ef8e1b9b0/go.mod h1:mCYV6Ud5+cdbuaxdPD5Zht/HYaIn0sffnnws9ErkrMQ=
storj.io/common v0.0.0-20240129085152-cc5da9849a12 h1:N5avDiPqgRC5Vx/Jq4mtVOXHRzVkSUdR+DTtuSYMn7o=
storj.io/common v0.0.0-20240129085152-cc5da9849a12/go.mod h1:1Kex9342kC8738kl+wbLZ8lQDpSP1gSTUPCCXNaMGYc=
storj.io/common v0.0.0-20240213084453-c623afb8001a h1:TCQqLgFO3lxdOA0R/nfsubL1TJiCIdeD3MPuGuOhuOA=
storj.io/common v0.0.0-20240213084453-c623afb8001a/go.mod h1:jHzrn4FsiN8Gk0nPPDbn32GGfJz+6O/SWx8BMl61NF0=
storj.io/drpc v0.0.32/go.mod h1:6rcOyR/QQkSTX/9L5ZGtlZaE2PtXTTZl8d+ulSeeYEg=
storj.io/drpc v0.0.33 h1:yCGZ26r66ZdMP0IcTYsj7WDAUIIjzXk6DJhbhvt9FHI=
storj.io/drpc v0.0.33/go.mod h1:vR804UNzhBa49NOJ6HeLjd2H3MakC1j5Gv8bsOQT6N4=
Expand All @@ -848,5 +848,5 @@ storj.io/monkit-jaeger v0.0.0-20230707083646-f15e6e8b7e8c h1:92Hl7mBzjfMNNkkO3uV
storj.io/monkit-jaeger v0.0.0-20230707083646-f15e6e8b7e8c/go.mod h1:iK+dmHZZXQlW7ahKdNSOo+raMk5BDL2wbD62FIeXLWs=
storj.io/picobuf v0.0.3 h1:xAUPB5ZUGfxkqd3bnw3zp01kkWb9wlhg4vtZWUs2S9A=
storj.io/picobuf v0.0.3/go.mod h1:4V4xelV1RSCck5GgmkL/Txw9l6IfX3XcBzegmL5Kudo=
storj.io/uplink v1.12.3-0.20240126222353-354cc4d89a50 h1:yCgnzb0QiaN+UFpFMMLwYpVidB0aciHSlcDpbFScUbU=
storj.io/uplink v1.12.3-0.20240126222353-354cc4d89a50/go.mod h1:lXrJLgLrq2mag74W2tEzWAbJlyz2TvdPKcEVDDeqQls=
storj.io/uplink v1.12.3-0.20240207220713-2b8836cb2e03 h1:ESiK4/Vq1HnGocYtj5yhbgQIB47Q7oTsRK59OHszvo8=
storj.io/uplink v1.12.3-0.20240207220713-2b8836cb2e03/go.mod h1:uhh8hzZtLV6VEKxtXv9/5gJBoogdT3mlGEn/H4T4t0A=
5 changes: 5 additions & 0 deletions private/testplanet/uplink_test.go
Expand Up @@ -152,6 +152,11 @@ func (mock *piecestoreMock) DeletePieces(ctx context.Context, delete *pb.DeleteP
func (mock *piecestoreMock) Retain(ctx context.Context, retain *pb.RetainRequest) (_ *pb.RetainResponse, err error) {
return nil, nil
}

func (mock *piecestoreMock) RetainBig(stream pb.DRPCPiecestore_RetainBigStream) (err error) {
return nil
}

func (mock *piecestoreMock) RestoreTrash(context.Context, *pb.RestoreTrashRequest) (*pb.RestoreTrashResponse, error) {
return nil, nil
}
Expand Down
3 changes: 3 additions & 0 deletions satellite/satellite-config.yaml.lock
Expand Up @@ -844,6 +844,9 @@ identity.key-path: /root/.local/share/storj/identity/satellite/identity.key
# address(es) to send telemetry to (comma-separated)
# metrics.event-addr: eventkitd.datasci.storj.io:9002

# size of the internal eventkit queue for UDP sending
# metrics.event-queue: 10000

# instance id prefix
# metrics.instance-prefix: ""

Expand Down
5 changes: 5 additions & 0 deletions storagenode/piecestore/endpoint.go
Expand Up @@ -981,6 +981,11 @@ func (endpoint *Endpoint) Retain(ctx context.Context, retainReq *pb.RetainReques
return &pb.RetainResponse{}, nil
}

// RetainBig keeps only piece ids specified in the request, supports big bloom filters.
func (endpoint *Endpoint) RetainBig(stream pb.DRPCPiecestore_RetainBigStream) error {
return errs.New("Not yet supported")
}

// TestLiveRequestCount returns the current number of live requests.
func (endpoint *Endpoint) TestLiveRequestCount() int32 {
return atomic.LoadInt32(&endpoint.liveRequests)
Expand Down
4 changes: 2 additions & 2 deletions testsuite/storjscan/go.mod
Expand Up @@ -9,10 +9,10 @@ require (
github.com/zeebo/errs v1.3.0
go.uber.org/zap v1.26.0
golang.org/x/sync v0.5.0
storj.io/common v0.0.0-20240129085152-cc5da9849a12
storj.io/common v0.0.0-20240213084453-c623afb8001a
storj.io/storj v1.63.1
storj.io/storjscan v0.0.0-20220926140643-1623c3b391b0
storj.io/uplink v1.12.3-0.20240126222353-354cc4d89a50
storj.io/uplink v1.12.3-0.20240207220713-2b8836cb2e03
)

require (
Expand Down
8 changes: 4 additions & 4 deletions testsuite/storjscan/go.sum
Expand Up @@ -1202,8 +1202,8 @@ rsc.io/pdf v0.1.1/go.mod h1:n8OzWcQ6Sp37PL01nO98y4iUCRdTGarVfzxY20ICaU4=
sourcegraph.com/sourcegraph/go-diff v0.5.0/go.mod h1:kuch7UrkMzY0X+p9CRK03kfuPQ2zzQcaEFbx8wA8rck=
sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4/go.mod h1:ketZ/q3QxT9HOBeFhu6RdvsftgpsbFHBF5Cas6cDKZ0=
storj.io/common v0.0.0-20220719163320-cd2ef8e1b9b0/go.mod h1:mCYV6Ud5+cdbuaxdPD5Zht/HYaIn0sffnnws9ErkrMQ=
storj.io/common v0.0.0-20240129085152-cc5da9849a12 h1:N5avDiPqgRC5Vx/Jq4mtVOXHRzVkSUdR+DTtuSYMn7o=
storj.io/common v0.0.0-20240129085152-cc5da9849a12/go.mod h1:1Kex9342kC8738kl+wbLZ8lQDpSP1gSTUPCCXNaMGYc=
storj.io/common v0.0.0-20240213084453-c623afb8001a h1:TCQqLgFO3lxdOA0R/nfsubL1TJiCIdeD3MPuGuOhuOA=
storj.io/common v0.0.0-20240213084453-c623afb8001a/go.mod h1:jHzrn4FsiN8Gk0nPPDbn32GGfJz+6O/SWx8BMl61NF0=
storj.io/drpc v0.0.32/go.mod h1:6rcOyR/QQkSTX/9L5ZGtlZaE2PtXTTZl8d+ulSeeYEg=
storj.io/drpc v0.0.33 h1:yCGZ26r66ZdMP0IcTYsj7WDAUIIjzXk6DJhbhvt9FHI=
storj.io/drpc v0.0.33/go.mod h1:vR804UNzhBa49NOJ6HeLjd2H3MakC1j5Gv8bsOQT6N4=
Expand All @@ -1219,5 +1219,5 @@ storj.io/private v0.0.0-20240112163619-cfc17a2921bf h1:8JGu2GaaNf+1sD4XmpkhZCgvx
storj.io/private v0.0.0-20240112163619-cfc17a2921bf/go.mod h1:/YkGvwIP56YPk62cjbJAP1oPTUEVKgOQlgyiuWPtgHM=
storj.io/storjscan v0.0.0-20220926140643-1623c3b391b0 h1:pSfGf9E9OlUd17W7LSpL4tTONIyFji6dz8I2iTDd8BY=
storj.io/storjscan v0.0.0-20220926140643-1623c3b391b0/go.mod h1:5nLgAOl1KTDVyqORAhvrp+167PtShEuS1L3pJgXPjwo=
storj.io/uplink v1.12.3-0.20240126222353-354cc4d89a50 h1:yCgnzb0QiaN+UFpFMMLwYpVidB0aciHSlcDpbFScUbU=
storj.io/uplink v1.12.3-0.20240126222353-354cc4d89a50/go.mod h1:lXrJLgLrq2mag74W2tEzWAbJlyz2TvdPKcEVDDeqQls=
storj.io/uplink v1.12.3-0.20240207220713-2b8836cb2e03 h1:ESiK4/Vq1HnGocYtj5yhbgQIB47Q7oTsRK59OHszvo8=
storj.io/uplink v1.12.3-0.20240207220713-2b8836cb2e03/go.mod h1:uhh8hzZtLV6VEKxtXv9/5gJBoogdT3mlGEn/H4T4t0A=

0 comments on commit 4f6d060

Please sign in to comment.