Skip to content

Commit eaea1e2

Browse files
author
Derek Dowling
authored
Merge pull request #33 from bsdlp/JC_vendor
vendoring changes
2 parents 81449d1 + 48e27c1 commit eaea1e2

File tree

210 files changed

+7
-6
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

210 files changed

+7
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ _testmain.go
2222
*.exe
2323
*.test
2424
*.prof
25+
vendor

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
language: go
22
go:
33
- tip
4-
- 1.5
4+
- 1.6
55

66
install:
7-
- go get github.com/tools/godep
87
- go get github.com/smartystreets/goconvey
98

9+
before_script:
10+
- ln -s _vendor vendor
11+
1012
script:
11-
- godep go test ./...
13+
- go test ./...

Godeps/Godeps.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Godeps/_workspace/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

Godeps/_workspace/src/github.com/asaskevich/govalidator/.travis.yml renamed to _vendor/github.com/asaskevich/govalidator/.travis.yml

File renamed without changes.

Godeps/_workspace/src/github.com/asaskevich/govalidator/LICENSE renamed to _vendor/github.com/asaskevich/govalidator/LICENSE

File renamed without changes.

Godeps/_workspace/src/github.com/asaskevich/govalidator/README.md renamed to _vendor/github.com/asaskevich/govalidator/README.md

Godeps/_workspace/src/github.com/asaskevich/govalidator/arrays.go renamed to _vendor/github.com/asaskevich/govalidator/arrays.go

File renamed without changes.

Godeps/_workspace/src/github.com/asaskevich/govalidator/converter.go renamed to _vendor/github.com/asaskevich/govalidator/converter.go

File renamed without changes.

Godeps/_workspace/src/github.com/asaskevich/govalidator/error.go renamed to _vendor/github.com/asaskevich/govalidator/error.go

File renamed without changes.

0 commit comments

Comments
 (0)