Skip to content

Commit

Permalink
Bump github.com/teran/go-grpctest from 0.0.3 to 0.0.6 (#12)
Browse files Browse the repository at this point in the history
Bumps
[github.com/teran/go-grpctest](https://github.com/teran/go-grpctest)
from 0.0.3 to 0.0.6.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/teran/go-grpctest/commit/39d8e9a5a240294d5079af2ca00ce526c7923e6f"><code>39d8e9a</code></a>
Add universal pipelines like in other projects (<a
href="https://redirect.github.com/teran/go-grpctest/issues/5">#5</a>)</li>
<li><a
href="https://github.com/teran/go-grpctest/commit/78ff02c0001b8fec07404586425d85300523ffda"><code>78ff02c</code></a>
Add generated protobufs as a workaround for improper generation (<a
href="https://redirect.github.com/teran/go-grpctest/issues/4">#4</a>)</li>
<li><a
href="https://github.com/teran/go-grpctest/commit/1a981af539b659f176e092cafdd463dfbbc66d32"><code>1a981af</code></a>
Bump google.golang.org/grpc from 1.64.0 to 1.64.1 in the go_modules
group (<a
href="https://redirect.github.com/teran/go-grpctest/issues/3">#3</a>)</li>
<li><a
href="https://github.com/teran/go-grpctest/commit/065391347bfeb6b5c9e053ef134ec520cfc44f4e"><code>0653913</code></a>
--- (<a
href="https://redirect.github.com/teran/go-grpctest/issues/2">#2</a>)</li>
<li><a
href="https://github.com/teran/go-grpctest/commit/4502142c9e3b5ad3c0d3d59439e86bf0e6ce8501"><code>4502142</code></a>
Merge pull request <a
href="https://redirect.github.com/teran/go-grpctest/issues/1">#1</a>
from teran/dependabot/go_modules/go_modules-b9ac453758</li>
<li><a
href="https://github.com/teran/go-grpctest/commit/2456ca162944778b16cf5ebb97810cccd7936e90"><code>2456ca1</code></a>
Bump golang.org/x/net from 0.21.0 to 0.23.0 in the go_modules group</li>
<li><a
href="https://github.com/teran/go-grpctest/commit/028e5113e791765896e0afb2605f82ef727e3f8e"><code>028e511</code></a>
Create dependabot.yml</li>
<li>See full diff in <a
href="https://github.com/teran/go-grpctest/compare/v0.0.3...v0.0.6">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/teran/go-grpctest&package-manager=go_modules&previous-version=0.0.3&new-version=0.0.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 16, 2024
1 parent 3b1b04d commit 1f2aa98
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.9.0
github.com/teran/go-grpctest v0.0.3
github.com/teran/go-grpctest v0.0.6
github.com/teran/go-onepassword-cli v0.0.1
github.com/teran/go-random v0.0.1
github.com/teran/go-time v0.0.2
Expand All @@ -27,9 +27,9 @@ require (
github.com/robfig/cron/v3 v3.0.1 // indirect
github.com/stretchr/objx v0.5.2 // indirect
go.uber.org/atomic v1.9.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // 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-20240528184218-531527333157 // indirect
google.golang.org/protobuf v1.34.1 // indirect
)
16 changes: 8 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/teran/go-grpctest v0.0.3 h1:5FzNjConSmB6H7geYunDkKBmS3YVUMearPT5fGp4ozE=
github.com/teran/go-grpctest v0.0.3/go.mod h1:c+krGcXMhLootaO5pH09kkHWPum9TldTCl717TZy11I=
github.com/teran/go-grpctest v0.0.6 h1:q34p64c8icQq5TFgLsDa9VM8BThhesN43XTS8PJAh38=
github.com/teran/go-grpctest v0.0.6/go.mod h1:rNcMrEhPlNH7DFpQbcyl2vFzvfrx4UsxGuf3i/W77d0=
github.com/teran/go-onepassword-cli v0.0.1 h1:ECb8GBNOokii1Imt7icXpHx8ViveRYgS/Ko0QLVOuBo=
github.com/teran/go-onepassword-cli v0.0.1/go.mod h1:2QCImSGUHwKwAAw0GMueI8eOKdzRVo2XTvmv7tx7cis=
github.com/teran/go-random v0.0.1 h1:WQ3cF7UUQb/Q0oGAKcYeLeUIcMzD4vSs18oU1pkU/Mo=
Expand All @@ -63,15 +63,15 @@ github.com/teran/secretbox v0.0.2 h1:eJmQAj42eWVyJ/t8zytr8TjCoww5hrwwwicXai7tiTQ
github.com/teran/secretbox v0.0.2/go.mod h1:UlDGfF0QbE6KrxXjnYxmQX25KzeUplM+e8Yqef5AAnM=
go.uber.org/atomic v1.9.0 h1:ECmE8Bn/WFTYwEW/bpKD3M8VtR/zQVbavAoalC1PYyE=
go.uber.org/atomic v1.9.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
golang.org/x/net v0.25.0 h1:d/OCCoBEUq33pjydKrGQhw7IlUPI2Oylr+8qLx49kac=
golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM=
golang.org/x/net v0.26.0 h1:soB7SVo0PWrY4vPW/+ay0jKDNScG2X9wFeYlXIvJsOQ=
golang.org/x/net v0.26.0/go.mod h1:5YKkiSynbBIh3p6iOc/vibscux0x38BZDkn8sCUPxHE=
golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M=
golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.20.0 h1:Od9JTbYCk261bKm4M/mw7AklTlFYIa0bIp9BgSm1S8Y=
golang.org/x/sys v0.20.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/text v0.15.0 h1:h1V/4gjBv8v9cjcR6+AR5+/cIYK5N/WAgiv4xlsEtAk=
golang.org/x/text v0.15.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
golang.org/x/sys v0.21.0 h1:rF+pYz3DAGSQAxAu1CbC7catZg4ebC4UIeIhKxBZvws=
golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/text v0.16.0 h1:a94ExnEXNtEwYLGJSIUxnWoxoRz/ZcCsV63ROupILh4=
golang.org/x/text v0.16.0/go.mod h1:GhwF1Be+LQoKShO3cGOHzqOgRrGaYc9AvblQOmPVHnI=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 h1:Zy9XzmMEflZ/MAaA7vNcoebnRAld7FsPW1EeBB7V0m8=
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157/go.mod h1:EfXuqaE1J41VCDicxHzUDm+8rk+7ZdXzHV0IhO/I6s0=
google.golang.org/grpc v1.65.0 h1:bs/cUb4lp1G5iImFFd3u5ixQzweKizoZJAwBNLR42lc=
Expand Down

0 comments on commit 1f2aa98

Please sign in to comment.