Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
Update registry to latest version (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruflin authored Jun 23, 2020
1 parent 221f0d8 commit 284acf9
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 45 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.20200618094131-9b38a6660e60
github.com/elastic/package-registry v0.4.1-0.20200618213757-98d7184cfe5b
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.20200617095959-29f7f04363ed h1:XVk2
github.com/elastic/package-registry v0.4.1-0.20200617095959-29f7f04363ed/go.mod h1:oQx3Tg9ynuC6APd0o0OHud9kyPX6S6IzdJp/R4Hj1HY=
github.com/elastic/package-registry v0.4.1-0.20200618094131-9b38a6660e60 h1:Piz/H5PKuy4taQZYxbp6np4otpO77J9RbjH0f+4hzys=
github.com/elastic/package-registry v0.4.1-0.20200618094131-9b38a6660e60/go.mod h1:oQx3Tg9ynuC6APd0o0OHud9kyPX6S6IzdJp/R4Hj1HY=
github.com/elastic/package-registry v0.4.1-0.20200618213757-98d7184cfe5b h1:NKaNWxpZjr2V750h2Q6q52W4ZGGHdX0TOcNaFrhnk3w=
github.com/elastic/package-registry v0.4.1-0.20200618213757-98d7184cfe5b/go.mod h1:oQx3Tg9ynuC6APd0o0OHud9kyPX6S6IzdJp/R4Hj1HY=
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
80 changes: 62 additions & 18 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.

24 changes: 0 additions & 24 deletions vendor/github.com/elastic/package-registry/util/mapstr.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.20200618094131-9b38a6660e60
# github.com/elastic/package-registry v0.4.1-0.20200618213757-98d7184cfe5b
github.com/elastic/package-registry/util
# github.com/magefile/mage v1.9.0
github.com/magefile/mage/mg
Expand Down

0 comments on commit 284acf9

Please sign in to comment.