Skip to content

Commit

Permalink
pillar/go.mod,go.sum,vendor: update eve-libs to latest, which include…
Browse files Browse the repository at this point in the history
…s memory leak fix

The following commit of the eve-libs is of interest:
d348f99a4e01 ("zedUpload/timeoutreader: fix timer leak which causes OOM")

This commit is autogenerated by the following commands:

   go mod tidy
   go mod vendor

Signed-off-by: Roman Penyaev <r.peniaev@gmail.com>
  • Loading branch information
rouming authored and eriknordmark committed Nov 20, 2023
1 parent a95e7f8 commit 9c194dd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pkg/pillar/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ require (
github.com/jaypipes/ghw v0.8.0
github.com/lf-edge/edge-containers v0.0.0-20221025050409-93c34bebadd2
github.com/lf-edge/eve-api/go v0.0.0-20231101130551-3e88f723673a
github.com/lf-edge/eve-libs v0.0.0-20230921141205-94d6f6b65597
github.com/lf-edge/eve-libs v0.0.0-20231120160159-666ed2307f8e
github.com/linuxkit/linuxkit/src/cmd/linuxkit v0.0.0-20220913135124-e532e7310810
github.com/miekg/dns v1.1.41
github.com/moby/sys/mountinfo v0.6.0
Expand Down
4 changes: 2 additions & 2 deletions pkg/pillar/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1133,8 +1133,8 @@ github.com/lf-edge/edge-containers v0.0.0-20221025050409-93c34bebadd2 h1:ckxNk8M
github.com/lf-edge/edge-containers v0.0.0-20221025050409-93c34bebadd2/go.mod h1:eA41YxPbZRVvewIYRzmqDB1PeLQXxCy9WQEc3AVCsPI=
github.com/lf-edge/eve-api/go v0.0.0-20231101130551-3e88f723673a h1:GDjTYjRchuuCgYsHr1N/uprRmd6iMu2Gmt7mNWJ4d6A=
github.com/lf-edge/eve-api/go v0.0.0-20231101130551-3e88f723673a/go.mod h1:6XqpOM8p1HsluNIGw2ihYPYsaAisQ5CuJpbIKHXQo5w=
github.com/lf-edge/eve-libs v0.0.0-20230921141205-94d6f6b65597 h1:/UGYRj5tdRw5m3+VjZtTx1RVgphQbthfY/Gu5W7qb5o=
github.com/lf-edge/eve-libs v0.0.0-20230921141205-94d6f6b65597/go.mod h1:dEMW+ISS+vVqukeNsorFlaGCo2nuDwkK0LGyBYd8yrc=
github.com/lf-edge/eve-libs v0.0.0-20231120160159-666ed2307f8e h1:2k1XWU4x8Zkym6Cw1spObpVsyYBCYwB7mIcN8Ge02K8=
github.com/lf-edge/eve-libs v0.0.0-20231120160159-666ed2307f8e/go.mod h1:fca8Jvpk2pnSdbfiCHjbvBE1Mn6WAQqeKyQezaSpLmU=
github.com/lib/pq v1.0.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo=
github.com/lib/pq v1.1.1/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo=
github.com/lib/pq v1.2.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo=
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 pkg/pillar/vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ github.com/lf-edge/eve-api/go/logs
github.com/lf-edge/eve-api/go/metrics
github.com/lf-edge/eve-api/go/profile
github.com/lf-edge/eve-api/go/register
# github.com/lf-edge/eve-libs v0.0.0-20230921141205-94d6f6b65597
# github.com/lf-edge/eve-libs v0.0.0-20231120160159-666ed2307f8e
## explicit; go 1.20
github.com/lf-edge/eve-libs/depgraph
github.com/lf-edge/eve-libs/nettrace
Expand Down

0 comments on commit 9c194dd

Please sign in to comment.