Skip to content

Commit

Permalink
Merge branch 'main' of ssh://github.com/k1LoW/grpcstub
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed May 9, 2024
2 parents b727251 + a7199c8 commit 1203f66
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [v0.22.1](https://github.com/k1LoW/grpcstub/compare/v0.22.0...v0.22.1) - 2024-05-06
### Other Changes
- chore(deps): bump github.com/k1LoW/bufresolv from 0.6.1 to 0.6.3 in the dependencies group by @dependabot in https://github.com/k1LoW/grpcstub/pull/90

## [v0.22.0](https://github.com/k1LoW/grpcstub/compare/v0.21.0...v0.22.0) - 2024-05-04
### Breaking Changes 🛠
- Organize options by @k1LoW in https://github.com/k1LoW/grpcstub/pull/89
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/google/go-cmp v0.6.0
github.com/jaswdr/faker v1.19.1
github.com/jhump/protoreflect/v2 v2.0.0-20230705224148-00680b949112
github.com/k1LoW/bufresolv v0.6.1
github.com/k1LoW/bufresolv v0.6.3
github.com/k1LoW/protoresolv v0.1.0
github.com/minio/pkg v1.7.5
github.com/tenntenn/golden v0.5.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ github.com/josharian/mapfs v0.0.0-20210615234106-095c008854e6 h1:c+ctPFdISggaSNC
github.com/josharian/mapfs v0.0.0-20210615234106-095c008854e6/go.mod h1:Rv/momJI8DgrWnBZip+SgagpcgORIZQE5SERlxNb8LY=
github.com/josharian/txtarfs v0.0.0-20210615234325-77aca6df5bca h1:a8xeK4GsWLE4LYo5VI4u1Cn7ZvT1NtXouXR3DdKLB8Q=
github.com/josharian/txtarfs v0.0.0-20210615234325-77aca6df5bca/go.mod h1:UbC32ft9G/jG+sZI8wLbIBNIrYr7vp/yqMDa9SxVBNA=
github.com/k1LoW/bufresolv v0.6.1 h1:IQU3cNsa00pWXLqUzU5PD1vdGQdzq3W/gaO18KCevAs=
github.com/k1LoW/bufresolv v0.6.1/go.mod h1:56aalZU3G/tpBtQKS4pOCv2zMTucX3PrJkasURwFVxg=
github.com/k1LoW/bufresolv v0.6.3 h1:q8Ds9t8qZJb5/VW9Vnvtgd0/74YYYcsM8Ao+50kb9NI=
github.com/k1LoW/bufresolv v0.6.3/go.mod h1:urty3DXACF9PENrq7UhlB/mddN5UemglUIW6/cQqz2c=
github.com/k1LoW/protoresolv v0.1.0 h1:5Or1g0EB8o6VSJSxUk8WEVoYZFzGQQMlkk8ezb8/mdA=
github.com/k1LoW/protoresolv v0.1.0/go.mod h1:J3RVl3l/fNgwEYEhwTsCCwxXYsvTIAYU69jUXFQHEbQ=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
Expand Down

0 comments on commit 1203f66

Please sign in to comment.