We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 374ec52 commit cf61c87Copy full SHA for cf61c87
go.mod
@@ -3,9 +3,9 @@ module github.com/elastic/ecctl
3
go 1.12
4
5
require (
6
- github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a
+ github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535
7
github.com/elastic/cloud-sdk-go v1.0.0-beta3.0.20200623011303-1e53d46b11d8
8
- github.com/go-openapi/runtime v0.19.15
+ github.com/go-openapi/runtime v0.19.19
9
github.com/go-openapi/strfmt v0.19.5
10
github.com/pkg/errors v0.9.1
11
github.com/spf13/cobra v0.0.7
0 commit comments