Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
Use latest version for opensearch-go and yaml

Signed-off-by: Vijayan Balasubramanian <[email protected]>
  • Loading branch information
VijayanB committed Jan 12, 2022
1 parent 3f3ab78 commit 79d499d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/build/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replace github.com/opensearch-project/opensearch-go => ../../
require (
github.com/alecthomas/chroma v0.8.2
github.com/spf13/cobra v1.1.3
github.com/opensearch-project/opensearch-go v0.0.0
github.com/opensearch-project/opensearch-go v1.0.0
github.com/stretchr/testify v1.4.0 // indirect
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect
Expand Down
4 changes: 2 additions & 2 deletions opensearchapi/test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.11
replace github.com/opensearch-project/opensearch-go => ../../

require (
github.com/opensearch-project/opensearch-go v0.0.0
github.com/opensearch-project/opensearch-go v1.0.0

gopkg.in/yaml.v2 v2.2.2
gopkg.in/yaml.v2 v2.4.0
)

0 comments on commit 79d499d

Please sign in to comment.