[#155] go.mod: Update frostfs-api-go
Signed-off-by: Alexander Chuprov <a.chuprov@yadro.com>
This commit is contained in:
parent
65b4525b3b
commit
20b6cc9cee
3 changed files with 1 additions and 9 deletions
|
@ -225,14 +225,6 @@ func TestReservedRecords(t *testing.T) {
|
||||||
key: v2acl.FilterObjectType,
|
key: v2acl.FilterObjectType,
|
||||||
value: "TOMBSTONE",
|
value: "TOMBSTONE",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
f: func(r *Record) {
|
|
||||||
require.True(t, typ.FromString("STORAGE_GROUP"))
|
|
||||||
r.AddObjectTypeFilter(MatchStringEqual, *typ)
|
|
||||||
},
|
|
||||||
key: v2acl.FilterObjectType,
|
|
||||||
value: "STORAGE_GROUP",
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
for n, testCase := range testSuit {
|
for n, testCase := range testSuit {
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -3,7 +3,7 @@ module git.frostfs.info/TrueCloudLab/frostfs-sdk-go
|
||||||
go 1.20
|
go 1.20
|
||||||
|
|
||||||
require (
|
require (
|
||||||
git.frostfs.info/TrueCloudLab/frostfs-api-go/v2 v2.15.1-0.20230802075510-964c3edb3f44
|
git.frostfs.info/TrueCloudLab/frostfs-api-go/v2 v2.16.1-0.20240112150928-72885aae835c
|
||||||
git.frostfs.info/TrueCloudLab/frostfs-contract v0.0.0-20230307110621-19a8ef2d02fb
|
git.frostfs.info/TrueCloudLab/frostfs-contract v0.0.0-20230307110621-19a8ef2d02fb
|
||||||
git.frostfs.info/TrueCloudLab/frostfs-crypto v0.6.0
|
git.frostfs.info/TrueCloudLab/frostfs-crypto v0.6.0
|
||||||
git.frostfs.info/TrueCloudLab/hrw v1.2.1
|
git.frostfs.info/TrueCloudLab/hrw v1.2.1
|
||||||
|
|
BIN
go.sum
BIN
go.sum
Binary file not shown.
Loading…
Reference in a new issue