Advertisement
Guest User

Untitled

a guest
Dec 5th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. [centos@ip-172-18-10-183 origin]$ cat Godeps/Godeps.json
  2. {
  3. "ImportPath": ".",
  4. "GoVersion": "go1.6",
  5. "GodepVersion": "v63",
  6. "Packages": [
  7. "github.com/elazarl/goproxy",
  8. "github.com/golang/mock/gomock",
  9. "./..."
  10. ],
  11. "Deps": [
  12. {
  13. "ImportPath": "github.com/elazarl/goproxy",
  14. "Comment": "v1.0-66-g07b16b6",
  15. "Rev": "07b16b6e30fcac0ad8c0435548e743bcf2ca7e92"
  16. },
  17. {
  18. "ImportPath": "github.com/elazarl/goproxy/ext/image",
  19. "Comment": "v1.0-66-g07b16b6",
  20. "Rev": "07b16b6e30fcac0ad8c0435548e743bcf2ca7e92"
  21. },
  22. {
  23. "ImportPath": "github.com/elazarl/goproxy/regretable",
  24. "Comment": "v1.0-66-g07b16b6",
  25. "Rev": "07b16b6e30fcac0ad8c0435548e743bcf2ca7e92"
  26. },
  27. {
  28. "ImportPath": "github.com/golang/mock/gomock",
  29. "Rev": "bd3c8e81be01eef76d4b503f5e687d2d1354d2d9"
  30. },
  31. {
  32. "ImportPath": "github.com/golang/mock/gomock/mock_matcher",
  33. "Rev": "bd3c8e81be01eef76d4b503f5e687d2d1354d2d9"
  34. }
  35. ]
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement