forked from lf-edge/eve
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Milan Lenco <milan@zededa.com>
- Loading branch information
1 parent
923acb5
commit 13b2c56
Showing
2 changed files
with
81 additions
and
1,306 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,41 @@ | ||
module github.com/lf-edge/eve/pkg/wwan/mmagent | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/godbus/dbus/v5 v5.1.0 | ||
github.com/lf-edge/eve/pkg/pillar v0.0.0-20231027065537-54cee95e20b8 | ||
github.com/lf-edge/eve/pkg/pillar v0.0.0-20240417234153-53dbc10640ca | ||
github.com/miekg/dns v1.1.55 | ||
github.com/sirupsen/logrus v1.9.0 | ||
github.com/sirupsen/logrus v1.9.3 | ||
github.com/tatsushid/go-fastping v0.0.0-20160109021039-d7bb493dee3e | ||
github.com/vishvananda/netlink v1.1.1-0.20210924202909-187053b97868 | ||
golang.org/x/sys v0.13.0 | ||
github.com/vishvananda/netlink v1.2.1-beta.2 | ||
golang.org/x/sys v0.17.0 | ||
) | ||
|
||
require ( | ||
github.com/eriknordmark/ipinfo v0.0.0-20230728132417-2d8f4da903d7 // indirect | ||
github.com/fsnotify/fsnotify v1.5.1 // indirect | ||
github.com/fsnotify/fsnotify v1.6.0 // indirect | ||
github.com/gabriel-vasile/mimetype v1.4.2 // indirect | ||
github.com/go-ole/go-ole v1.2.6 // indirect | ||
github.com/google/go-cmp v0.5.9 // indirect | ||
github.com/google/go-containerregistry v0.8.0 // indirect | ||
github.com/go-playground/locales v0.14.1 // indirect | ||
github.com/go-playground/universal-translator v0.18.1 // indirect | ||
github.com/go-playground/validator/v10 v10.15.5 // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/google/go-containerregistry v0.14.0 // indirect | ||
github.com/google/go-tpm v0.3.0 // indirect | ||
github.com/lf-edge/eve-api/go v0.0.0-20240322135714-a2b011fedf87 // indirect | ||
github.com/kr/pretty v0.3.1 // indirect | ||
github.com/leodido/go-urn v1.2.4 // indirect | ||
github.com/lf-edge/eve-api/go v0.0.0-20240405192828-57b8263b8048 // indirect | ||
github.com/lf-edge/eve/pkg/kube/cnirpc v0.0.0-20240315102754-0f6d1f182e0d // indirect | ||
github.com/satori/go.uuid v1.2.1-0.20180404165556-75cca531ea76 // indirect | ||
github.com/shirou/gopsutil v3.21.11+incompatible // indirect | ||
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect | ||
github.com/yusufpapurcu/wmi v1.2.2 // indirect | ||
golang.org/x/mod v0.7.0 // indirect | ||
golang.org/x/net v0.17.0 // indirect | ||
golang.org/x/tools v0.3.0 // indirect | ||
golang.org/x/crypto v0.19.0 // indirect | ||
golang.org/x/mod v0.15.0 // indirect | ||
golang.org/x/net v0.21.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
golang.org/x/tools v0.18.0 // indirect | ||
google.golang.org/protobuf v1.33.0 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
) |
Oops, something went wrong.