Skip to content

Commit

Permalink
Merge pull request #34 from gardener/fix-startup-check
Browse files Browse the repository at this point in the history
updated controller-manager-library for startup check issue
  • Loading branch information
MartinWeindel authored Jul 10, 2020
2 parents 16eeaf6 + 69e363e commit 8d8efd0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.13
require (
github.com/ahmetb/gen-crd-api-reference-docs v0.1.5
github.com/emicklei/go-restful v2.11.1+incompatible // indirect
github.com/gardener/controller-manager-library v0.1.1-0.20200505095016-1674d986dfac
github.com/gardener/controller-manager-library v0.1.1-0.20200709142337-f9a87426b56d
github.com/gardener/external-dns-management v0.7.10
github.com/go-acme/lego/v3 v3.7.0
github.com/go-openapi/spec v0.19.4 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ github.com/fatih/structs v1.1.0/go.mod h1:9NiDSp5zOcgEDl+j00MP/WkGVPOlPRLejGD8Ga
github.com/fsnotify/fsnotify v1.4.7 h1:IXs+QLmnXW2CcXuY+8Mzv/fWEsPGWxqefPtCP5CnV9I=
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
github.com/gardener/controller-manager-library v0.1.1-0.20200402075246-46a23d87218c/go.mod h1:v6cbldxmpL2fYBEB2lSnq3LSEPwIHus9En6iIhwNE1k=
github.com/gardener/controller-manager-library v0.1.1-0.20200505095016-1674d986dfac h1:T/dSauT3b6ma24Np9CW2W8bZiY08H0E1DFWXwrYkpek=
github.com/gardener/controller-manager-library v0.1.1-0.20200505095016-1674d986dfac/go.mod h1:v6cbldxmpL2fYBEB2lSnq3LSEPwIHus9En6iIhwNE1k=
github.com/gardener/controller-manager-library v0.1.1-0.20200709142337-f9a87426b56d h1:2LOUgXsrod6J1JDkwk+s3g8t7SFywvPkQpBL9ugjUjw=
github.com/gardener/controller-manager-library v0.1.1-0.20200709142337-f9a87426b56d/go.mod h1:v6cbldxmpL2fYBEB2lSnq3LSEPwIHus9En6iIhwNE1k=
github.com/gardener/external-dns-management v0.7.10 h1:d4kBs/nv+FWXEFwp1J+ncMFwNTUggeqtBm26Z5aqxuY=
github.com/gardener/external-dns-management v0.7.10/go.mod h1:eLmZ0jnuGywTK3pHUGCiobzCpYdvwmDwjI5Mi48htvY=
github.com/ghodss/yaml v0.0.0-20150909031657-73d445a93680/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
Expand Down

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 @@ -21,7 +21,7 @@ github.com/emicklei/go-restful
github.com/emicklei/go-restful/log
# github.com/evanphx/json-patch v4.5.0+incompatible
github.com/evanphx/json-patch
# github.com/gardener/controller-manager-library v0.1.1-0.20200505095016-1674d986dfac
# github.com/gardener/controller-manager-library v0.1.1-0.20200709142337-f9a87426b56d
github.com/gardener/controller-manager-library/pkg/controllermanager
github.com/gardener/controller-manager-library/pkg/controllermanager/cluster
github.com/gardener/controller-manager-library/pkg/controllermanager/config
Expand Down

0 comments on commit 8d8efd0

Please sign in to comment.