Skip to content

Commit 953546e

Browse files
committed
Fix incorrect branch version in esapi/test go.mod
1 parent 86e3f22 commit 953546e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esapi/test/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.11
55
replace github.com/elastic/go-elasticsearch/v7 => ../../
66

77
require (
8-
github.com/elastic/go-elasticsearch/v7 v7.x
8+
github.com/elastic/go-elasticsearch/v7 7.x
99

1010
gopkg.in/yaml.v2 v2.2.2
1111
)

0 commit comments

Comments
 (0)