Skip to content

Commit

Permalink
Update module/import paths for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
cespare committed Jan 4, 2019
1 parent 30d0e5b commit 3b82fb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/cespare/xxhash
module github.com/cespare/xxhash/v2

require (
github.com/OneOfOne/xxhash v1.2.2
Expand Down
2 changes: 1 addition & 1 deletion xxhsum/xxhsum.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"io"
"os"

"github.com/cespare/xxhash"
"github.com/cespare/xxhash/v2"
)

func main() {
Expand Down

0 comments on commit 3b82fb7

Please sign in to comment.