11 lines
172 B
Modula-2
11 lines
172 B
Modula-2
module coder.com/readme-validation
|
|
|
|
go 1.23.2
|
|
|
|
require github.com/ghodss/yaml v1.0.0
|
|
|
|
require (
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|