Skip to content

Commit

Permalink
go get .../manager
Browse files Browse the repository at this point in the history
  • Loading branch information
dasbd72 committed Feb 20, 2024
1 parent a8e1422 commit e29aa7c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions cmd/ccy-cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ go 1.22

require (
github.com/dasbd72/asset-management/binance v0.0.0-20240219145431-c2f696b52ef7
github.com/dasbd72/asset-management/manager v0.0.0-20240220143049-a8e14227b876
github.com/dasbd72/asset-management/max v0.0.0-20240219145431-c2f696b52ef7
github.com/dasbd72/asset-management/okx v0.0.0-20240219145431-c2f696b52ef7
github.com/joho/godotenv v1.5.1
Expand Down
2 changes: 2 additions & 0 deletions cmd/ccy-cli/go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/dasbd72/asset-management/binance v0.0.0-20240219145431-c2f696b52ef7 h1:llyCF+0q9gKd4A1ouI67TXjRo3Vi4Uwl5t/1eMBgooo=
github.com/dasbd72/asset-management/binance v0.0.0-20240219145431-c2f696b52ef7/go.mod h1:7MWjdfOOk6OwTja1SeVFRkyhHB4OkJqoloL9eTDwDUU=
github.com/dasbd72/asset-management/manager v0.0.0-20240220143049-a8e14227b876 h1:fifaiVYL4u5hSGcFmh2/7NYqE2UdzKMRQ+LkaNCAH0Y=
github.com/dasbd72/asset-management/manager v0.0.0-20240220143049-a8e14227b876/go.mod h1:PDJCshwZOhpPUBodpcU1NE0S8FyR2GuyVSRBFoDUTuo=
github.com/dasbd72/asset-management/max v0.0.0-20240219145431-c2f696b52ef7 h1:DqDYujgRlJrWQgSdTws+uzlBdAF4RTtzWxnm99FHtZI=
github.com/dasbd72/asset-management/max v0.0.0-20240219145431-c2f696b52ef7/go.mod h1:nQOAzru+GswuHXPTz2Y4KNxMtryD2FxppkqkHkRQopo=
github.com/dasbd72/asset-management/okx v0.0.0-20240219145431-c2f696b52ef7 h1:C5cv0k6cNyFaTJKyLmDJ5MMf3nffubbq9MPZKTttVG8=
Expand Down
1 change: 1 addition & 0 deletions go.work.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
github.com/dasbd72/asset-management/binance v0.0.0-20240219071459-322ce6b28840/go.mod h1:7MWjdfOOk6OwTja1SeVFRkyhHB4OkJqoloL9eTDwDUU=
github.com/dasbd72/asset-management/manager v0.0.0-20240219145431-c2f696b52ef7/go.mod h1:zlKOYZrezp5dYoDrWh3Zwo/ll5qXhMQcbh+t6xj0cc8=
github.com/dasbd72/asset-management/max v0.0.0-20240219071459-322ce6b28840/go.mod h1:nQOAzru+GswuHXPTz2Y4KNxMtryD2FxppkqkHkRQopo=
github.com/dasbd72/asset-management/okx v0.0.0-20240219071459-322ce6b28840/go.mod h1:pqzDe3U2v2iB61vcAPfQL6KQ0BHBwwWYydZGGVOLbgw=
github.com/google/go-cmp v0.5.8 h1:e6P7q2lk1O+qJJb4BtCQXlK8vWEO8V1ZeuEdJNOqZyg=

0 comments on commit e29aa7c

Please sign in to comment.