Update dependencies #381

Merged
fyrchik merged 1 commits from fyrchik/frostfs-node:update-deps into master 2023-07-26 21:07:58 +00:00
There is no content yet.
fyrchik force-pushed update-deps from a02aae8beb to 262e2d8273 2023-05-22 08:50:11 +00:00 Compare
fyrchik force-pushed update-deps from 262e2d8273 to b852537f4f 2023-05-22 08:54:31 +00:00 Compare
fyrchik force-pushed update-deps from b852537f4f to 45cf615935 2023-05-22 08:57:00 +00:00 Compare
fyrchik requested review from storage-core-committers 2023-05-22 08:57:39 +00:00
fyrchik requested review from storage-core-developers 2023-05-22 08:57:39 +00:00
fyrchik force-pushed update-deps from 45cf615935 to a6c2993202 2023-05-22 08:58:44 +00:00 Compare
fyrchik reviewed 2023-05-22 08:59:32 +00:00
go.mod Outdated
@ -32,4 +31,0 @@
go.etcd.io/bbolt v1.3.6
go.opentelemetry.io/otel v1.14.0
go.opentelemetry.io/otel/trace v1.14.0
go.uber.org/atomic v1.11.0
Poster
Owner

I am not sure why, but go mod tidy decided to remove this in the last commit, when I already got rid of atomics.

I am not sure why, but `go mod tidy` decided to remove this in the _last_ commit, when I already got rid of atomics.
acid-ant approved these changes 2023-05-22 09:55:12 +00:00
@ -627,12 +629,14 @@ func initNetmap(appCfg *config.Config, netState *networkState, relayOnly bool) c
netmapWorkerPool, err := ants.NewPool(notificationHandlerPoolSize)
fatalOnErr(err)
var reBoostrapTurnedOff atomic.Bool
Collaborator

reBoostrapTurnedOff -> reBootsrapTurnedOff?

reBoostrapTurnedOff -> reBootsrapTurnedOff?
aarifullin approved these changes 2023-05-22 10:24:38 +00:00
fyrchik force-pushed update-deps from a6c2993202 to cf8531ccd7 2023-05-23 05:19:26 +00:00 Compare
fyrchik merged commit cf8531ccd7 into master 2023-05-23 08:11:57 +00:00
fyrchik deleted branch update-deps 2023-05-23 08:11:57 +00:00
fyrchik referenced this issue from a commit 2023-05-23 08:11:58 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-node#381
There is no content yet.