-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
41 additions
and
41 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
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,5 +1,5 @@ | ||
module sage | ||
|
||
go 1.21 | ||
go 1.23 | ||
|
||
require go.einride.tech/sage v0.314.0 | ||
require go.einride.tech/sage v0.317.0 |
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.314.0 h1:PcJQD7yk+U9+nvGDOGXNV91cywzoHn540MxJRpu+w+E= | ||
go.einride.tech/sage v0.314.0/go.mod h1:EzV5uciFX7/2ho8EKB5K9JghOfXIxlzs694b+Tkl5GQ= | ||
go.einride.tech/sage v0.317.0 h1:T8Ppk5M/qTdgT1psGvsiJZSXI4SMsvLn1kgbJmDkAdA= | ||
go.einride.tech/sage v0.317.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,25 @@ | ||
module github.com/einride/protoc-gen-go-aip-test | ||
|
||
go 1.21 | ||
go 1.23 | ||
|
||
require ( | ||
cloud.google.com/go/iam v1.1.12 | ||
cloud.google.com/go/longrunning v0.5.11 | ||
cloud.google.com/go/spanner v1.65.0 | ||
cloud.google.com/go/iam v1.2.1 | ||
cloud.google.com/go/longrunning v0.6.1 | ||
cloud.google.com/go/spanner v1.69.0 | ||
github.com/google/go-cmp v0.6.0 | ||
github.com/stoewer/go-strcase v1.3.0 | ||
go.einride.tech/aip v0.67.1 | ||
google.golang.org/genproto v0.0.0-20240730163845-b1a4ccb954bf | ||
google.golang.org/genproto/googleapis/api v0.0.0-20240725223205-93522f1f2a9f | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240730163845-b1a4ccb954bf | ||
google.golang.org/grpc v1.65.0 | ||
go.einride.tech/aip v0.68.0 | ||
google.golang.org/genproto v0.0.0-20240930140551-af27646dc61f | ||
google.golang.org/genproto/googleapis/api v0.0.0-20240930140551-af27646dc61f | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240930140551-af27646dc61f | ||
google.golang.org/grpc v1.67.1 | ||
google.golang.org/protobuf v1.34.2 | ||
gotest.tools/v3 v3.5.1 | ||
) | ||
|
||
require ( | ||
golang.org/x/net v0.27.0 // indirect | ||
golang.org/x/sys v0.22.0 // indirect | ||
golang.org/x/text v0.16.0 // indirect | ||
github.com/stretchr/testify v1.9.0 // indirect | ||
golang.org/x/net v0.29.0 // indirect | ||
golang.org/x/sys v0.25.0 // indirect | ||
golang.org/x/text v0.18.0 // indirect | ||
) |
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