-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump go.einride.tech/sage from 0.209.1 to 0.211.0 in /.sage
Bumps [go.einride.tech/sage](https://github.com/einride/sage) from 0.209.1 to 0.211.0. - [Release notes](https://github.com/einride/sage/releases) - [Commits](einride/sage@v0.209.1...v0.211.0) --- updated-dependencies: - dependency-name: go.einride.tech/sage dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
e3bd18a
commit 64eb6dd
Showing
6 changed files
with
11 additions
and
11 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
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,2 +1,2 @@ | ||
go.einride.tech/sage v0.209.1 h1:6ocqqHl+h11lfhDFXnrk27x+4LjI79MuqnJWM4dzPjQ= | ||
go.einride.tech/sage v0.209.1/go.mod h1:EzV5uciFX7/2ho8EKB5K9JghOfXIxlzs694b+Tkl5GQ= | ||
go.einride.tech/sage v0.211.0 h1:5vtIMUBjVd/kEyAu/1GvuO3PavSY5Wr7hT/dep/9HKA= | ||
go.einride.tech/sage v0.211.0/go.mod h1:EzV5uciFX7/2ho8EKB5K9JghOfXIxlzs694b+Tkl5GQ= |
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
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,6 +1,5 @@ | ||
package mocks | ||
|
||
//nolint:lll | ||
//go:generate mockgen -destination gen/mockclock/mocks.go -package mockclock go.einride.tech/can/internal/clock Clock,Ticker | ||
//go:generate mockgen -destination gen/mocksocketcan/mocks.go -package mocksocketcan -source ../../pkg/socketcan/fileconn.go | ||
//go:generate mockgen -destination gen/mockcanrunner/mocks.go -package mockcanrunner go.einride.tech/can/pkg/canrunner Node,TransmittedMessage,ReceivedMessage,FrameTransmitter,FrameReceiver |
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
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