-
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
25 additions
and
30 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module github.com/dasbd72/go-exchange-sdk/binance | ||
|
||
go 1.22 | ||
go 1.22.0 | ||
|
||
require github.com/google/go-cmp v0.6.0 |
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 was deleted.
Oops, something went wrong.
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,15 @@ | ||
module github.com/dasbd72/go-exchange-sdk/manager | ||
|
||
go 1.22 | ||
go 1.22.0 | ||
|
||
replace github.com/dasbd72/go-exchange-sdk/binance => ../binance | ||
|
||
replace github.com/dasbd72/go-exchange-sdk/okx => ../okx | ||
|
||
replace github.com/dasbd72/go-exchange-sdk/max => ../max | ||
|
||
require ( | ||
github.com/dasbd72/go-exchange-sdk/binance v0.0.0-20240219145431-c2f696b52ef7 | ||
github.com/dasbd72/go-exchange-sdk/max v0.0.0-20240219145431-c2f696b52ef7 | ||
github.com/dasbd72/go-exchange-sdk/okx v0.0.0-20240219145431-c2f696b52ef7 | ||
github.com/dasbd72/go-exchange-sdk/binance v0.0.0-00010101000000-000000000000 | ||
github.com/dasbd72/go-exchange-sdk/max v0.0.0-00010101000000-000000000000 | ||
github.com/dasbd72/go-exchange-sdk/okx v0.0.0-00010101000000-000000000000 | ||
) |
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,2 @@ | ||
github.com/dasbd72/go-exchange-sdk/binance v0.0.0-20240219145431-c2f696b52ef7 h1:llyCF+0q9gKd4A1ouI67TXjRo3Vi4Uwl5t/1eMBgooo= | ||
github.com/dasbd72/go-exchange-sdk/binance v0.0.0-20240219145431-c2f696b52ef7/go.mod h1:7MWjdfOOk6OwTja1SeVFRkyhHB4OkJqoloL9eTDwDUU= | ||
github.com/dasbd72/go-exchange-sdk/max v0.0.0-20240219145431-c2f696b52ef7 h1:DqDYujgRlJrWQgSdTws+uzlBdAF4RTtzWxnm99FHtZI= | ||
github.com/dasbd72/go-exchange-sdk/max v0.0.0-20240219145431-c2f696b52ef7/go.mod h1:nQOAzru+GswuHXPTz2Y4KNxMtryD2FxppkqkHkRQopo= | ||
github.com/dasbd72/go-exchange-sdk/okx v0.0.0-20240219145431-c2f696b52ef7 h1:C5cv0k6cNyFaTJKyLmDJ5MMf3nffubbq9MPZKTttVG8= | ||
github.com/dasbd72/go-exchange-sdk/okx v0.0.0-20240219145431-c2f696b52ef7/go.mod h1:pqzDe3U2v2iB61vcAPfQL6KQ0BHBwwWYydZGGVOLbgw= | ||
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,5 +1,5 @@ | ||
module github.com/dasbd72/go-exchange-sdk/max | ||
|
||
go 1.22 | ||
go 1.22.0 | ||
|
||
require github.com/google/go-cmp v0.6.0 |