mirror of https://github.com/xiaoqidun/ihash.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
177 B
8 lines
177 B
module github.com/xiaoqidun/ihash
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
|
|
golang.org/x/sys v0.0.0-20201020230747-6e5568b54d1a // indirect
|
|
)
|