2022-12-12 14:57:18 +00:00
|
|
|
module github.com/TrueCloudLab/hrw
|
2019-01-29 22:58:30 +00:00
|
|
|
|
2023-02-27 07:47:17 +00:00
|
|
|
go 1.18
|
2020-09-11 11:51:49 +00:00
|
|
|
|
2019-07-05 06:49:24 +00:00
|
|
|
require (
|
|
|
|
github.com/spaolacci/murmur3 v1.1.0
|
|
|
|
github.com/stretchr/testify v1.3.0
|
|
|
|
)
|
2023-02-27 07:47:17 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.0 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
)
|