intergrate opensearch Signed-off-by: chengdehao <dehaocheng@kubesphere.io> Co-authored-by: chengdehao <dehaocheng@kubesphere.io>
11 lines
226 B
Modula-2
11 lines
226 B
Modula-2
module github.com/opensearch-project/opensearch-go/v2
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/aws/aws-sdk-go v1.42.27
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/tools v0.1.10 // indirect
|
|
)
|