Skip to content

Commit

Permalink
Update registry version again (elastic#113)
Browse files Browse the repository at this point in the history
This time it is updated to make sure the most recent version of the ingest pipeline code is used to read from the correct paths.
  • Loading branch information
ruflin authored Jul 2, 2020
1 parent 6862b6a commit 6a6fac0
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 8 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/elastic/package-storage
go 1.12

require (
github.com/elastic/package-registry v0.4.1-0.20200701184232-e93e801a6dfb
github.com/elastic/package-registry v0.4.1-0.20200702132954-41c150c8020e
github.com/magefile/mage v1.9.0
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.4.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ github.com/elastic/package-registry v0.4.1-0.20200630205652-7ced31a1b229 h1:QWEv
github.com/elastic/package-registry v0.4.1-0.20200630205652-7ced31a1b229/go.mod h1:ERTTIxAsQOCVZJDqR4LJbDDAtxV+pz4wdPPrKheiAUc=
github.com/elastic/package-registry v0.4.1-0.20200701184232-e93e801a6dfb h1:8fI3eTTxdkoEzIyul+ZzSQ1MAa90i7V1C9CA7r0oiII=
github.com/elastic/package-registry v0.4.1-0.20200701184232-e93e801a6dfb/go.mod h1:ERTTIxAsQOCVZJDqR4LJbDDAtxV+pz4wdPPrKheiAUc=
github.com/elastic/package-registry v0.4.1-0.20200702132954-41c150c8020e h1:B0i7PeWOSzKCX+Xba1SSTq7jAJKZK1IMwGfMOTOO/5I=
github.com/elastic/package-registry v0.4.1-0.20200702132954-41c150c8020e/go.mod h1:ERTTIxAsQOCVZJDqR4LJbDDAtxV+pz4wdPPrKheiAUc=
github.com/gorilla/mux v1.7.4 h1:VuZ8uybHlWmqV03+zRzdwKL4tUnIp1MAQtp1mIFE1bc=
github.com/gorilla/mux v1.7.4/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So=
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 h1:rp+c0RAYOWj8l6qbCUTSiRLG/iKnW3K3/QfPPuSsBt4=
Expand Down
30 changes: 24 additions & 6 deletions vendor/github.com/elastic/package-registry/util/dataset.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ github.com/davecgh/go-spew/spew
github.com/elastic/go-ucfg
github.com/elastic/go-ucfg/parse
github.com/elastic/go-ucfg/yaml
# github.com/elastic/package-registry v0.4.1-0.20200701184232-e93e801a6dfb
# github.com/elastic/package-registry v0.4.1-0.20200702132954-41c150c8020e
github.com/elastic/package-registry/util
# github.com/magefile/mage v1.9.0
github.com/magefile/mage/mg
Expand Down

0 comments on commit 6a6fac0

Please sign in to comment.