File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff 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.27
9+ github.com/CortexFoundation/torrentfs v1.0.25-0.20220911183628-8dda6c268af6
1010 github.com/VictoriaMetrics/fastcache v1.10.0
1111 github.com/arsham/figurine v1.2.0
1212 github.com/aws/aws-sdk-go-v2 v1.16.14
Original file line number Diff line number Diff line change @@ -118,8 +118,8 @@ github.com/CortexFoundation/statik v0.0.0-20210315012922-8bb8a7b5dc66/go.mod h1:
118118github.com/CortexFoundation/torrentfs v1.0.13-0.20200623060705-ce027f43f2f8 /go.mod h1:Ma+tGhPPvz4CEZHaqEJQMOEGOfHeQBiAoNd1zyc/w3Q =
119119github.com/CortexFoundation/torrentfs v1.0.14-0.20200703071639-3fcabcabf274 /go.mod h1:qnb3YlIJmuetVBtC6Lsejr0Xru+1DNmDCdTqnwy7lhk =
120120github.com/CortexFoundation/torrentfs v1.0.20-0.20200810031954-d36d26f82fcc /go.mod h1:N5BsicP5ynjXIi/Npl/SRzlJ630n1PJV2sRj0Z0t2HA =
121- github.com/CortexFoundation/torrentfs v1.0.27 h1:sClcVWpYNtGPFCxC7eCoa3GW5Qi+wA3/CFamn68+4UA =
122- github.com/CortexFoundation/torrentfs v1.0.27 /go.mod h1:xi+C8OEdZAeWG/06q6JXbEZoCwEQJme7wnub9DCD+yY =
121+ github.com/CortexFoundation/torrentfs v1.0.25-0.20220911183628-8dda6c268af6 h1:u+lWpVVP86Ej49Sz8daejyy/VGSJwLyd0Co3ey9HyOQ =
122+ github.com/CortexFoundation/torrentfs v1.0.25-0.20220911183628-8dda6c268af6 /go.mod h1:JPDPDVQfr0jcaZZ4kXEiGlQnDDLvIgNFpRLxbbWUkro =
123123github.com/DATA-DOG/go-sqlmock v1.3.3 /go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM =
124124github.com/DATA-DOG/go-sqlmock v1.4.1 h1:ThlnYciV1iM/V0OSF/dtkqWb6xo5qITT1TJBG1MRDJM =
125125github.com/HdrHistogram/hdrhistogram-go v1.1.0 h1:6dpdDPTRoo78HxAJ6T1HfMiKSnqhgRRqzCuPshRkQ7I =
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ import (
2121)
2222
2323const (
24- VersionMajor = 1 // Major version component of the current release
25- VersionMinor = 10 // Minor version component of the current release
26- VersionPatch = 31 // Patch version component of the current release
27- VersionMeta = "unstable " // Version metadata to append to the version string
24+ VersionMajor = 1 // Major version component of the current release
25+ VersionMinor = 10 // Minor version component of the current release
26+ VersionPatch = 31 // Patch version component of the current release
27+ VersionMeta = "stable " // Version metadata to append to the version string
2828)
2929
3030// Version holds the textual version string.
Original file line number Diff line number Diff 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
5050github.com/CortexFoundation/statik
51- # github.com/CortexFoundation/torrentfs v1.0.27
51+ # github.com/CortexFoundation/torrentfs v1.0.25-0.20220911183628-8dda6c268af6
5252## explicit; go 1.19
5353github.com/CortexFoundation/torrentfs
5454github.com/CortexFoundation/torrentfs/compress
You can’t perform that action at this time.
0 commit comments