Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[12.0 stable] Update pillar in wwan/mmagent #4062

Merged
merged 1 commit into from
Jul 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/wwan/mmagent/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/godbus/dbus/v5 v5.1.0
github.com/lf-edge/eve/pkg/pillar v0.0.0-20240417234153-53dbc10640ca
github.com/lf-edge/eve/pkg/pillar v0.0.0-20240707181159-e6f9597bf316
github.com/miekg/dns v1.1.55
github.com/sirupsen/logrus v1.9.3
github.com/tatsushid/go-fastping v0.0.0-20160109021039-d7bb493dee3e
Expand Down
4 changes: 2 additions & 2 deletions pkg/wwan/mmagent/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ github.com/lf-edge/eve-api/go v0.0.0-20240405192828-57b8263b8048 h1:Z0eG6ILyCUUa
github.com/lf-edge/eve-api/go v0.0.0-20240405192828-57b8263b8048/go.mod h1:ot6MhAhBXapUDl/hXklaX4kY88T3uC4PTg0D2wD8DzA=
github.com/lf-edge/eve/pkg/kube/cnirpc v0.0.0-20240315102754-0f6d1f182e0d h1:tUBb9M6u42LXwHAYHyh22wJeUUQlTpDkXwRXalpRqbo=
github.com/lf-edge/eve/pkg/kube/cnirpc v0.0.0-20240315102754-0f6d1f182e0d/go.mod h1:Nn3juMJJ1G8dyHOebdZyS4jOB/fuxAd5fIajBaWjHr8=
github.com/lf-edge/eve/pkg/pillar v0.0.0-20240417234153-53dbc10640ca h1:pNlM0qUxLNelkgb5JVIlcXPNy/2EWCVRev7OtkHMUh0=
github.com/lf-edge/eve/pkg/pillar v0.0.0-20240417234153-53dbc10640ca/go.mod h1:N64mWKjr3OghMhpAI+2RFj4didjqHTrljhiNw/J3Sf4=
github.com/lf-edge/eve/pkg/pillar v0.0.0-20240707181159-e6f9597bf316 h1:mVXJy1l/rPbyfYolWfkeZ9kr7pmJCkHcrfyzOnWXU94=
github.com/lf-edge/eve/pkg/pillar v0.0.0-20240707181159-e6f9597bf316/go.mod h1:N64mWKjr3OghMhpAI+2RFj4didjqHTrljhiNw/J3Sf4=
github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=
github.com/miekg/dns v1.1.55 h1:GoQ4hpsj0nFLYe+bWiCToyrBEJXkQfOOIvFGFy0lEgo=
github.com/miekg/dns v1.1.55/go.mod h1:uInx36IzPl7FYnDcMeVWxj9byh7DutNykX4G9Sj60FY=
Expand Down

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

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

2 changes: 1 addition & 1 deletion pkg/wwan/mmagent/vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ github.com/lf-edge/eve-api/go/profile
# github.com/lf-edge/eve/pkg/kube/cnirpc v0.0.0-20240315102754-0f6d1f182e0d
## explicit; go 1.20
github.com/lf-edge/eve/pkg/kube/cnirpc
# github.com/lf-edge/eve/pkg/pillar v0.0.0-20240417234153-53dbc10640ca
# github.com/lf-edge/eve/pkg/pillar v0.0.0-20240707181159-e6f9597bf316
## explicit; go 1.21
github.com/lf-edge/eve/pkg/pillar/agentbase
github.com/lf-edge/eve/pkg/pillar/agentlog
Expand Down
Loading