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

limit deals' numbers to import #236

Merged
merged 22 commits into from
Nov 29, 2023
Merged
Prev Previous commit
Next Next commit
update version to v0.3.0
  • Loading branch information
sonic committed Nov 29, 2023
commit c94336dd3e43320e9e606a8c3d3bf58a4c3129c9
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
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.144-0.20231129055134-bddc2a551476
github.com/filswan/go-swan-lib v0.3.0
github.com/filswan/swan-boost-lib v0.0.0-20231128082343-fdf2ff201642
github.com/gin-gonic/gin v1.9.1
github.com/google/uuid v1.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@ github.com/filecoin-project/specs-actors/v6 v6.0.2 h1:K1xPRJoW5PBvb08QF9+4w1Ajcn
github.com/filecoin-project/specs-actors/v6 v6.0.2/go.mod h1:wnfVvPnYmzPZilNvSqCSSA/ZQX3rdV/U/Vf9EIoQhrI=
github.com/filecoin-project/specs-actors/v7 v7.0.1 h1:w72xCxijK7xs1qzmJiw+WYJaVt2EPHN8oiwpA1Ay3/4=
github.com/filecoin-project/specs-actors/v7 v7.0.1/go.mod h1:tPLEYXoXhcpyLh69Ccq91SOuLXsPWjHiY27CzawjUEk=
github.com/filswan/go-swan-lib v0.2.144-0.20231129055134-bddc2a551476 h1:D3NQL9S/Dx/P8fqKCZY5inmhAvPR4HPvLTAxTURqAZs=
github.com/filswan/go-swan-lib v0.2.144-0.20231129055134-bddc2a551476/go.mod h1:o66+BeOgakzHTK0HgGLV1AJEhFU8Xjj3q0/NXkcP7qU=
github.com/filswan/go-swan-lib v0.3.0 h1:oFWI6fpsxCo5Htgf1UKquYeW4I10zCUkvUex7pPXNQs=
github.com/filswan/go-swan-lib v0.3.0/go.mod h1:o66+BeOgakzHTK0HgGLV1AJEhFU8Xjj3q0/NXkcP7qU=
github.com/filswan/swan-boost-lib v0.0.0-20231128082343-fdf2ff201642 h1:BSGzGsRmlPDrMYVD1jHqyCHgBRK6RV+M/5ixGhpVmZY=
github.com/filswan/swan-boost-lib v0.0.0-20231128082343-fdf2ff201642/go.mod h1:PHIqIpjh+BhRWZNloYKb/TJL+W/KHTA2unZNIr2/KRE=
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568/go.mod h1:xEzjJPgXI435gkrCt3MPfRiAkVrwSbHsst4LCFVfpJc=
Expand Down