Skip to content

Commit

Permalink
Merge pull request #196 from jgsqware/integrate-glide
Browse files Browse the repository at this point in the history
Replace Godep by Glide
  • Loading branch information
Quentin-M committed Jun 7, 2016
2 parents 951efed + 72c8c34 commit 59b3b18
Show file tree
Hide file tree
Showing 811 changed files with 197,434 additions and 192 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ sudo: false

before_install:
- export GO15VENDOREXPERIMENT=1
- RepoName=`basename $PWD`; SrcDir=`dirname $PWD`; DestDir="`dirname $SrcDir`/coreos"
- if [[ "$SrcDir" != "$DestDir" ]]; then mv "$SrcDir" "$DestDir"; cd ../../coreos/$RepoName; export TRAVIS_BUILD_DIR=`dirname $TRAVIS_BUILD_DIR`/$RepoName; fi


install:
- echo 'nop'
Expand Down
152 changes: 0 additions & 152 deletions Godeps/Godeps.json

This file was deleted.

5 changes: 0 additions & 5 deletions Godeps/Readme

This file was deleted.

105 changes: 105 additions & 0 deletions glide.lock

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

96 changes: 96 additions & 0 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
package: github.com/coreos/clair
import:
- package: bitbucket.org/liamstask/goose
version: 8488cc47d90c8a502b1c41a462a6d9cc8ee0a895
subpackages:
- lib/goose
- package: github.com/beorn7/perks
version: b965b613227fddccbfffe13eae360ed3fa822f8d
subpackages:
- quantile
- package: github.com/codegangsta/negroni
version: c7477ad8e330bef55bf1ebe300cf8aa67c492d1b
- package: github.com/coreos/go-systemd
version: 4f14f6deef2da87e4aa59e6c1c1f3e02ba44c5e1
subpackages:
- journal
- package: github.com/coreos/pkg
version: 2c77715c4df99b5420ffcae14ead08f52104065d
subpackages:
- capnslog
- timeutil
- package: github.com/davecgh/go-spew
version: 5215b55f46b2b919f50a1df0eaa5886afe4e3b3d
subpackages:
- spew
- package: github.com/fernet/fernet-go
version: 1b2437bc582b3cfbb341ee5a29f8ef5b42912ff2
- package: github.com/go-sql-driver/mysql
version: d512f204a577a4ab037a1816604c48c9c13210be
- package: github.com/golang/protobuf
version: 5fc2294e655b78ed8a02082d37808d46c17d7e64
subpackages:
- proto
- package: github.com/guregu/null
version: 79c5bd36b615db4c06132321189f579c8a5fca98
subpackages:
- zero
- package: github.com/hashicorp/golang-lru
version: 5c7531c003d8bf158b0fe5063649a2f41a822146
- package: github.com/julienschmidt/httprouter
version: 21439ef4d70ba4f3e2a5ed9249e7b03af4019b40
- package: github.com/kylelemons/go-gypsy
version: 42fc2c7ee9b8bd0ff636cd2d7a8c0a49491044c5
subpackages:
- yaml
- package: github.com/lib/pq
version: 11fc39a580a008f1f39bb3d11d984fb34ed778d9
- package: github.com/mattn/go-sqlite3
version: 5510da399572b4962c020184bb291120c0a412e2
- package: github.com/matttproud/golang_protobuf_extensions
version: d0c3fe89de86839aecf2e0579c40ba3bb336a453
subpackages:
- pbutil
- package: github.com/pborman/uuid
version: dee7705ef7b324f27ceb85a121c61f2c2e8ce988
- package: github.com/pmezard/go-difflib
version: e8554b8641db39598be7f6342874b958f12ae1d4
subpackages:
- difflib
- package: github.com/prometheus/client_golang
version: 67994f177195311c3ea3d4407ed0175e34a4256f
subpackages:
- prometheus
- package: github.com/prometheus/client_model
version: fa8ad6fec33561be4280a8f0514318c79d7f6cb6
subpackages:
- go
- package: github.com/prometheus/common
version: dba5e39d4516169e840def50e507ef5f21b985f9
subpackages:
- expfmt
- internal/bitbucket.org/ww/goautoneg
- model
- package: github.com/prometheus/procfs
version: 406e5b7bfd8201a36e2bb5f7bdae0b03380c2ce8
- package: github.com/stretchr/testify
version: 5b9da39b66e8e994455c2525c4421c8cc00a7f93
subpackages:
- assert
- package: github.com/tylerb/graceful
version: ^1.2.3
- package: github.com/ziutek/mymysql
version: 75ce5fbba34b1912a3641adbd58cf317d7315821
subpackages:
- godrv
- mysql
- native
- package: golang.org/x/net
version: 1d7a0b2100da090d8b02afcfb42f97e2c77e71a4
subpackages:
- netutil
- package: gopkg.in/yaml.v2
version: f7716cbe52baa25d2e9b0d0da546fcf909fc16b4
- package: github.com/fatih/color
version: ^0.1.0
- package: github.com/kr/text
4 changes: 4 additions & 0 deletions vendor/bitbucket.org/liamstask/goose/.gitignore

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

7 changes: 7 additions & 0 deletions vendor/bitbucket.org/liamstask/goose/MIT-License.md

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

Loading

0 comments on commit 59b3b18

Please sign in to comment.