WIP: Morph: Add unit tests #2

Closed
dstepanov-yadro wants to merge 233 commits from TrueCloudLab/frostfs-node:master into object-3608-morph-unit-tests
3 changed files with 3 additions and 1 deletions
Showing only changes of commit 147ae8728a - Show all commits

View file

@ -18,6 +18,7 @@ Changelog for FrostFS Node
### Removed
### Updated
- `paulmach/orb` to v0.9.1
### Updating from v0.36.0
## [v0.36.0] - 2023-04-12 - Furtwängler

3
go.mod
View file

@ -21,7 +21,7 @@ require (
github.com/nspcc-dev/neo-go v0.100.1
github.com/olekukonko/tablewriter v0.0.5
github.com/panjf2000/ants/v2 v2.4.0
github.com/paulmach/orb v0.2.2
github.com/paulmach/orb v0.9.1
github.com/prometheus/client_golang v1.15.0
github.com/prometheus/client_model v0.3.0
github.com/spf13/cast v1.5.0
@ -94,6 +94,7 @@ require (
github.com/syndtr/goleveldb v1.0.1-0.20210305035536-64b5b1c73954 // indirect
github.com/twmb/murmur3 v1.1.5 // indirect
github.com/urfave/cli v1.22.5 // indirect
go.mongodb.org/mongo-driver v1.11.4 // indirect
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.14.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.14.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.14.0 // indirect

BIN
go.sum

Binary file not shown.