19 lines
471 B
Modula-2
19 lines
471 B
Modula-2
module cicdtest
|
|
|
|
go 1.22.0
|
|
|
|
toolchain go1.23.3
|
|
|
|
require github.com/smartystreets/goconvey v1.8.1
|
|
|
|
require (
|
|
github.com/AlekSi/gocov-xml v1.1.0 // indirect
|
|
github.com/axw/gocov v1.2.1 // indirect
|
|
github.com/gopherjs/gopherjs v1.17.2 // indirect
|
|
github.com/jtolds/gls v4.20.0+incompatible // indirect
|
|
github.com/smarty/assertions v1.15.0 // indirect
|
|
golang.org/x/mod v0.21.0 // indirect
|
|
golang.org/x/sys v0.12.0 // indirect
|
|
golang.org/x/tools v0.13.0 // indirect
|
|
)
|