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

Commit

Permalink
[snapshot] Update package-registry to 0.9.0 (#249)
Browse files Browse the repository at this point in the history
* Update package-registry to 0.9.0

* Fix: mage check
  • Loading branch information
mtojek committed Aug 4, 2020
1 parent a125b8f commit addf7de
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 1,072 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
FROM docker.elastic.co/package-registry/distribution:production AS production
FROM docker.elastic.co/package-registry/distribution:staging AS staging

FROM docker.elastic.co/package-registry/package-registry:v0.7.1
LABEL package-registry=v0.7.1
FROM docker.elastic.co/package-registry/package-registry:v0.9.0
LABEL package-registry=v0.9.0

COPY --from=production /packages/production /packages/production
COPY --from=staging /packages/staging /packages/staging
Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ module github.com/elastic/package-storage
go 1.12

require (
github.com/elastic/package-registry v0.7.0
github.com/elastic/package-registry v0.9.0
github.com/magefile/mage v1.9.0
github.com/pkg/errors v0.9.1
github.com/radovskyb/watcher v1.0.7 // indirect
github.com/stretchr/testify v1.4.0
gopkg.in/yaml.v2 v2.3.0 // indirect
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ github.com/elastic/go-ucfg v0.8.4-0.20200415140258-1232bd4774a6 h1:Ehbr7du4rSSEy
github.com/elastic/go-ucfg v0.8.4-0.20200415140258-1232bd4774a6/go.mod h1:iaiY0NBIYeasNgycLyTvhJftQlQEUO2hpF+FX0JKxzo=
github.com/elastic/package-registry v0.7.0 h1:32fAVDQNNJ+mE/8zVNXfUCPX99Z6DLghmPkI4YZBhRA=
github.com/elastic/package-registry v0.7.0/go.mod h1:ERTTIxAsQOCVZJDqR4LJbDDAtxV+pz4wdPPrKheiAUc=
github.com/elastic/package-registry v0.9.0 h1:bfVF5k6w43zjYaF+0t3fRCU1IguRhwqeY1wjG1LMA6k=
github.com/elastic/package-registry v0.9.0/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
15 changes: 8 additions & 7 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.

78 changes: 0 additions & 78 deletions vendor/github.com/elastic/package-registry/util/package_watcher.go

This file was deleted.

4 changes: 0 additions & 4 deletions vendor/github.com/radovskyb/watcher/.travis.yml

This file was deleted.

27 changes: 0 additions & 27 deletions vendor/github.com/radovskyb/watcher/LICENSE

This file was deleted.

181 changes: 0 additions & 181 deletions vendor/github.com/radovskyb/watcher/README.md

This file was deleted.

12 changes: 0 additions & 12 deletions vendor/github.com/radovskyb/watcher/ishidden.go

This file was deleted.

21 changes: 0 additions & 21 deletions vendor/github.com/radovskyb/watcher/ishidden_windows.go

This file was deleted.

Loading

0 comments on commit addf7de

Please sign in to comment.