Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Test elastic-package from PR 1335 - 1131866bcff98c29e2c84bcc1c772fff4…
…307aaca
  • Loading branch information
elasticmachine committed Jul 4, 2023
commit 32e0e3371ea801b4062e4f00868d7173bd653747
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@ require (
sigs.k8s.io/yaml v1.3.0 // indirect
)

replace github.com/elastic/elastic-package => github.com/jsoriano/elastic-package v0.66.1-0.20230703171946-ff8b347bd009
replace github.com/elastic/elastic-package => github.com/jsoriano/elastic-package v0.66.1-0.20230703172911-1131866bcff9
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@ github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8Hm
github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y=
github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=
github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo=
github.com/jsoriano/elastic-package v0.66.1-0.20230703171946-ff8b347bd009 h1:nL4MQ+NGVidF+mpsyT71oM8GKbtLOAGnHV3RDtu/BVA=
github.com/jsoriano/elastic-package v0.66.1-0.20230703171946-ff8b347bd009/go.mod h1:rVP3IVNZifiSqU/aCO1+F2OBfTysJ7gW9oS41Ix52jQ=
github.com/jsoriano/elastic-package v0.66.1-0.20230703172911-1131866bcff9 h1:XVlcW2nmVeGacgdorBgtm1YknuEq2ZxcsWG7XejiP1c=
github.com/jsoriano/elastic-package v0.66.1-0.20230703172911-1131866bcff9/go.mod h1:rVP3IVNZifiSqU/aCO1+F2OBfTysJ7gW9oS41Ix52jQ=
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 h1:Z9n2FFNUXsshfwJMBgNA0RU6/i7WVaAegv3PtuIHPMs=
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51/go.mod h1:CzGEWj7cYgsdH8dAjBGEr58BoE7ScuLd+fwFZ44+/x8=
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
Expand Down