mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-14 02:20:53 +00:00
Crawler performance improvements, better structure
Refactored the crawler implementation to make the whole thing more testable. Added a document interface to make the crawler generic. This will be useful for collecting plugins, and other documents.
This commit is contained in:
@@ -3,8 +3,11 @@ module sigs.k8s.io/kustomize/internal/tools
|
||||
go 1.12
|
||||
|
||||
require (
|
||||
github.com/elastic/go-elasticsearch/v6 v6.8.2
|
||||
github.com/gomodule/redigo v2.0.0+incompatible
|
||||
github.com/gorilla/mux v1.7.3
|
||||
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
|
||||
gopkg.in/yaml.v2 v2.2.2 // indirect
|
||||
github.com/rs/cors v1.7.0
|
||||
sigs.k8s.io/kustomize/v3 v3.1.1-0.20190826160027-84519c236bac
|
||||
sigs.k8s.io/yaml v1.1.0
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user