diff --git a/.sage/go.mod b/.sage/go.mod index 19b64c1..6aac90b 100644 --- a/.sage/go.mod +++ b/.sage/go.mod @@ -2,4 +2,4 @@ module sage go 1.17 -require go.einride.tech/sage v0.170.0 +require go.einride.tech/sage v0.182.0 diff --git a/.sage/go.sum b/.sage/go.sum index d0b6171..152deaf 100644 --- a/.sage/go.sum +++ b/.sage/go.sum @@ -1,2 +1,2 @@ -go.einride.tech/sage v0.170.0 h1:7mlKMqp8HoNofkHv50SRO40fBkA4heRQBAXeTYaZpuU= -go.einride.tech/sage v0.170.0/go.mod h1:EzV5uciFX7/2ho8EKB5K9JghOfXIxlzs694b+Tkl5GQ= +go.einride.tech/sage v0.182.0 h1:yvTDktPO1DkTVgxtVkHBoqRM8RAFJVD4RqM8W74vHNc= +go.einride.tech/sage v0.182.0/go.mod h1:EzV5uciFX7/2ho8EKB5K9JghOfXIxlzs694b+Tkl5GQ= diff --git a/Makefile b/Makefile index 6957372..451410d 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/examples/proto/Makefile b/examples/proto/Makefile index bbd9577..8a354af 100644 --- a/examples/proto/Makefile +++ b/examples/proto/Makefile @@ -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