Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump go.einride.tech/aip-cli from 0.22.0 to 0.23.0 in /cmd/saga #187

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/saga/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/adrg/xdg v0.4.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.2
github.com/spf13/cobra v1.7.0
go.einride.tech/aip-cli v0.22.0
go.einride.tech/aip-cli v0.23.0
go.einride.tech/grpc-service-config v0.9.0
go.einride.tech/iam v0.49.0
go.einride.tech/protobuf-sensitive v0.3.0
Expand Down
4 changes: 2 additions & 2 deletions cmd/saga/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKs
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
go.einride.tech/aip v0.61.0 h1:H7r59BtQDcj8kGNa0Dytw88so1iWrzp6mSOEQgcIJWI=
go.einride.tech/aip v0.61.0/go.mod h1:YVrCQRL7SCB5Mv7i2ZF1R6vkLPh844RQBCLrrLcefaU=
go.einride.tech/aip-cli v0.22.0 h1:mS9Czl5r9VprLfl8FSsUoEMNIPhFL2yB3UAEbkoZGbM=
go.einride.tech/aip-cli v0.22.0/go.mod h1:1WR4/H3rln8+JYlbnY0We2J8w5FhyiOjUYmZJ6zh7Xw=
go.einride.tech/aip-cli v0.23.0 h1:+ITBVHH/HhqhQ3YcRuliJHKUq03CXjoAkCut7rIXPh4=
go.einride.tech/aip-cli v0.23.0/go.mod h1:3v3DxD6oJz8DHMo/Ak2QbPvNxDVanRNQ8Jo7PZ5h3C8=
go.einride.tech/grpc-service-config v0.9.0 h1:FhvocbhlaJ4miDwl3iiQUcalcbXnoxHpVVlWAgkThc4=
go.einride.tech/grpc-service-config v0.9.0/go.mod h1:tsFs2b4iZ5D28ILKJvfwnXdrkuwRnkZCtVKAqHuvQm0=
go.einride.tech/iam v0.49.0 h1:IJHzfX7OadnY5hLGFOP1Wt8YZp2ra3OmS3l7Cm2u18M=
Expand Down