2022-03-17 09:14:40 +00:00
|
|
|
module scm.yoorie.de/go-lib/certs
|
|
|
|
|
|
|
|
|
|
go 1.18
|
|
|
|
|
|
2026-03-29 18:34:56 +00:00
|
|
|
require github.com/smartystreets/goconvey v1.8.1
|
2022-03-17 09:14:40 +00:00
|
|
|
|
|
|
|
|
require (
|
2026-03-29 18:34:56 +00:00
|
|
|
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
|
2022-03-17 09:14:40 +00:00
|
|
|
)
|