Skip to content

Commit

Permalink
Migrate hamming to gx from Godeps
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
  • Loading branch information
Kubuxu committed May 19, 2016
1 parent 0f58ceb commit e86bf92
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 298 deletions.
5 changes: 0 additions & 5 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

44 changes: 0 additions & 44 deletions Godeps/_workspace/src/github.com/steakknife/hamming/README.md

This file was deleted.

97 changes: 0 additions & 97 deletions Godeps/_workspace/src/github.com/steakknife/hamming/hamming.go

This file was deleted.

143 changes: 0 additions & 143 deletions Godeps/_workspace/src/github.com/steakknife/hamming/hamming_test.go

This file was deleted.

2 changes: 1 addition & 1 deletion blocks/bloom/filter.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"errors"
// Non crypto hash, because speed
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/mtchavez/jenkins"
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/steakknife/hamming"
"gx/ipfs/QmeWQMDa5dSdP4n8WDeoY5z8L2EKVqF4ZvK4VEHsLqXsGu/hamming"
"hash"
)

Expand Down
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@
"hash": "QmcyaFHbyiZfoX5GTpcqqCPYmbjYNAhRDekXSJPFHdYNSV",
"name": "go.uuid",
"version": "1.0.0"
},
{
"author": "steakknife",
"hash": "QmeWQMDa5dSdP4n8WDeoY5z8L2EKVqF4ZvK4VEHsLqXsGu",
"name": "hamming",
"version": "0.0.10"
}
],
"gxVersion": "0.4.0",
Expand Down

0 comments on commit e86bf92

Please sign in to comment.