Skip to content

Commit

Permalink
Switch to glide
Browse files Browse the repository at this point in the history
  • Loading branch information
alde committed Jun 18, 2017
1 parent 7ae1e26 commit 42f9b5c
Show file tree
Hide file tree
Showing 6 changed files with 181 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ server/assets/assets.go
.DS_Store
._*
*\.sw[op]
vendor/*
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ services:
- docker

before_install:
- curl https://glide.sh/get | sh
- go get github.com/go-playground/overalls
- go get github.com/mattn/goveralls

Expand Down
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ PACKAGES=$(shell go list ./... | grep -v /vendor/)

all: test

${TOOLS}:
deps:
glide install

${TOOLS}: deps
go get github.com/jteeuwen/go-bindata/...
go get github.com/elazarl/go-bindata-assetfs/...
go get github.com/smartystreets/goconvey
Expand Down
124 changes: 124 additions & 0 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

51 changes: 51 additions & 0 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
package: github.com/eremetic-framework/eremetic
import:
- package: github.com/Sirupsen/logrus
version: ~1.0.0
- package: github.com/boltdb/bolt
version: ~1.3.0
- package: github.com/braintree/manners
version: ~0.4.0
- package: github.com/elazarl/go-bindata-assetfs
- package: github.com/gogo/protobuf
version: ~0.4.0
subpackages:
- proto
- package: github.com/golang/protobuf
subpackages:
- proto
- package: github.com/gorilla/mux
version: ~1.4.0
- package: github.com/jacobsa/oglematchers
- package: github.com/kardianos/osext
- package: github.com/kelseyhightower/envconfig
version: ~1.3.0
- package: github.com/mesos/mesos-go
version: f2cd423e881bdfb0658479ca4ef433e30f4906cd
subpackages:
- api/v0/auth
- api/v0/mesosproto
- api/v0/mesosutil
- api/v0/scheduler
- package: github.com/pborman/uuid
version: ~1.0.0
- package: github.com/prometheus/client_golang
version: ~0.8.0
subpackages:
- prometheus
- package: github.com/samuel/go-zookeeper
subpackages:
- zk
- package: github.com/stretchr/testify
version: ~1.1.4
subpackages:
- mock
- package: golang.org/x/net
subpackages:
- context
- package: gopkg.in/yaml.v2
testImport:
- package: github.com/smartystreets/goconvey
version: ~1.6.2
subpackages:
- convey
Empty file added vendor/.gitkeep
Empty file.

0 comments on commit 42f9b5c

Please sign in to comment.