Skip to content

Commit

Permalink
Bump github.com/teran/secretbox from 0.0.2 to 1.0.0
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.
- [Release notes](https://github.com/teran/secretbox/releases)
- [Changelog](https://github.com/teran/secretbox/blob/master/.goreleaser.yaml)
- [Commits](teran/secretbox@v0.0.2...v1.0.0)

---
updated-dependencies:
- dependency-name: github.com/teran/secretbox
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 84fa73b commit 10de76f
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 10de76f

Please sign in to comment.