Skip to content

Commit a7b7050

Browse files
committed
fs api clean
1 parent 781760b commit a7b7050

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.14
55
require (
66
github.com/Azure/azure-storage-blob-go v0.8.1-0.20191213204130-762620a866ba
77
github.com/CortexFoundation/inference v0.0.0-20201125090415-73e69f3d0ef4
8-
github.com/CortexFoundation/torrentfs v1.0.22-0.20201125031113-e3071d0ed2e2
8+
github.com/CortexFoundation/torrentfs v1.0.22-0.20201125102336-44d2a93779b8
99
github.com/VictoriaMetrics/fastcache v1.5.8-0.20200305212624-8835719dc76c
1010
github.com/aristanetworks/goarista v0.0.0-20200513152637-638451432ae4
1111
github.com/arsham/figurine v1.0.1

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ github.com/CortexFoundation/torrentfs v1.0.14-0.20200703071639-3fcabcabf274/go.m
5656
github.com/CortexFoundation/torrentfs v1.0.20-0.20200810031954-d36d26f82fcc/go.mod h1:N5BsicP5ynjXIi/Npl/SRzlJ630n1PJV2sRj0Z0t2HA=
5757
github.com/CortexFoundation/torrentfs v1.0.22-0.20201125031113-e3071d0ed2e2 h1:f35usc2wmi7U+jl1HKg5KnGmGSDa/W+pSCUA+hQuasE=
5858
github.com/CortexFoundation/torrentfs v1.0.22-0.20201125031113-e3071d0ed2e2/go.mod h1:lcAYtGEoWAeIhWH/JpXno34eNA17xslgwg6UBBd769U=
59+
github.com/CortexFoundation/torrentfs v1.0.22-0.20201125102336-44d2a93779b8 h1:LG1F8DrZLxYZv7UYVy4uqJPFT6CHS5xN0cdhWexcky0=
60+
github.com/CortexFoundation/torrentfs v1.0.22-0.20201125102336-44d2a93779b8/go.mod h1:lcAYtGEoWAeIhWH/JpXno34eNA17xslgwg6UBBd769U=
5961
github.com/DATA-DOG/go-sqlmock v1.3.3/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM=
6062
github.com/Julusian/godocdown v0.0.0-20170816220326-6d19f8ff2df8/go.mod h1:INZr5t32rG59/5xeltqoCJoNY7e5x/3xoY9WSWVWg74=
6163
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0=

vendor/github.com/CortexFoundation/torrentfs/interfaces.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
@@ -13,7 +13,7 @@ github.com/CortexFoundation/cvm-runtime/kernel
1313
## explicit
1414
github.com/CortexFoundation/inference
1515
github.com/CortexFoundation/inference/synapse
16-
# github.com/CortexFoundation/torrentfs v1.0.22-0.20201125031113-e3071d0ed2e2
16+
# github.com/CortexFoundation/torrentfs v1.0.22-0.20201125102336-44d2a93779b8
1717
## explicit
1818
github.com/CortexFoundation/torrentfs
1919
github.com/CortexFoundation/torrentfs/compress

0 commit comments

Comments
 (0)