Skip to content

Commit

Permalink
vendor: Bump cilium/dns to fix bug where timeout was not respected
Browse files Browse the repository at this point in the history
This pulls in cilium/dns#11 which fixes a bug where the `SharedClient`
logic did not respect the `c.Client.Timeout` field.

Signed-off-by: Sebastian Wicki <sebastian@isovalent.com>
  • Loading branch information
gandro authored and sayboras committed Apr 22, 2024
1 parent a758d21 commit c76677d
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 @@ -21,7 +21,7 @@ require (
github.com/cilium/checkmate v1.0.3
github.com/cilium/coverbee v0.3.2
github.com/cilium/deepequal-gen v0.0.0-20231116094812-0d6c075c335f
github.com/cilium/dns v1.1.51-0.20240411200813-4e6b438d9e05
github.com/cilium/dns v1.1.51-0.20240416134107-d47d0dd702a1
github.com/cilium/ebpf v0.14.0
github.com/cilium/endpointslice-controller v0.0.0-20240409203012-75cb5d61db1b
github.com/cilium/fake v0.6.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum

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

2 changes: 1 addition & 1 deletion vendor/github.com/cilium/dns/shared_client.go

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 @@ -203,7 +203,7 @@ github.com/cilium/coverbee/pkg/verifierlog
## explicit; go 1.20
github.com/cilium/deepequal-gen
github.com/cilium/deepequal-gen/generators
# github.com/cilium/dns v1.1.51-0.20240411200813-4e6b438d9e05
# github.com/cilium/dns v1.1.51-0.20240416134107-d47d0dd702a1
## explicit; go 1.18
github.com/cilium/dns
# github.com/cilium/ebpf v0.14.0
Expand Down

0 comments on commit c76677d

Please sign in to comment.