2022-12-10 13:15:37 +03:00
|
|
|
module github.com/TrueCloudLab/tzhash
|
2018-12-29 16:04:17 +03:00
|
|
|
|
2022-03-17 14:42:19 +03:00
|
|
|
go 1.16
|
2019-10-09 18:06:26 +03:00
|
|
|
|
2020-01-16 10:54:54 +03:00
|
|
|
require (
|
2022-01-24 10:15:20 +03:00
|
|
|
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
|
2020-01-16 10:54:54 +03:00
|
|
|
)
|