Skip to content

Commit

Permalink
pkg: make bump-eve-api result
Browse files Browse the repository at this point in the history
Just autogenerated stuff after updating the eve-api and calling:

make bump-eve-api

Nothing to look at.

Signed-off-by: Christoph Ostarek <christoph@zededa.com>
  • Loading branch information
christoph-zededa committed Mar 1, 2024
1 parent 9ea1132 commit 558db2e
Show file tree
Hide file tree
Showing 41 changed files with 5,176 additions and 5,608 deletions.
2 changes: 1 addition & 1 deletion pkg/edgeview/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/coreos/go-semver v0.3.1
github.com/gorilla/websocket v1.4.2
github.com/grandcat/zeroconf v1.0.0
github.com/lf-edge/eve-api/go v0.0.0-20240223172542-a95e144d46a9
github.com/lf-edge/eve-api/go v0.0.0-20240229195728-6180247abbc1
github.com/lf-edge/eve/pkg/pillar v0.0.0-20231025120317-b25d016a16bb
github.com/satori/go.uuid v1.2.1-0.20180404165556-75cca531ea76
github.com/shirou/gopsutil v3.21.11+incompatible
Expand Down
4 changes: 2 additions & 2 deletions pkg/edgeview/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -524,8 +524,8 @@ github.com/kr/pty v1.1.5/go.mod h1:9r2w37qlBe7rQ6e1fg1S/9xpWHSnaqNdHD3WcMdbPDA=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/lf-edge/eve-api/go v0.0.0-20240223172542-a95e144d46a9 h1:MXZtUZ1hVvI7tG8v/cT/WzqCpmFzBueHNjDWZ2jDGL0=
github.com/lf-edge/eve-api/go v0.0.0-20240223172542-a95e144d46a9/go.mod h1:6XqpOM8p1HsluNIGw2ihYPYsaAisQ5CuJpbIKHXQo5w=
github.com/lf-edge/eve-api/go v0.0.0-20240229195728-6180247abbc1 h1:zLZ778WcW/abHulmCZREEQllcJFFk4A748lDFt962Rc=
github.com/lf-edge/eve-api/go v0.0.0-20240229195728-6180247abbc1/go.mod h1:6XqpOM8p1HsluNIGw2ihYPYsaAisQ5CuJpbIKHXQo5w=
github.com/lf-edge/eve/pkg/pillar v0.0.0-20231025120317-b25d016a16bb h1:pbvujlQLA66epNvCGgf4eRSdUTKvYPwU7fzOAltP/9o=
github.com/lf-edge/eve/pkg/pillar v0.0.0-20231025120317-b25d016a16bb/go.mod h1:YuUrK7yQdrSGH3D7auTDYNRgcBGBKGzbcVL5mY4IzrY=
github.com/lyft/protoc-gen-star v0.5.3/go.mod h1:V0xaHgaf5oCCqmcxYcWiDfTiKsZsRc87/1qhoTACD8w=
Expand Down

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

2 changes: 1 addition & 1 deletion pkg/edgeview/vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ github.com/gorilla/websocket
# github.com/grandcat/zeroconf v1.0.0
## explicit; go 1.13
github.com/grandcat/zeroconf
# github.com/lf-edge/eve-api/go v0.0.0-20240223172542-a95e144d46a9
# github.com/lf-edge/eve-api/go v0.0.0-20240229195728-6180247abbc1
## explicit; go 1.20
github.com/lf-edge/eve-api/go/auth
github.com/lf-edge/eve-api/go/certs
Expand Down
2 changes: 1 addition & 1 deletion pkg/newlog/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/euank/go-kmsg-parser v2.0.0+incompatible
github.com/golang/protobuf v1.5.2
github.com/google/go-cmp v0.5.9
github.com/lf-edge/eve-api/go v0.0.0-20230727134029-123abaf9479d
github.com/lf-edge/eve-api/go v0.0.0-20240229195728-6180247abbc1
github.com/lf-edge/eve/pkg/pillar v0.0.0-20230727061425-295cf5137a5c
github.com/sirupsen/logrus v1.9.0
)
Expand Down
4 changes: 2 additions & 2 deletions pkg/newlog/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -520,8 +520,8 @@ github.com/kr/pty v1.1.5/go.mod h1:9r2w37qlBe7rQ6e1fg1S/9xpWHSnaqNdHD3WcMdbPDA=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/lf-edge/eve-api/go v0.0.0-20230727134029-123abaf9479d h1:faYpmFF68poaWd6x7jeus1fR0RSeT1FbecIaZlv6rvQ=
github.com/lf-edge/eve-api/go v0.0.0-20230727134029-123abaf9479d/go.mod h1:6XqpOM8p1HsluNIGw2ihYPYsaAisQ5CuJpbIKHXQo5w=
github.com/lf-edge/eve-api/go v0.0.0-20240229195728-6180247abbc1 h1:zLZ778WcW/abHulmCZREEQllcJFFk4A748lDFt962Rc=
github.com/lf-edge/eve-api/go v0.0.0-20240229195728-6180247abbc1/go.mod h1:6XqpOM8p1HsluNIGw2ihYPYsaAisQ5CuJpbIKHXQo5w=
github.com/lf-edge/eve/pkg/pillar v0.0.0-20230727061425-295cf5137a5c h1:zTBHaGVLcIUNV0dh9NzEtkYOMzYtZaumvMptFZRrxiU=
github.com/lf-edge/eve/pkg/pillar v0.0.0-20230727061425-295cf5137a5c/go.mod h1:+FNnWXal1oxTF8xkhjyVIcSzvpXNCe2+7LXwMrNQP2E=
github.com/lyft/protoc-gen-star v0.5.3/go.mod h1:V0xaHgaf5oCCqmcxYcWiDfTiKsZsRc87/1qhoTACD8w=
Expand Down
Loading

0 comments on commit 558db2e

Please sign in to comment.