Skip to content

Commit

Permalink
Bump github.com/teran/secretbox from 0.0.2 to 1.0.0 (#18)
Browse files Browse the repository at this point in the history
Bumps [github.com/teran/secretbox](https://github.com/teran/secretbox)
from 0.0.2 to 1.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/teran/secretbox/commit/942cf89247bc82f63c505691c3489a5a39f41836"><code>942cf89</code></a>
Bump google.golang.org/grpc from 1.66.2 to 1.67.0 (<a
href="https://redirect.github.com/teran/secretbox/issues/10">#10</a>)</li>
<li><a
href="https://github.com/teran/secretbox/commit/15c6619d00af48090958e7adbf2f7e59ff8dbb99"><code>15c6619</code></a>
Bump google.golang.org/grpc from 1.66.0 to 1.66.2 (<a
href="https://redirect.github.com/teran/secretbox/issues/9">#9</a>)</li>
<li><a
href="https://github.com/teran/secretbox/commit/0b22dca55024edf103910036e40489850278e4d1"><code>0b22dca</code></a>
Bump google.golang.org/grpc from 1.65.0 to 1.66.0 (<a
href="https://redirect.github.com/teran/secretbox/issues/8">#8</a>)</li>
<li><a
href="https://github.com/teran/secretbox/commit/2942a4b7ff1103c0642ad530c1f2c2d1c040282b"><code>2942a4b</code></a>
Bump github.com/teran/go-grpctest from 0.0.4 to 0.0.6 (<a
href="https://redirect.github.com/teran/secretbox/issues/7">#7</a>)</li>
<li><a
href="https://github.com/teran/secretbox/commit/e6f778e2526b0fc2183f17358fc5bdba8654ce97"><code>e6f778e</code></a>
Bump github.com/teran/go-grpctest from 0.0.3 to 0.0.4 (<a
href="https://redirect.github.com/teran/secretbox/issues/6">#6</a>)</li>
<li><a
href="https://github.com/teran/secretbox/commit/fa10791e87ac58a8c510e720e147c1f18e25d463"><code>fa10791</code></a>
Bump google.golang.org/grpc from 1.64.0 to 1.65.0 (<a
href="https://redirect.github.com/teran/secretbox/issues/5">#5</a>)</li>
<li><a
href="https://github.com/teran/secretbox/commit/ec4b13c6b94710d87f12069cf9ec9d6055817fb6"><code>ec4b13c</code></a>
Bump github.com/alexflint/go-arg from 1.5.0 to 1.5.1 (<a
href="https://redirect.github.com/teran/secretbox/issues/4">#4</a>)</li>
<li><a
href="https://github.com/teran/secretbox/commit/8ea95230e078c817fbf908e4049fd0978b6803d7"><code>8ea9523</code></a>
Bump google.golang.org/protobuf from 1.34.1 to 1.34.2 (<a
href="https://redirect.github.com/teran/secretbox/issues/3">#3</a>)</li>
<li>See full diff in <a
href="https://github.com/teran/secretbox/compare/v0.0.2...v1.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/teran/secretbox&package-manager=go_modules&previous-version=0.0.2&new-version=1.0.0)](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] authored Oct 1, 2024
1 parent 84fa73b commit e5ffa5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
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
github.com/teran/secretbox v0.0.2
github.com/teran/secretbox v1.0.0
golang.org/x/sync v0.8.0
google.golang.org/grpc v1.67.0
gopkg.in/yaml.v3 v3.0.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ github.com/teran/go-random v0.0.1 h1:WQ3cF7UUQb/Q0oGAKcYeLeUIcMzD4vSs18oU1pkU/Mo
github.com/teran/go-random v0.0.1/go.mod h1:t6Ns4GZsg/L9whg4u4EVXAj9k2lJiRHmJ7p1intLO0g=
github.com/teran/go-time v0.0.2 h1:9g/+j3gAeMwtFETEh8ggWm1GFj8EFWwL/UqoM3ZYuiA=
github.com/teran/go-time v0.0.2/go.mod h1:fsTuk1e6n6eukMXxmyqY7kG6n5PJUMjUjHA4Ved/enE=
github.com/teran/secretbox v0.0.2 h1:eJmQAj42eWVyJ/t8zytr8TjCoww5hrwwwicXai7tiTQ=
github.com/teran/secretbox v0.0.2/go.mod h1:UlDGfF0QbE6KrxXjnYxmQX25KzeUplM+e8Yqef5AAnM=
github.com/teran/secretbox v1.0.0 h1:BQrieH5QkavYAi6dDgriHeDwnfXf0IBDnY7JbNmC14o=
github.com/teran/secretbox v1.0.0/go.mod h1:thfqIoHPCt0PYW9Ml4/0Y4dOJ15oGhmE5uhnjZD6eIU=
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.28.0 h1:a9JDOJc5GMUJ0+UDqmLT86WiEy7iWyIhz8gz8E4e5hE=
Expand Down

0 comments on commit e5ffa5b

Please sign in to comment.