Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support Boost V2 #235

Merged
merged 13 commits into from
Nov 10, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update boost version
  • Loading branch information
sonic committed Nov 8, 2023
commit 81c42759114992064a81463717ca96cda62a8757
9 changes: 4 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@ module swan-provider
go 1.16

require (
github.com/BurntSushi/toml v1.2.1
github.com/BurntSushi/toml v1.3.2
github.com/Khan/genqlient v0.5.0
github.com/fatih/color v1.13.0
github.com/filswan/go-swan-lib v0.2.141
github.com/gin-gonic/gin v1.7.7
github.com/filswan/go-swan-lib v0.2.143
github.com/filswan/swan-boost-lib v0.0.0-20231108085859-3ca47e1fedb9
github.com/gin-gonic/gin v1.9.1
github.com/google/uuid v1.3.0
github.com/itsjamie/gin-cors v0.0.0-20160420130702-97b4a9da7933
github.com/joho/godotenv v1.4.0
github.com/pkg/errors v0.9.1
)

replace github.com/filecoin-project/filecoin-ffi => ./extern/filecoin-ffi

replace github.com/filecoin-project/boostd-data => github.com/FogMeta/boostd-data v1.6.3
Loading