Skip to content

Commit

Permalink
Merge pull request #40 from openshift-cherrypick-robot/cherry-pick-39…
Browse files Browse the repository at this point in the history
…-to-release-4.6

[release-4.6] Bug 2003563: Update zeroconf vendoring
  • Loading branch information
openshift-merge-robot committed Oct 1, 2021
2 parents 793a43f + 2abf1f4 commit bd79e15
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 308 deletions.
2 changes: 1 addition & 1 deletion go.mod
@@ -1,7 +1,7 @@
module github.com/openshift/mdns-publisher

require (
github.com/celebdor/zeroconf v0.0.0-20201216161251-bb6c7f37fe7c
github.com/celebdor/zeroconf v0.0.0-20210412110229-8ba34664402f
github.com/cenkalti/backoff v2.1.1+incompatible // indirect
github.com/miekg/dns v1.1.14 // indirect
github.com/sirupsen/logrus v1.4.2
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Expand Up @@ -10,6 +10,8 @@ github.com/celebdor/zeroconf v0.0.0-20190404095836-c328d57fca11 h1:VthumoLRWujBL
github.com/celebdor/zeroconf v0.0.0-20190404095836-c328d57fca11/go.mod h1:u+uV1CvldRx3gLkxSL/4KfFGFRmdPWwFJ7lDwdFkCe4=
github.com/celebdor/zeroconf v0.0.0-20201216161251-bb6c7f37fe7c h1:UVGvsdR4CQXuGFJAzBdny+iyDFGI2M5FzDjsPDx/b3Y=
github.com/celebdor/zeroconf v0.0.0-20201216161251-bb6c7f37fe7c/go.mod h1:u+uV1CvldRx3gLkxSL/4KfFGFRmdPWwFJ7lDwdFkCe4=
github.com/celebdor/zeroconf v0.0.0-20210412110229-8ba34664402f h1:fxzZZmYfW5TJe/Ky0PplMpygmIa5hqe2IcHnKNYC3GQ=
github.com/celebdor/zeroconf v0.0.0-20210412110229-8ba34664402f/go.mod h1:u+uV1CvldRx3gLkxSL/4KfFGFRmdPWwFJ7lDwdFkCe4=
github.com/cenkalti/backoff v2.1.1+incompatible h1:tKJnvO2kl0zmb/jA5UKAt4VoEVw1qxKWjE/Bpp46npY=
github.com/cenkalti/backoff v2.1.1+incompatible/go.mod h1:90ReRw6GdpyfrHakVjL/QHaoyV4aDUVVkXQJJJ3NXXM=
github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc=
Expand Down
39 changes: 23 additions & 16 deletions vendor/github.com/celebdor/zeroconf/server.go

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

290 changes: 0 additions & 290 deletions vendor/github.com/spf13/afero/cacheOnReadFs.go

This file was deleted.

2 changes: 1 addition & 1 deletion vendor/modules.txt
@@ -1,4 +1,4 @@
# github.com/celebdor/zeroconf v0.0.0-20201216161251-bb6c7f37fe7c
# github.com/celebdor/zeroconf v0.0.0-20210412110229-8ba34664402f
github.com/celebdor/zeroconf
# github.com/cenkalti/backoff v2.1.1+incompatible
github.com/cenkalti/backoff
Expand Down

0 comments on commit bd79e15

Please sign in to comment.