Skip to content

Commit 171eb7f

Browse files
uncleDecarteriknordmark
authored andcommitted
Update eve-api/go module
This patch removes previously added eve-api module and updates eve-api/go module, since we are using go bindings Signed-off-by: Pavel Abramov <[email protected]>
1 parent 2279125 commit 171eb7f

File tree

5 files changed

+478
-735
lines changed

5 files changed

+478
-735
lines changed

pkg/pillar/go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727
github.com/jackwakefield/gopac v1.0.2
2828
github.com/jaypipes/ghw v0.8.0
2929
github.com/lf-edge/edge-containers v0.0.0-20221025050409-93c34bebadd2
30-
github.com/lf-edge/eve-api/go v0.0.0-20231011200019-cb3cb1275e0d
30+
github.com/lf-edge/eve-api/go v0.0.0-20231101130551-3e88f723673a
3131
github.com/lf-edge/eve-libs v0.0.0-20230921141205-94d6f6b65597
3232
github.com/linuxkit/linuxkit/src/cmd/linuxkit v0.0.0-20220913135124-e532e7310810
3333
github.com/miekg/dns v1.1.41
@@ -104,7 +104,6 @@ require (
104104
github.com/klauspost/compress v1.15.1 // indirect
105105
github.com/kr/fs v0.1.0 // indirect
106106
github.com/leodido/go-urn v1.2.4 // indirect
107-
github.com/lf-edge/eve-api v0.0.0-20231101130551-3e88f723673a // indirect
108107
github.com/lithammer/shortuuid/v4 v4.0.0 // indirect
109108
github.com/mattn/go-ieproxy v0.0.1 // indirect
110109
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect

pkg/pillar/go.sum

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,10 +1131,8 @@ github.com/leodido/go-urn v1.2.4 h1:XlAE/cm/ms7TE/VMVoduSpNBoyc2dOxHs5MZSwAN63Q=
11311131
github.com/leodido/go-urn v1.2.4/go.mod h1:7ZrI8mTSeBSHl/UaRyKQW1qZeMgak41ANeCNaVckg+4=
11321132
github.com/lf-edge/edge-containers v0.0.0-20221025050409-93c34bebadd2 h1:ckxNk8MEdATh8ZsArR7puG9PI5izRzCT+/TE9dvuAwM=
11331133
github.com/lf-edge/edge-containers v0.0.0-20221025050409-93c34bebadd2/go.mod h1:eA41YxPbZRVvewIYRzmqDB1PeLQXxCy9WQEc3AVCsPI=
1134-
github.com/lf-edge/eve-api v0.0.0-20231101130551-3e88f723673a h1:8nv0b6TNNGI3RdtuuMgl1bIRggL9xdUdSO0i4oft3O4=
1135-
github.com/lf-edge/eve-api v0.0.0-20231101130551-3e88f723673a/go.mod h1:hF6C5Z6DeeAjmV10yQEBpU4LJy75UeOYRlI9NMib7Ys=
1136-
github.com/lf-edge/eve-api/go v0.0.0-20231011200019-cb3cb1275e0d h1:PVKqYtPsH5BAIYfOaKej/+lc7+GKcFZBGnzbS6JWbrE=
1137-
github.com/lf-edge/eve-api/go v0.0.0-20231011200019-cb3cb1275e0d/go.mod h1:6XqpOM8p1HsluNIGw2ihYPYsaAisQ5CuJpbIKHXQo5w=
1134+
github.com/lf-edge/eve-api/go v0.0.0-20231101130551-3e88f723673a h1:GDjTYjRchuuCgYsHr1N/uprRmd6iMu2Gmt7mNWJ4d6A=
1135+
github.com/lf-edge/eve-api/go v0.0.0-20231101130551-3e88f723673a/go.mod h1:6XqpOM8p1HsluNIGw2ihYPYsaAisQ5CuJpbIKHXQo5w=
11381136
github.com/lf-edge/eve-libs v0.0.0-20230921141205-94d6f6b65597 h1:/UGYRj5tdRw5m3+VjZtTx1RVgphQbthfY/Gu5W7qb5o=
11391137
github.com/lf-edge/eve-libs v0.0.0-20230921141205-94d6f6b65597/go.mod h1:dEMW+ISS+vVqukeNsorFlaGCo2nuDwkK0LGyBYd8yrc=
11401138
github.com/lib/pq v1.0.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo=

0 commit comments

Comments
 (0)