Skip to content

Commit

Permalink
Fix/mounts config m (bittorrent#157)
Browse files Browse the repository at this point in the history
* chore: update version to 2.1.2

* fix: only one get price when upload (bittorrent#113)

fix: only one get price when upload

* fix:  btfs config host info (bittorrent#111)

* fix: add config-host-enable + config-sync-chaininfo cmds

* fix: btfs config host info 2 (bittorrent#120)

fix: btfs config host info

* fix: update go-btfs-config verstion to v0.11.8, replace IPFS and IPNS fields of mounts config

* fix: tidy go mod

Co-authored-by: Daniel Wang <[email protected]>
Co-authored-by: laocheng-cheng <[email protected]>
  • Loading branch information
3 people committed May 9, 2022
1 parent 7456242 commit e43dc3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/FactomProject/btcutilecc v0.0.0-20130527213604-d3a63a5752ec // indirect
github.com/TRON-US/go-btfs-api v0.3.0
github.com/TRON-US/go-btfs-chunker v0.3.0
github.com/TRON-US/go-btfs-config v0.11.7
github.com/TRON-US/go-btfs-config v0.11.8
github.com/TRON-US/go-btfs-files v0.2.0
github.com/TRON-US/go-btfs-pinner v0.1.1
github.com/TRON-US/go-btns v0.1.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ github.com/TRON-US/go-btfs-api v0.3.0/go.mod h1:surmr8ztnpbVY7y2H7dbb7npNXfdaV0U
github.com/TRON-US/go-btfs-chunker v0.3.0 h1:06/rAYKtC3BQRYVxMtEKvqFFHhSB+XKcqt3JZ0CjD4o=
github.com/TRON-US/go-btfs-chunker v0.3.0/go.mod h1:m0xvt42kqLskWsLF6SQ51AA9cqPzWoweydOcDgSDX/U=
github.com/TRON-US/go-btfs-config v0.6.0/go.mod h1:82nKCMRhsgY0I8DCasIUpSr6ZP9iHLsZJSMUxytMpEw=
github.com/TRON-US/go-btfs-config v0.11.7 h1:gSawOqhU7ao0fz60recY8d/hy3qZacRQ9BQLLIT5bzQ=
github.com/TRON-US/go-btfs-config v0.11.7/go.mod h1:9y6osJENDCjulSNJjSSt1J8OK+ADRatBdYPXRDewbko=
github.com/TRON-US/go-btfs-config v0.11.8 h1:eSuNp488lBv+dip35KKBHWDRO3Wnrwn7h7M/0e+r4ZE=
github.com/TRON-US/go-btfs-config v0.11.8/go.mod h1:9y6osJENDCjulSNJjSSt1J8OK+ADRatBdYPXRDewbko=
github.com/TRON-US/go-btfs-files v0.1.1/go.mod h1:tD2vOKLcLCDNMn9rrA27n2VbNpHdKewGzEguIFY+EJ0=
github.com/TRON-US/go-btfs-files v0.2.0 h1:JZ+F0gX8iPmUf1OlrdOdsA8GMGxCHhwQ03jEWWEgVLE=
github.com/TRON-US/go-btfs-files v0.2.0/go.mod h1:Qx+rTOIC0xl3ZkosGcEoB4hqExZmTONErPys8K5suEc=
Expand Down

0 comments on commit e43dc3d

Please sign in to comment.