Skip to content

Commit

Permalink
Merge pull request #675 from CortexFoundation/dev
Browse files Browse the repository at this point in the history
go.mod, go.sum | vendor dependencies upgrade
  • Loading branch information
ucwong committed Jul 10, 2020
2 parents c80a515 + 40deede commit d308da9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.14

require (
github.com/Azure/azure-storage-blob-go v0.8.1-0.20191213204130-762620a866ba
github.com/CortexFoundation/torrentfs v1.0.15-0.20200710035716-729cf5eaa679
github.com/CortexFoundation/torrentfs v1.0.15-0.20200710075150-abd95cbd7bfe
github.com/VictoriaMetrics/fastcache v1.5.8-0.20200305212624-8835719dc76c
github.com/aristanetworks/goarista v0.0.0-20200513152637-638451432ae4
github.com/arsham/figurine v1.0.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ github.com/CortexFoundation/torrentfs v1.0.13-0.20200623060705-ce027f43f2f8 h1:t
github.com/CortexFoundation/torrentfs v1.0.13-0.20200623060705-ce027f43f2f8/go.mod h1:Ma+tGhPPvz4CEZHaqEJQMOEGOfHeQBiAoNd1zyc/w3Q=
github.com/CortexFoundation/torrentfs v1.0.14-0.20200703071639-3fcabcabf274 h1:ozoWOXx6dC1iFAFzSeqkgQP8b6ZwhkYKSDChnWiqy0k=
github.com/CortexFoundation/torrentfs v1.0.14-0.20200703071639-3fcabcabf274/go.mod h1:qnb3YlIJmuetVBtC6Lsejr0Xru+1DNmDCdTqnwy7lhk=
github.com/CortexFoundation/torrentfs v1.0.15-0.20200710035716-729cf5eaa679 h1:vM5JDEKL0sGdSs/YMGCu5SeaxByIQ30r1VquLv1Bw2o=
github.com/CortexFoundation/torrentfs v1.0.15-0.20200710035716-729cf5eaa679/go.mod h1:J6d+1RXSxpzFrUYdCfsiEX5DpDjCYSgYC8zkuich9as=
github.com/CortexFoundation/torrentfs v1.0.15-0.20200710075150-abd95cbd7bfe h1:ho+7zsrS9D6IJHFzw9IN2B/nfZcgceD+QKPRWzMziw0=
github.com/CortexFoundation/torrentfs v1.0.15-0.20200710075150-abd95cbd7bfe/go.mod h1:J6d+1RXSxpzFrUYdCfsiEX5DpDjCYSgYC8zkuich9as=
github.com/DATA-DOG/go-sqlmock v1.3.3/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM=
github.com/Julusian/godocdown v0.0.0-20170816220326-6d19f8ff2df8/go.mod h1:INZr5t32rG59/5xeltqoCJoNY7e5x/3xoY9WSWVWg74=
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0=
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/CortexFoundation/torrentfs/default.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/github.com/CortexFoundation/torrentfs/files.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ github.com/Azure/azure-pipeline-go/pipeline
# github.com/Azure/azure-storage-blob-go v0.8.1-0.20191213204130-762620a866ba
## explicit
github.com/Azure/azure-storage-blob-go/azblob
# github.com/CortexFoundation/torrentfs v1.0.15-0.20200710035716-729cf5eaa679
# github.com/CortexFoundation/torrentfs v1.0.15-0.20200710075150-abd95cbd7bfe
## explicit
github.com/CortexFoundation/torrentfs
github.com/CortexFoundation/torrentfs/compress
Expand Down

0 comments on commit d308da9

Please sign in to comment.