Implementing first hashing

This commit is contained in:
Andrea Fazzi 2022-06-24 18:56:06 +02:00
commit bcdd00d506
14 changed files with 415 additions and 136 deletions

6
go.mod
View file

@ -1,13 +1,13 @@
module git.andreafazzi.eu/andrea/testhub
module git.andreafazzi.eu/andrea/probo
go 1.17
require github.com/sirupsen/logrus v1.8.1
require (
github.com/google/uuid v1.3.0 // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/kr/text v0.1.0 // indirect
github.com/remogatto/prettytest v0.0.0-20200211072524-6d385e11dcb8 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)