mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 13:29:11 +01:00
11 lines
246 B
Modula-2
11 lines
246 B
Modula-2
module sigs.k8s.io/mdtoc
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
|
github.com/gomarkdown/markdown v0.0.0-20200824053859-8c8b3816f167
|
|
github.com/mmarkdown/mmark v2.0.40+incompatible
|
|
github.com/stretchr/testify v1.6.1
|
|
)
|