Skip to content

Commit

Permalink
Update pillar dependency in edgeview and newlog
Browse files Browse the repository at this point in the history
The main purpose of this PR is to update the indirect dependency on
Focinfi/go-dns-resolver package. The previous version of this package
was missing license.

Also run 'go mod tidy' for both packages and 'go mod vendor'
additionally for newlog (edgeview does not use vendoring).

Signed-off-by: Milan Lenco <milan@zededa.com>
  • Loading branch information
milan-zededa authored and eriknordmark committed Oct 25, 2022
1 parent 84058cf commit 0aad7d6
Show file tree
Hide file tree
Showing 45 changed files with 9,855 additions and 2,401 deletions.
6 changes: 3 additions & 3 deletions pkg/edgeview/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ require (
github.com/gorilla/websocket v1.4.2
github.com/grandcat/zeroconf v1.0.0
github.com/lf-edge/eve/api/go v0.0.0-20220629080033-b2471c507920
github.com/lf-edge/eve/pkg/pillar v0.0.0-20220822214905-7a5b0a24ad8f
github.com/lf-edge/eve/pkg/pillar v0.0.0-20221025082440-d8005e30e22d
github.com/satori/go.uuid v1.2.1-0.20180404165556-75cca531ea76
github.com/shirou/gopsutil v0.0.0-20190323131628-2cbc9195c892
github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada
github.com/sirupsen/logrus v1.8.1
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.0.0-20220704084225-05e143d24a9e
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
)
660 changes: 643 additions & 17 deletions pkg/edgeview/go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pkg/newlog/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/golang/protobuf v1.5.2
github.com/google/go-cmp v0.5.7
github.com/lf-edge/eve/api/go v0.0.0-20220616105859-8b9463e1561b
github.com/lf-edge/eve/pkg/pillar v0.0.0-20220616105859-8b9463e1561b
github.com/lf-edge/eve/pkg/pillar v0.0.0-20221025082440-d8005e30e22d
github.com/sirupsen/logrus v1.8.1
)

Expand Down
634 changes: 623 additions & 11 deletions pkg/newlog/go.sum

Large diffs are not rendered by default.

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

130 changes: 112 additions & 18 deletions pkg/newlog/vendor/github.com/lf-edge/eve/api/go/config/devcommon.pb.go

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

Loading

0 comments on commit 0aad7d6

Please sign in to comment.