forked from TrueCloudLab/tzhash
8 lines
146 B
Modula-2
8 lines
146 B
Modula-2
module github.com/nspcc-dev/tzhash
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.3.0
|
|
golang.org/x/sys v0.0.0-20200113162924-86b910548bc1
|
|
)
|