certgen/go.mod

12 lines
236 B
Modula-2
Raw Normal View History

module github.com/MrMelon54/certgen
2022-03-13 01:45:20 +00:00
2022-08-30 14:35:34 +01:00
go 1.18
require github.com/stretchr/testify v1.8.4
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)