File tree Expand file tree Collapse file tree 3 files changed +355
-3
lines changed Expand file tree Collapse file tree 3 files changed +355
-3
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ require (
2020 github.com/elastic/gmux v0.2.0
2121 github.com/elastic/go-elasticsearch/v8 v8.0.0-20210727161915-8cf93274b968
2222 github.com/elastic/go-hdrhistogram v0.1.0
23+ github.com/elastic/go-lookslike v0.3.0
2324 github.com/elastic/go-sysinfo v1.7.1 // indirect
2425 github.com/elastic/go-ucfg v0.8.4
2526 github.com/fatih/color v1.13.0 // indirect
@@ -72,12 +73,11 @@ require (
7273 google.golang.org/genproto v0.0.0-20220210181026-6fee9acbd336 // indirect
7374 google.golang.org/grpc v1.44.0
7475 gopkg.in/yaml.v2 v2.4.0 // indirect
76+ gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
7577 gotest.tools/gotestsum v1.7.0
7678 howett.net/plist v1.0.0 // indirect
7779)
7880
79- require gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
80-
8181require (
8282 github.com/Microsoft/go-winio v0.5.1 // indirect
8383 github.com/Shopify/sarama v1.29.1 // indirect
You can’t perform that action at this time.
0 commit comments