-
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 all 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
FROM golang:1.12 | ||
RUN curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh | ||
WORKDIR /go/src/github.com/stellar/go | ||
leighmcculloch marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
COPY . . | ||
RUN dep ensure -v | ||
ENV GO111MODULE=on | ||
RUN go install github.com/stellar/go/tools/... | ||
RUN go install github.com/stellar/go/services/... |
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.