-
Notifications
You must be signed in to change notification settings - Fork 42
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
9 changed files
with
20 additions
and
18 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
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,20 +1,20 @@ | ||
module github.com/sumorf/goalgo | ||
module github.com/frankrap/goalgo | ||
|
||
go 1.13 | ||
|
||
require ( | ||
github.com/Workiva/go-datastructures v1.0.50 | ||
github.com/deckarep/golang-set v1.7.1 // indirect | ||
github.com/facebookgo/inject v0.0.0-20180706035515-f23751cae28b | ||
github.com/facebookgo/structtag v0.0.0-20150214074306-217e25fb9691 // indirect | ||
github.com/golang/protobuf v1.3.1 | ||
github.com/hashicorp/go-plugin v1.0.0 | ||
github.com/nntaoli-project/GoEx v1.0.7 | ||
github.com/sirupsen/logrus v1.4.2 | ||
github.com/sony/sonyflake v0.0.0-20181109022403-6d5bd6181009 | ||
github.com/sumorf/bitmex-api v0.0.0-20191023014259-b2ef40a07dc5 | ||
github.com/vmihailenco/msgpack v4.0.4+incompatible | ||
golang.org/x/net v0.0.0-20190420063019-afa5a82059c6 | ||
google.golang.org/grpc v1.20.1 | ||
) | ||
|
||
replace github.com/nntaoli-project/GoEx v1.0.7 => github.com/sumorf/GoEx v0.0.0-20191024031732-875e548a111b | ||
replace github.com/nntaoli-project/GoEx v1.0.7 => github.com/frankrap/GoEx v0.0.0-20191024031732-875e548a111b |
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