Skip to content

Commit c967c79

Browse files
mergify[bot]axw
andauthored
[8.0] systemtest: wait for geoIP database availability (backport #7272) (#7277)
* systemtest: wait for geoIP database availability (#7272) (cherry picked from commit ec38207) * go mod tidy * Fix go.sum Co-authored-by: Andrew Wilkins <axw@elastic.co> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 76ead85 commit c967c79

File tree

3 files changed

+355
-3
lines changed

3 files changed

+355
-3
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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-
8181
require (
8282
github.com/Microsoft/go-winio v0.5.1 // indirect
8383
github.com/Shopify/sarama v1.29.1 // indirect

0 commit comments

Comments
 (0)