22 lines
600 B
Modula-2
22 lines
600 B
Modula-2
module tests
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/codingsince1985/checksum v1.3.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.9.0
|
|
golang.org/x/crypto v0.27.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/sys v0.25.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|