tzhash/go.mod

11 lines
267 B
Modula-2
Raw Normal View History

module git.frostfs.info/TrueCloudLab/tzhash
2018-12-29 13:04:17 +00:00
go 1.16
2019-10-09 15:06:26 +00:00
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/stretchr/testify v1.7.0
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)