Skip to content

Commit bdf6f39

Browse files
authored
Merge pull request #901 from CortexFoundation/dev
storage boost fix
2 parents d18a43f + 21a5485 commit bdf6f39

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.16
55
require (
66
github.com/Azure/azure-storage-blob-go v0.8.1-0.20191213204130-762620a866ba
77
github.com/CortexFoundation/inference v0.0.0-20210119065113-cfd300c22e86
8-
github.com/CortexFoundation/torrentfs v1.0.23-0.20210301030653-3dae5ad033d1
8+
github.com/CortexFoundation/torrentfs v1.0.23-0.20210304034407-a9e6b635113b
99
github.com/VictoriaMetrics/fastcache v1.5.8-0.20200305212624-8835719dc76c
1010
github.com/arsham/figurine v1.0.1
1111
github.com/aws/aws-sdk-go v1.31.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ github.com/CortexFoundation/torrentfs v1.0.14-0.20200703071639-3fcabcabf274/go.m
6060
github.com/CortexFoundation/torrentfs v1.0.20-0.20200810031954-d36d26f82fcc/go.mod h1:N5BsicP5ynjXIi/Npl/SRzlJ630n1PJV2sRj0Z0t2HA=
6161
github.com/CortexFoundation/torrentfs v1.0.22-0.20201126093427-f455d2481b9b/go.mod h1:lcAYtGEoWAeIhWH/JpXno34eNA17xslgwg6UBBd769U=
6262
github.com/CortexFoundation/torrentfs v1.0.23-0.20210119015245-ae2a4c2c966c/go.mod h1:iyTtPicpVt2NTVGDyhQ1LurDZFB/uR0R2dK22Pv3M1g=
63-
github.com/CortexFoundation/torrentfs v1.0.23-0.20210301030653-3dae5ad033d1 h1:sATqmHcHGBbit+edLzxTM/xA5GE+ukDUqU+az/DWNfY=
64-
github.com/CortexFoundation/torrentfs v1.0.23-0.20210301030653-3dae5ad033d1/go.mod h1:MtiYeCanvbPebKRRJbvjoxe9XU3DHeEe4twkCnjWtcQ=
63+
github.com/CortexFoundation/torrentfs v1.0.23-0.20210304034407-a9e6b635113b h1:TRo7zmbUHf3x7aDo2+6eJ3RZZG+nISzlZqzM4GSfeSY=
64+
github.com/CortexFoundation/torrentfs v1.0.23-0.20210304034407-a9e6b635113b/go.mod h1:MtiYeCanvbPebKRRJbvjoxe9XU3DHeEe4twkCnjWtcQ=
6565
github.com/DATA-DOG/go-sqlmock v1.3.3/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM=
6666
github.com/Julusian/godocdown v0.0.0-20170816220326-6d19f8ff2df8/go.mod h1:INZr5t32rG59/5xeltqoCJoNY7e5x/3xoY9WSWVWg74=
6767
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0=

vendor/github.com/CortexFoundation/torrentfs/handler.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ github.com/CortexFoundation/inference
1515
github.com/CortexFoundation/inference/synapse
1616
# github.com/CortexFoundation/merkletree v0.0.0-20210226031755-94f6423532ee
1717
github.com/CortexFoundation/merkletree
18-
# github.com/CortexFoundation/torrentfs v1.0.23-0.20210301030653-3dae5ad033d1
18+
# github.com/CortexFoundation/torrentfs v1.0.23-0.20210304034407-a9e6b635113b
1919
## explicit
2020
github.com/CortexFoundation/torrentfs
2121
github.com/CortexFoundation/torrentfs/compress

0 commit comments

Comments
 (0)