Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: davidyangcool/go-ipfs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: davidyangcool/go-ipfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feat/ungodep
Choose a head ref
  • 1 commit
  • 43 files changed
  • 1 contributor

Commits on Sep 7, 2018

  1. remove Godeps

    fixes ipfs#2722
    
    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Sep 7, 2018
    Copy the full SHA
    0c43c2c View commit details
Showing with 42 additions and 1,884 deletions.
  1. +0 −53 Godeps/Godeps.json
  2. +0 −23 Godeps/_workspace/src/github.com/hashicorp/golang-lru/.gitignore
  3. +0 −362 Godeps/_workspace/src/github.com/hashicorp/golang-lru/LICENSE
  4. +0 −25 Godeps/_workspace/src/github.com/hashicorp/golang-lru/README.md
  5. +0 −134 Godeps/_workspace/src/github.com/hashicorp/golang-lru/lru.go
  6. +0 −48 Godeps/_workspace/src/github.com/hashicorp/golang-lru/lru_test.go
  7. +0 −21 Godeps/_workspace/src/github.com/jbenet/go-random-files/LICENSE
  8. +0 −5 Godeps/_workspace/src/github.com/jbenet/go-random-files/Makefile
  9. +0 −108 Godeps/_workspace/src/github.com/jbenet/go-random-files/README.md
  10. +0 −110 Godeps/_workspace/src/github.com/jbenet/go-random-files/lib.go
  11. +0 −1 Godeps/_workspace/src/github.com/jbenet/go-random-files/random-files/.gitignore
  12. +0 −90 Godeps/_workspace/src/github.com/jbenet/go-random-files/random-files/README.md
  13. +0 −119 Godeps/_workspace/src/github.com/jbenet/go-random-files/random-files/main.go
  14. +0 −40 Godeps/_workspace/src/github.com/jbenet/go-random-files/ringreader/ringreader.go
  15. +0 −22 Godeps/_workspace/src/github.com/jbenet/go-random-files/ringreader/ringreader_test.go
  16. +0 −12 Godeps/_workspace/src/github.com/jbenet/go-random/.travis.yml
  17. +0 −21 Godeps/_workspace/src/github.com/jbenet/go-random/LICENSE
  18. +0 −29 Godeps/_workspace/src/github.com/jbenet/go-random/README.md
  19. +0 −47 Godeps/_workspace/src/github.com/jbenet/go-random/lib.go
  20. +0 −1 Godeps/_workspace/src/github.com/jbenet/go-random/random/.gitignore
  21. +0 −49 Godeps/_workspace/src/github.com/jbenet/go-random/random/random.go
  22. +0 −96 Godeps/_workspace/src/github.com/jbenet/go-random/random_test.go
  23. +0 −21 Godeps/_workspace/src/github.com/mitchellh/go-homedir/LICENSE
  24. +0 −14 Godeps/_workspace/src/github.com/mitchellh/go-homedir/README.md
  25. +0 −84 Godeps/_workspace/src/github.com/mitchellh/go-homedir/homedir.go
  26. +0 −98 Godeps/_workspace/src/github.com/mitchellh/go-homedir/homedir_test.go
  27. +0 −166 Godeps/_workspace/src/github.com/texttheater/golang-levenshtein/levenshtein/levenshtein.go
  28. +0 −46 Godeps/_workspace/src/github.com/texttheater/golang-levenshtein/levenshtein/levenshtein_test.go
  29. +1 −1 cmd/ipfs/Rules.mk
  30. +2 −3 cmd/ipfswatch/main.go
  31. +2 −2 coverage/Rules.mk
  32. +2 −2 mk/golang.mk
  33. +17 −0 package.json
  34. +0 −3 pin/internal/pb/doc.go
  35. +1 −2 repo/fsrepo/fsrepo.go
  36. +1 −2 repo/fsrepo/misc.go
  37. +2 −2 test/3nodetest/Makefile
  38. +1 −1 test/bench/bench_cli_ipfs_add/main.go
  39. +1 −1 test/bench/offline_add/main.go
  40. +10 −8 test/bin/Rules.mk
  41. +1 −1 test/bin/verify-go-fmt.sh
  42. +1 −2 test/integration/addcat_test.go
  43. +0 −9 test/sharness/lib/random-dep.go
53 changes: 0 additions & 53 deletions Godeps/Godeps.json

This file was deleted.

23 changes: 0 additions & 23 deletions Godeps/_workspace/src/github.com/hashicorp/golang-lru/.gitignore

This file was deleted.

Loading