Skip to content

Commit

Permalink
feat: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
odsod committed Jul 8, 2024
1 parent ccca984 commit 345e4bb
Show file tree
Hide file tree
Showing 8 changed files with 71 additions and 72 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.22.1

require go.einride.tech/sage v0.285.0
require go.einride.tech/sage v0.286.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.285.0 h1:PRaxWgt5CvgW3/9FKxN8Q4vQ+UExEXzILp4XyL/Q+pg=
go.einride.tech/sage v0.285.0/go.mod h1:EzV5uciFX7/2ho8EKB5K9JghOfXIxlzs694b+Tkl5GQ=
go.einride.tech/sage v0.286.0 h1:rHQK1eZNej/bFRYMXaQ/ai4l3RTGpkPp9sX9DsmTUxw=
go.einride.tech/sage v0.286.0/go.mod h1:EzV5uciFX7/2ho8EKB5K9JghOfXIxlzs694b+Tkl5GQ=
44 changes: 22 additions & 22 deletions cmd/examplectl/gen/einride/example/freight/v1/freight_service.pb.go

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

8 changes: 4 additions & 4 deletions cmd/examplectl/gen/einride/example/freight/v1/shipment.pb.go

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

6 changes: 3 additions & 3 deletions cmd/examplectl/gen/einride/example/freight/v1/shipper.pb.go

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

6 changes: 3 additions & 3 deletions cmd/examplectl/gen/einride/example/freight/v1/site.pb.go

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

24 changes: 12 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
module go.einride.tech/aip-cli

go 1.22.1
go 1.22

require (
cloud.google.com/go/iam v1.1.8
cloud.google.com/go/iam v1.1.10
github.com/google/cel-go v0.20.1
github.com/spf13/cobra v1.8.0
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
github.com/stoewer/go-strcase v1.3.0
go.einride.tech/aip v0.67.1
golang.org/x/oauth2 v0.20.0
google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda
google.golang.org/genproto/googleapis/api v0.0.0-20240429193739-8cf5692501f6
google.golang.org/grpc v1.64.0
google.golang.org/protobuf v1.34.1
golang.org/x/oauth2 v0.21.0
google.golang.org/genproto v0.0.0-20240701130421-f6361c86f094
google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094
google.golang.org/grpc v1.65.0
google.golang.org/protobuf v1.34.2
gotest.tools/v3 v3.5.1
)

Expand All @@ -23,8 +23,8 @@ require (
github.com/google/go-cmp v0.6.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240429193739-8cf5692501f6 // indirect
golang.org/x/net v0.26.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/text v0.16.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240624140628-dc46fd24d27d // indirect
)
Loading

0 comments on commit 345e4bb

Please sign in to comment.