-
Notifications
You must be signed in to change notification settings - Fork 520
all: change package manager from dep to go mod #1542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 40 commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
5efb05b
all: update ci config to use modules instead of dep
leighmcculloch b93cc12
all: go mod init
leighmcculloch 0a5340c
all: go mod tidy -v
leighmcculloch fe6d560
all: go get github.com/gobuffalo/[email protected]
leighmcculloch 14b71a2
all: go get github.com/spf13/cobra@9c28e4bbd74e
leighmcculloch 1276060
all: go mod tidy -v
leighmcculloch 6f22cd4
all: go get github.com/BurntSushi/toml@99064174e013
leighmcculloch bcc75be
all: go get github.com/spf13/viper@db7ff930a189, go mod tidy
leighmcculloch df5cc8b
all: go get github.com/mitchellh/mapstructure@2caf8efc9366, go mod tidy
leighmcculloch 6c3532b
all: go get github.com/kr/pretty@e6ac2fc51e89, go mod tidy
leighmcculloch 38738e4
all: go get github.com/kr/text@e373e137fafd, go mod tidy
leighmcculloch 68d88b3
all: go get github.com/sirupsen/logrus@070c81def33f, go mod tidy
leighmcculloch f9ea809
all: go get github.com/spf13/pflag@4bd69631f475, go mod tidy
leighmcculloch c291ffc
all: go get github.com/spf13/jwalterweatherman@3d60171a6431, go mod tidy
leighmcculloch 19191c9
all: go get github.com/magiconair/[email protected], go mod tidy
leighmcculloch 3f8902d
all: go get github.com/spf13/cast@4d07383ffe94, go mod tidy
leighmcculloch 40cf077
all: go get github.com/davecgh/go-spew@5215b55f46b2, go mod tidy
leighmcculloch cc23c73
all: go get github.com/stretchr/testify@976c720a22c8, go mod tidy
leighmcculloch d027cf9
all: go get github.com/stretchr/objx@1a9d0bb9f541, go mod tidy
leighmcculloch 64b74c7
all: commit go.sum file
leighmcculloch 6daecee
all: commit go.list file generated with go list -m all > go.list
leighmcculloch 53ba6a2
Download dependencies in an earlier step
leighmcculloch c0205ed
all: change the install process for staticcheck to leverage modules
leighmcculloch 0917e0e
all: add check of dependencies
leighmcculloch 18716c2
all: add checks and tests running with go1.13rc1
leighmcculloch 78830dd
all: do a check of deps before building for publishing
leighmcculloch e2acfa7
all: allow install of a newer versions of some packages for buster im…
leighmcculloch 0847ac5
doc: update readmes with new building instructions
leighmcculloch a8fa5c0
all: update travis.yml with modules and go1.13rc1
leighmcculloch 14ee6e6
all: update dockerfiles with modules
leighmcculloch 16b8456
all: set go.mod's go directive to go 1.11
leighmcculloch c260699
all: run travis builds on the latest minor release of each
leighmcculloch a792e7b
doc: increase min version of Go to 1.11.4
leighmcculloch e9516b2
all: cache go mod download
leighmcculloch 671cbc9
Merge branch 'master' into gomod
leighmcculloch c66ce3c
Merge branch 'master' into gomod
leighmcculloch 26f7f41
all: use new git repo for gocheck
leighmcculloch ce42194
all: use new git repo for gocheck
leighmcculloch 5f67679
all: skip go.sum checks for go 1.11.* because it is inconsistent with…
leighmcculloch 1817d30
Merge branch 'master' into gomod
leighmcculloch 685c749
all: remove reference to dep in dockerfile
leighmcculloch ba9c321
all: remove reference to dep in horizon dockerfile
leighmcculloch c944dbc
all: remove curl in horizon dockerfile because was only needed for dep
leighmcculloch 530ece8
doc: remove mention of go-dep
leighmcculloch e02edd7
doc: remove mention of dep in developing documentation
leighmcculloch 7a6049f
doc: update min Go required to go1.11.4
leighmcculloch 319e04a
doc: improve developer building instructions
leighmcculloch b7c4a70
all: install postgres-client-9.6 via postgres apt
leighmcculloch eebfd69
all: go get github.com/rcrowley/go-metrics@51425a2415d2, go mod tidy
leighmcculloch 98b379e
Merge branch 'master' into gomod
bartekn 9823949
Merge branch 'master' into gomod
leighmcculloch 8254406
Merge branch 'gomod' of github.com:leighmcculloch/stellar-go into gomod
leighmcculloch f355dea
Merge branch 'master' into gomod
leighmcculloch d396c46
all: remove duplicate steps from poor copy and paste
leighmcculloch d496720
Merge branch 'master' into gomod
leighmcculloch f7f1809
all: go get golang.org/x/net@ba9fcec4b297b415637633c5a6e8fa592e4a16c3…
leighmcculloch 3fa0192
Merge branch 'master' into gomod
leighmcculloch 51960cd
all: use a cache key that references go.mod too
leighmcculloch 1e9a252
all: remove dep files: Gopkg.*
leighmcculloch File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
---|---|---|
|
@@ -12,12 +12,11 @@ This library is aimed at developers building Go applications that interact with | |
* The [txnbuild API reference](https://godoc.org/github.com/stellar/go/txnbuild). | ||
|
||
### Prerequisites | ||
* Go 1.11 or greater | ||
* Go 1.11.4 or greater | ||
* [Modules](https://github.com/golang/go/wiki/Modules) to manage dependencies | ||
|
||
### Installing | ||
* Download the Stellar Go monorepo: `git clone [email protected]:stellar/go.git` | ||
* Enter the source directory: `cd $GOPATH/src/github.com/stellar/go` | ||
* Download external dependencies: `dep ensure -v` | ||
* `go get github.com/stellar/go/clients/horizonclient` | ||
|
||
### Usage | ||
|
||
|
This file contains hidden or 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 |
---|---|---|
@@ -0,0 +1,128 @@ | ||
github.com/stellar/go | ||
bitbucket.org/ww/goautoneg v0.0.0-20120707110453-75cd24fc2f2c | ||
github.com/BurntSushi/toml v0.2.1-0.20160717150709-99064174e013 | ||
github.com/FactomProject/basen v0.0.0-20150613233007-fe3947df716e | ||
github.com/FactomProject/btcutilecc v0.0.0-20130527213604-d3a63a5752ec | ||
github.com/Masterminds/squirrel v0.0.0-20161115235646-20f192218cf5 | ||
github.com/ajg/form v0.0.0-20160822230020-523a5da1a92f | ||
github.com/asaskevich/govalidator v0.0.0-20180319081651-7d2e70ef918f | ||
github.com/aws/aws-sdk-go v1.6.11-0.20170104181648-8649d278323e | ||
github.com/btcsuite/btcd v0.0.0-20170920174435-4803a8291c92 | ||
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f | ||
github.com/btcsuite/btcutil v0.0.0-20170726183619-501929d3d046 | ||
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd | ||
github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 | ||
github.com/cmars/basen v0.0.0-20150613233007-fe3947df716e | ||
github.com/davecgh/go-spew v0.0.0-20151105211317-5215b55f46b2 | ||
github.com/elazarl/go-bindata-assetfs v1.0.0 | ||
leighmcculloch marked this conversation as resolved.
Show resolved
Hide resolved
|
||
github.com/ethereum/go-ethereum v1.7.2-0.20171011101018-ad444752311b | ||
github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51 | ||
github.com/facebookgo/inject v0.0.0-20161006174721-cc1aa653e50f | ||
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 | ||
github.com/facebookgo/structtag v0.0.0-20150214074306-217e25fb9691 | ||
github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870 | ||
github.com/fatih/structs v1.0.0 | ||
github.com/fsnotify/fsnotify v1.4.7 | ||
github.com/gavv/monotime v0.0.0-20161010190848-47d58efa6955 | ||
github.com/getsentry/raven-go v0.0.0-20160805001729-c9d3cc542ad1 | ||
github.com/go-chi/chi v3.1.5+incompatible | ||
github.com/go-errors/errors v0.0.0-20150906023321-a41850380601 | ||
github.com/go-ini/ini v1.23.0 | ||
github.com/go-sql-driver/mysql v1.4.0 | ||
github.com/go-stack/stack v1.6.0 | ||
github.com/gobuffalo/packr v1.12.1 | ||
github.com/goji/httpauth v0.0.0-20160601135302-2da839ab0f4d | ||
github.com/golang/protobuf v1.3.1 | ||
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db | ||
github.com/gomodule/redigo v2.0.0+incompatible | ||
github.com/google/go-querystring v0.0.0-20160401233042-9235644dd9e5 | ||
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 | ||
github.com/graph-gophers/graphql-go v0.0.0-20190225005345-3e8838d4614c | ||
github.com/guregu/null v2.1.3-0.20151024101046-79c5bd36b615+incompatible | ||
github.com/haltingstate/secp256k1-go v0.0.0-20151224084235-572209b26df6 | ||
github.com/hashicorp/golang-lru v0.5.0 | ||
github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c | ||
github.com/hpcloud/tail v1.0.0 | ||
github.com/imkira/go-interpol v1.1.0 | ||
github.com/inconshreveable/mousetrap v1.0.0 | ||
github.com/jarcoal/httpmock v0.0.0-20161210151336-4442edb3db31 | ||
github.com/jmespath/go-jmespath v0.0.0-20160803190731-bd40a432e4c7 | ||
github.com/jmoiron/sqlx v1.2.0 | ||
github.com/jtolds/gls v4.20.0+incompatible | ||
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 | ||
github.com/klauspost/compress v0.0.0-20161106143436-e3b7981a12dd | ||
github.com/klauspost/cpuid v0.0.0-20160302075316-09cded8978dc | ||
github.com/klauspost/crc32 v0.0.0-20161016154125-cb6bfca970f6 | ||
github.com/kr/pretty v0.0.0-20150520163514-e6ac2fc51e89 | ||
github.com/kr/text v0.0.0-20150520163712-e373e137fafd | ||
github.com/lann/builder v0.0.0-20140829050551-c603884a2c1f | ||
github.com/lib/pq v1.2.0 | ||
github.com/magiconair/properties v1.5.4 | ||
github.com/manucorporat/sse v0.0.0-20160126180136-ee05b128a739 | ||
github.com/mattn/go-colorable v0.1.2 | ||
github.com/mattn/go-isatty v0.0.8 | ||
github.com/mattn/go-sqlite3 v1.9.0 | ||
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/mitchellh/mapstructure v0.0.0-20150613213606-2caf8efc9366 | ||
github.com/mndrix/ps v0.0.0-20131111202200-33ddf69629c1 | ||
github.com/moul/http2curl v0.0.0-20161031194548-4e24498b31db | ||
github.com/nullstyle/go-xdr v0.0.0-20180726165426-f4c839f75077 | ||
github.com/onsi/ginkgo v1.7.0 | ||
github.com/onsi/gomega v1.4.3 | ||
github.com/opentracing/opentracing-go v1.1.0 | ||
github.com/pkg/errors v0.8.0 | ||
github.com/pmezard/go-difflib v1.0.0 | ||
github.com/r3labs/sse v0.0.0-20170720143429-2f36fb519619 | ||
github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 | ||
github.com/rs/cors v0.0.0-20160617231935-a62a804a8a00 | ||
github.com/rs/xhandler v0.0.0-20160618193221-ed27b6fd6521 | ||
github.com/rubenv/sql-migrate v0.0.0-20190717103323-87ce952f7079 | ||
github.com/sebest/xff v0.0.0-20150611211316-7a36e3a787b5 | ||
github.com/segmentio/go-loggly v0.5.1-0.20171222203950-eb91657e62b2 | ||
github.com/sergi/go-diff v0.0.0-20161205080420-83532ca1c1ca | ||
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 | ||
github.com/sirupsen/logrus v1.0.6-0.20180530095059-070c81def33f | ||
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d | ||
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 | ||
github.com/spf13/cast v0.0.0-20150508191742-4d07383ffe94 | ||
github.com/spf13/cobra v0.0.0-20160830174925-9c28e4bbd74e | ||
github.com/spf13/jwalterweatherman v0.0.0-20141219030609-3d60171a6431 | ||
github.com/spf13/pflag v0.0.0-20161005214240-4bd69631f475 | ||
github.com/spf13/viper v0.0.0-20150621231900-db7ff930a189 | ||
github.com/stellar/go-xdr v0.0.0-20180917104419-0bc96f33a18e | ||
github.com/stellar/throttled v2.2.3-0.20190823235211-89d75816f59d+incompatible | ||
github.com/stretchr/objx v0.0.0-20150928122152-1a9d0bb9f541 | ||
github.com/stretchr/testify v1.1.5-0.20160925220609-976c720a22c8 | ||
github.com/syndtr/goleveldb v1.0.0 | ||
github.com/tyler-smith/go-bip32 v0.0.0-20170922074101-2c9cfd177564 | ||
github.com/tyler-smith/go-bip39 v0.0.0-20180618194314-52158e4697b8 | ||
github.com/valyala/bytebufferpool v1.0.0 | ||
github.com/valyala/fasthttp v0.0.0-20170109085056-0a7f0a797cd6 | ||
github.com/xeipuuv/gojsonpointer v0.0.0-20151027082146-e0fe6f683076 | ||
github.com/xeipuuv/gojsonreference v0.0.0-20150808065054-e02fc20de94c | ||
github.com/xeipuuv/gojsonschema v0.0.0-20161231055540-f06f290571ce | ||
github.com/yalp/jsonpath v0.0.0-20150812003900-31a79c7593bb | ||
github.com/yudai/gojsondiff v0.0.0-20170107030110-7b1b7adf999d | ||
github.com/yudai/golcs v0.0.0-20150405163532-d1c525dea8ce | ||
github.com/yudai/pp v2.0.1+incompatible | ||
github.com/ziutek/mymysql v1.5.4 | ||
golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4 | ||
golang.org/x/net v0.0.0-20190603091049-60506f45cf65 | ||
golang.org/x/sync v0.0.0-20190423024810-112230192c58 | ||
golang.org/x/sys v0.0.0-20190606165138-5da285871e9c | ||
golang.org/x/text v0.3.2 | ||
golang.org/x/tools v0.0.0-20190624180213-70d37148ca0c | ||
google.golang.org/appengine v1.6.1 | ||
gopkg.in/airbrake/gobrake.v2 v2.0.9 | ||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 | ||
gopkg.in/fatih/set.v0 v0.1.0 | ||
gopkg.in/fsnotify.v1 v1.4.7 | ||
gopkg.in/gavv/httpexpect.v1 v1.0.0-20170111145843-40724cf1e4a0 | ||
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 | ||
gopkg.in/gorp.v1 v1.7.1 | ||
gopkg.in/karalabe/cookiejar.v2 v2.0.0-20150724131613-8dcd6a7f4951 | ||
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce | ||
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 | ||
gopkg.in/tylerb/graceful.v1 v1.2.13 | ||
gopkg.in/yaml.v2 v2.2.2 | ||
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 => github.com/go-check/check v0.0.0-20140225173054-eb6ee6f84d0a |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.