This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
need to run `glide install` to get latest SDK and other dependencies do NOT run `glide up` (bug in glide and one of the libraries we use)
- Loading branch information
1 parent
40c5641
commit ce226cc
Showing
4 changed files
with
102 additions
and
55 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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 |
---|---|---|
|
@@ -9,12 +9,28 @@ import: | |
- package: github.com/spf13/pflag | ||
version: v1.0.0 | ||
- package: github.com/stellar/go | ||
version: 5bbd27814a3ffca9aeffcbd75a09a6164959776a | ||
version: 61ed9984b1f88fda0d4e5e375021b404d9900959 | ||
subpackages: | ||
- build | ||
- clients/horizon | ||
- support/config | ||
- support/errors | ||
############################################################## | ||
# manually added dependencies to fix glide import resolution | ||
############################################################## | ||
- package: github.com/sirupsen/logrus | ||
version: 070c81def33f6362a8267b6a4e56fb7bf23fc6b5 | ||
- package: github.com/Sirupsen/logrus | ||
repo: [email protected]:sirupsen/logrus | ||
vcs: git | ||
version: 070c81def33f6362a8267b6a4e56fb7bf23fc6b5 | ||
- package: golang.org/x/crypto | ||
version: 2509b142fb2b797aa7587dad548f113b2c0f20ce | ||
- package: golang.org/x/sys | ||
version: 6c81ef8f67ca3f42fc9cd71dfbd5f35b0c4b5771 | ||
############################################################## | ||
# /manually added dependencies to fix glide import resolution | ||
############################################################## | ||
- package: github.com/PagerDuty/go-pagerduty | ||
version: 635c5ce271490fba94880e62cde4eea3c1c184b9 | ||
- package: github.com/lechengfan/googleauth | ||
|
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