Skip to content

Commit 1c0c5bd

Browse files
committed
go module support
1 parent bd3733f commit 1c0c5bd

16 files changed

+1864
-0
lines changed

go.mod

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module github.com/kkdai/maglev
2+
3+
go 1.15
4+
5+
require github.com/dchest/siphash v1.2.2

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
github.com/dchest/siphash v1.2.2 h1:9DFz8tQwl9pTVt5iok/9zKyzA1Q6bRGiF3HPiEEVr9I=
2+
github.com/dchest/siphash v1.2.2/go.mod h1:q+IRvb2gOSrUnYoPqHiyHXS0FOBBOdl6tONBlVnOnt4=

vendor/github.com/dchest/siphash/.travis.yml

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/dchest/siphash/README.md

+69
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/dchest/siphash/blocks.go

+148
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/dchest/siphash/blocks_amd64.s

+86
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)