Skip to content

Commit

Permalink
Prepare 0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jpreese committed Jul 4, 2020
1 parent 8735f56 commit e4fcbf6
Show file tree
Hide file tree
Showing 4 changed files with 159 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ images:
source: quay.io
- repository: jimmidyson/configmap-reload
version: v0.3.1
source: docker.i
source: docker.io
- repository: coreos/prometheus-config-reloader
version: v0.40.0
source: quay.io
Expand Down
10 changes: 3 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,17 @@ module github.com/plexsystems/sinker
go 1.14

require (
github.com/Microsoft/hcsshim v0.8.9 // indirect
github.com/containerd/continuity v0.0.0-20200413184840-d3ef23f19fbb // indirect
github.com/coreos/prometheus-operator v0.39.0
github.com/docker/cli v0.0.0-20200130152716-5d0cf8839492
github.com/docker/distribution v2.7.1+incompatible
github.com/docker/docker v1.4.2-0.20190916154449-92cc603036dd
github.com/genuinetools/reg v0.16.1
github.com/ghodss/yaml v1.0.0
github.com/google/go-cmp v0.4.0 // indirect
github.com/hashicorp/go-version v1.1.0
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/hashicorp/go-version v1.2.0
github.com/plexsystems/imagesync v0.4.0
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.4.0
gopkg.in/yaml.v3 v3.0.0-20190905181640-827449938966
gopkg.in/yaml.v3 v3.0.0-20200121175148-a6ecf24a6d71
k8s.io/api v0.18.2
k8s.io/apimachinery v0.18.2
)
Loading

0 comments on commit e4fcbf6

Please sign in to comment.