Skip to content

Godependencies #11

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 1 commit into from
Jul 27, 2017
Merged

Godependencies #11

merged 1 commit into from
Jul 27, 2017

Conversation

notzippy
Copy link
Contributor

@notzippy notzippy commented Jul 26, 2017

Added godeps, updated configure to checkout all dependencies
Added dependency files for Revel version v0.14 and up

Usage

To use

$ go get github.com/sparrc/gdm
$ mkdir revel-checkout 
$ cd revel-checkout/ 
$ export GOPATH=$PWD 
$ go get github.com/revel/meta 
package github.com/revel/meta: no buildable Go source files in revel-checkout/src/github.com/revel/meta 
$ cd src/github.com/revel/meta/ 
$ gdm restore -f v0.17.0.godeps 
$ go install github.com/revel/cmd/revel/ 
$ ../../../../bin/revel version 
~ ~ revel! 
http://revel.github.io 
~ Version(s): 
Revel v0.17.0 (2017-06-06) 
go1.8.3 linux/amd64

Added dependencies for version v0.14 and up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant