-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
19 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
module github.com/dasbd72/asset-management/manager | ||
module github.com/dasbd72/asset-management/manager/v0.0.1 | ||
|
||
go 1.22 | ||
|
||
require ( | ||
github.com/dasbd72/asset-management/binance v0.0.0-20240219071459-322ce6b28840 | ||
github.com/dasbd72/asset-management/max v0.0.0-20240219144520-325c0a6d622c | ||
github.com/dasbd72/asset-management/okx v0.0.0-20240219144520-325c0a6d622c | ||
github.com/dasbd72/asset-management/binance v0.0.0-20240219145431-c2f696b52ef7 | ||
github.com/dasbd72/asset-management/max v0.0.0-20240219145431-c2f696b52ef7 | ||
github.com/dasbd72/asset-management/okx v0.0.0-20240219145431-c2f696b52ef7 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
github.com/dasbd72/asset-management/binance v0.0.0-20240219071459-322ce6b28840 h1:LErZfCFuHhDtbF3Jw0D6DdqwCDuO83/avVp5AqVA4S8= | ||
github.com/dasbd72/asset-management/binance v0.0.0-20240219071459-322ce6b28840/go.mod h1:7MWjdfOOk6OwTja1SeVFRkyhHB4OkJqoloL9eTDwDUU= | ||
github.com/dasbd72/asset-management/max v0.0.0-20240219144520-325c0a6d622c h1:zD/8y0sb7k+7d2CEvzjDUJhhlog+igQ+M6LQ4d7lYRU= | ||
github.com/dasbd72/asset-management/max v0.0.0-20240219144520-325c0a6d622c/go.mod h1:nQOAzru+GswuHXPTz2Y4KNxMtryD2FxppkqkHkRQopo= | ||
github.com/dasbd72/asset-management/okx v0.0.0-20240219144520-325c0a6d622c h1:+q/qiUDWlvwlNaaspBIbD6/8ERe5A1OLklG5bWhyprI= | ||
github.com/dasbd72/asset-management/okx v0.0.0-20240219144520-325c0a6d622c/go.mod h1:pqzDe3U2v2iB61vcAPfQL6KQ0BHBwwWYydZGGVOLbgw= | ||
github.com/dasbd72/asset-management/binance v0.0.0-20240219145431-c2f696b52ef7 h1:llyCF+0q9gKd4A1ouI67TXjRo3Vi4Uwl5t/1eMBgooo= | ||
github.com/dasbd72/asset-management/max v0.0.0-20240219145431-c2f696b52ef7 h1:DqDYujgRlJrWQgSdTws+uzlBdAF4RTtzWxnm99FHtZI= | ||
github.com/dasbd72/asset-management/okx v0.0.0-20240219145431-c2f696b52ef7 h1:C5cv0k6cNyFaTJKyLmDJ5MMf3nffubbq9MPZKTttVG8= | ||
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI= | ||
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module github.com/dasbd72/asset-management/max | ||
module github.com/dasbd72/asset-management/max/v0.0.1 | ||
|
||
go 1.22 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module github.com/dasbd72/asset-management/okx | ||
module github.com/dasbd72/asset-management/okx/v0.0.1 | ||
|
||
go 1.22 | ||
|
||
|