Last active
February 6, 2017 22:09
-
-
Save freeformz/acd74404768083d373dc10d06d514b89 to your computer and use it in GitHub Desktop.
depExample2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"memo": "d741a3bed21fe6cae9d67c523b0a343859882b2f246f2a293e2676cfacd5a2ce", | |
"projects": [ | |
{ | |
"name": "github.com/gorilla/context", | |
"version": "v1.1", | |
"revision": "a85d2e53ba63bdea074dbbbb5983f0516974e87b", | |
"packages": [ | |
"." | |
] | |
}, | |
{ | |
"name": "github.com/gorilla/mux", | |
"branch": "master", | |
"revision": "392c28fe23e1c45ddba891b0320b3b5df220beea", | |
"packages": [ | |
"." | |
] | |
} | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"dependencies": { | |
"github.com/gorilla/mux": { | |
"branch": "master" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment