Skip to content

Commit acc4eaa

Browse files
committed
fix
1 parent d35a853 commit acc4eaa

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.4.1
77
github.com/CortexFoundation/inference v1.0.2-0.20220421072809-9c87efb8a557
88
github.com/CortexFoundation/statik v0.0.0-20210315012922-8bb8a7b5dc66
9-
github.com/CortexFoundation/torrentfs v1.0.33-0.20221021001537-641d75775acb
9+
github.com/CortexFoundation/torrentfs v1.0.33-0.20221021070845-0196b03bf907
1010
github.com/VictoriaMetrics/fastcache v1.12.0
1111
github.com/arsham/figurine v1.2.0
1212
github.com/aws/aws-sdk-go-v2 v1.16.16

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ github.com/CortexFoundation/statik v0.0.0-20210315012922-8bb8a7b5dc66/go.mod h1:
118118
github.com/CortexFoundation/torrentfs v1.0.13-0.20200623060705-ce027f43f2f8/go.mod h1:Ma+tGhPPvz4CEZHaqEJQMOEGOfHeQBiAoNd1zyc/w3Q=
119119
github.com/CortexFoundation/torrentfs v1.0.14-0.20200703071639-3fcabcabf274/go.mod h1:qnb3YlIJmuetVBtC6Lsejr0Xru+1DNmDCdTqnwy7lhk=
120120
github.com/CortexFoundation/torrentfs v1.0.20-0.20200810031954-d36d26f82fcc/go.mod h1:N5BsicP5ynjXIi/Npl/SRzlJ630n1PJV2sRj0Z0t2HA=
121-
github.com/CortexFoundation/torrentfs v1.0.33-0.20221021001537-641d75775acb h1:dEhTSUsK9BnV9T+sPGurS1+cWnuLiEYVPs9x0Z090vw=
122-
github.com/CortexFoundation/torrentfs v1.0.33-0.20221021001537-641d75775acb/go.mod h1:NPdS3bCOzmMYsrJqB+ib4PYzCvEmJiDJ7KiiIffLbSg=
121+
github.com/CortexFoundation/torrentfs v1.0.33-0.20221021070845-0196b03bf907 h1:H/AtXPQ1ulsVeFi74MzewUlmZl3OIMlB60TOck3I6wk=
122+
github.com/CortexFoundation/torrentfs v1.0.33-0.20221021070845-0196b03bf907/go.mod h1:NPdS3bCOzmMYsrJqB+ib4PYzCvEmJiDJ7KiiIffLbSg=
123123
github.com/DATA-DOG/go-sqlmock v1.3.3/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM=
124124
github.com/DATA-DOG/go-sqlmock v1.4.1 h1:ThlnYciV1iM/V0OSF/dtkqWb6xo5qITT1TJBG1MRDJM=
125125
github.com/HdrHistogram/hdrhistogram-go v1.1.0 h1:6dpdDPTRoo78HxAJ6T1HfMiKSnqhgRRqzCuPshRkQ7I=

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

Lines changed: 3 additions & 3 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
@@ -48,7 +48,7 @@ github.com/CortexFoundation/merkletree
4848
# github.com/CortexFoundation/statik v0.0.0-20210315012922-8bb8a7b5dc66
4949
## explicit; go 1.16
5050
github.com/CortexFoundation/statik
51-
# github.com/CortexFoundation/torrentfs v1.0.33-0.20221021001537-641d75775acb
51+
# github.com/CortexFoundation/torrentfs v1.0.33-0.20221021070845-0196b03bf907
5252
## explicit; go 1.19
5353
github.com/CortexFoundation/torrentfs
5454
github.com/CortexFoundation/torrentfs/compress

0 commit comments

Comments
 (0)