Skip to content
This repository was archived by the owner on Nov 29, 2017. It is now read-only.

Commit ce097a9

Browse files
authored
Merge pull request #56 from dseevr/godeps
Initial Godeps vendoring + regeneration of RAML with latest objdb changes
2 parents 9a99477 + 463e9b1 commit ce097a9

File tree

312 files changed

+166765
-415
lines changed

Some content is hidden

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

312 files changed

+166765
-415
lines changed

Godeps/Godeps.json

+78
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Godeps/Readme

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11

2-
.PHONY: all build modelgen
2+
.PHONY: all build godep modelgen
33

44
all: build
55

66
build: modelgen
77
@bash ./scripts/build.sh
88

9+
godep:
10+
godep save ./...
11+
912
modelgen:
1013
@if [ -z "`which modelgen`" ]; then go get -v github.com/contiv/modelgen; fi

0 commit comments

Comments
 (0)