File tree Expand file tree Collapse file tree 5 files changed +478
-735
lines changed
github.com/lf-edge/eve-api/go/info Expand file tree Collapse file tree 5 files changed +478
-735
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ require (
27
27
github.com/jackwakefield/gopac v1.0.2
28
28
github.com/jaypipes/ghw v0.8.0
29
29
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
31
31
github.com/lf-edge/eve-libs v0.0.0-20230921141205-94d6f6b65597
32
32
github.com/linuxkit/linuxkit/src/cmd/linuxkit v0.0.0-20220913135124-e532e7310810
33
33
github.com/miekg/dns v1.1.41
@@ -104,7 +104,6 @@ require (
104
104
github.com/klauspost/compress v1.15.1 // indirect
105
105
github.com/kr/fs v0.1.0 // indirect
106
106
github.com/leodido/go-urn v1.2.4 // indirect
107
- github.com/lf-edge/eve-api v0.0.0-20231101130551-3e88f723673a // indirect
108
107
github.com/lithammer/shortuuid/v4 v4.0.0 // indirect
109
108
github.com/mattn/go-ieproxy v0.0.1 // indirect
110
109
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
Original file line number Diff line number Diff line change @@ -1131,10 +1131,8 @@ github.com/leodido/go-urn v1.2.4 h1:XlAE/cm/ms7TE/VMVoduSpNBoyc2dOxHs5MZSwAN63Q=
1131
1131
github.com/leodido/go-urn v1.2.4 /go.mod h1:7ZrI8mTSeBSHl/UaRyKQW1qZeMgak41ANeCNaVckg+4 =
1132
1132
github.com/lf-edge/edge-containers v0.0.0-20221025050409-93c34bebadd2 h1:ckxNk8MEdATh8ZsArR7puG9PI5izRzCT+/TE9dvuAwM =
1133
1133
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 =
1138
1136
github.com/lf-edge/eve-libs v0.0.0-20230921141205-94d6f6b65597 h1:/UGYRj5tdRw5m3+VjZtTx1RVgphQbthfY/Gu5W7qb5o =
1139
1137
github.com/lf-edge/eve-libs v0.0.0-20230921141205-94d6f6b65597 /go.mod h1:dEMW+ISS+vVqukeNsorFlaGCo2nuDwkK0LGyBYd8yrc =
1140
1138
github.com/lib/pq v1.0.0 /go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo =
You can’t perform that action at this time.
0 commit comments