Skip to content

Commit

Permalink
chore(deps): bump go.einride.tech/sage from 0.167.0 to 0.181.0 in /.sage
Browse files Browse the repository at this point in the history
Bumps [go.einride.tech/sage](https://github.com/einride/sage) from 0.167.0 to 0.181.0.
- [Release notes](https://github.com/einride/sage/releases)
- [Commits](einride/sage@v0.167.0...v0.181.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
dependabot[bot] authored and ericwenn committed Nov 1, 2022
1 parent 5e661ba commit 66a2ecd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .sage/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module sage

go 1.17

require go.einride.tech/sage v0.167.0
require go.einride.tech/sage v0.181.0
4 changes: 2 additions & 2 deletions .sage/go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
go.einride.tech/sage v0.167.0 h1:t26BvUwSbrjHEXSXMsj/FJhCyrfHv3dd9yVQdk+HTBM=
go.einride.tech/sage v0.167.0/go.mod h1:EzV5uciFX7/2ho8EKB5K9JghOfXIxlzs694b+Tkl5GQ=
go.einride.tech/sage v0.181.0 h1:KmxFer11k/HLBDOB9+O+M63L7u9a/LkoM0t7/RAv0QI=
go.einride.tech/sage v0.181.0/go.mod h1:EzV5uciFX7/2ho8EKB5K9JghOfXIxlzs694b+Tkl5GQ=
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Code generated by go.einride.tech/sage. DO NOT EDIT.
# To learn more, see .sage/sagefile.go and https://github.com/einride/sage.
# To learn more, see .sage/main.go and https://github.com/einride/sage.

.DEFAULT_GOAL := all

Expand Down
2 changes: 1 addition & 1 deletion internal/protoloader/loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func LoadFilesFromGoPackage(goPackage string) (*protoregistry.Files, error) {
return files, nil
}

//nolint: gochecknoglobals
//nolint:gochecknoglobals
var mainTemplate = template.Must(template.New("main").Parse(`
package main
Expand Down

0 comments on commit 66a2ecd

Please sign in to comment.