mirror of https://github.com/cncf/toc.git
15 lines
302 B
Modula-2
15 lines
302 B
Modula-2
module k8s.io/community
|
|
|
|
go 1.22.4
|
|
|
|
require (
|
|
github.com/client9/misspell v0.3.4
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
)
|