Skip to content

Commit

Permalink
Update to v1.15.10
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Schulz <[email protected]>
  • Loading branch information
dominikschulz committed Nov 25, 2023
1 parent e5151a3 commit 3874101
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.15.10

- Bump dependencies to gopass release v1.15.10

## 1.15.9

- Bump dependencies to gopass release v1.15.9
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.9
1.15.10
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
require (
github.com/blang/semver/v4 v4.0.0
github.com/fatih/color v1.16.0
github.com/gopasspw/gopass v1.15.9
github.com/gopasspw/gopass v1.15.10
github.com/stretchr/testify v1.8.4
github.com/urfave/cli/v2 v2.25.7
)
Expand Down Expand Up @@ -36,7 +36,7 @@ require (
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/go-github v17.0.0+incompatible // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/gopasspw/gopass-hibp v1.15.8 // indirect
github.com/gopasspw/gopass-hibp v1.15.9 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/jezek/xgb v1.1.0 // indirect
Expand All @@ -52,7 +52,7 @@ require (
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/lxn/win v0.0.0-20210218163916-a377121e959e // indirect
github.com/makiuchi-d/gozxing v0.1.1 // indirect
github.com/martinhoefling/goxkcdpwgen v0.1.2-0.20221205222637-737661b92a0e // indirect
github.com/martinhoefling/goxkcdpwgen v0.1.2-0.20231122080842-e51aa57005ca // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
Expand Down
10 changes: 6 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,10 @@ github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
github.com/gopasspw/gopass v1.15.9 h1:rKmAUsWw86U8w0w7AgRgCcQ9rMa9gYln1U7yNXWDje0=
github.com/gopasspw/gopass v1.15.9/go.mod h1:JoydY0r4xE/5qYtr/OyhA1pie7llLEF1o9+DkxD1HY0=
github.com/gopasspw/gopass-hibp v1.15.8 h1:awcJF1LZC8ejs0ujFIn4uWrSio1ou2L+Xw/Pu/zfCUQ=
github.com/gopasspw/gopass-hibp v1.15.8/go.mod h1:yrTzyJWS6+MafPS1mosFLmjHzuB+rXwAaIZXyaN1vQ0=
github.com/gopasspw/gopass v1.15.10 h1:ooWNaybWQ9o2l07XeHfwlhoMk4IODqTIqnjQRnBjiXE=
github.com/gopasspw/gopass v1.15.10/go.mod h1:uVwxV0pbu3by345PCCU6aBCZiofSxmJfmXnaiYxl0hs=
github.com/gopasspw/gopass-hibp v1.15.9 h1:syU+5P35j9uI7rLBZP0rRGS69l5nzighbKRdNi2HQH8=
github.com/gopasspw/gopass-hibp v1.15.9/go.mod h1:pxgvhja9Pzx5Yelpp8/mxbjt8n9UjTpPkbHko/pViIg=
github.com/hashicorp/golang-lru v1.0.2 h1:dV3g9Z/unq5DpblPpw+Oqcv4dU/1omnb4Ok8iPY6p1c=
github.com/hashicorp/golang-lru v1.0.2/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4=
github.com/hashicorp/golang-lru/v2 v2.0.7 h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k=
Expand Down Expand Up @@ -109,8 +111,8 @@ github.com/lxn/win v0.0.0-20210218163916-a377121e959e h1:H+t6A/QJMbhCSEH5rAuRxh+
github.com/lxn/win v0.0.0-20210218163916-a377121e959e/go.mod h1:KxxjdtRkfNoYDCUP5ryK7XJJNTnpC8atvtmTheChOtk=
github.com/makiuchi-d/gozxing v0.1.1 h1:xxqijhoedi+/lZlhINteGbywIrewVdVv2wl9r5O9S1I=
github.com/makiuchi-d/gozxing v0.1.1/go.mod h1:eRIHbOjX7QWxLIDJoQuMLhuXg9LAuw6znsUtRkNw9DU=
github.com/martinhoefling/goxkcdpwgen v0.1.2-0.20221205222637-737661b92a0e h1:Msp8Yrv7Z/QVD+GAdkHTtStGqtAGBxoJ9a/+j2D2AFc=
github.com/martinhoefling/goxkcdpwgen v0.1.2-0.20221205222637-737661b92a0e/go.mod h1:6TCkeMIDjs8RBu1OPOIVtxmmI3Nfcz6EyCGh+12gL6U=
github.com/martinhoefling/goxkcdpwgen v0.1.2-0.20231122080842-e51aa57005ca h1:jV6vw7U2RoS1sI7f6f12/wsCwMjADZ/xUxi/lhUqjV8=
github.com/martinhoefling/goxkcdpwgen v0.1.2-0.20231122080842-e51aa57005ca/go.mod h1:IKRlPM0t4ZmK9YZ33QZ2hB1DcSY8WnQedKRDyYeNRp4=
github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE=
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func getVersion() semver.Version {
return semver.Version{
Major: 1,
Minor: 15,
Patch: 9,
Patch: 10,
Pre: []semver.PRVersion{
{VersionStr: "git"},
},
Expand Down

0 comments on commit 3874101

Please sign in to comment.