Skip to content

Commit 3d02daa

Browse files
committed
Update to v1.15.9
Signed-off-by: Dominik Schulz <[email protected]>
1 parent 93f4117 commit 3d02daa

File tree

6 files changed

+87
-77
lines changed

6 files changed

+87
-77
lines changed

.golangci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
run:
22
skip-dirs:
33
- helpers/
4-
go: 1.20
4+
go: 1.21
5+
deadline: 5m
56

67
linters-settings:
78
gocyclo:
@@ -46,6 +47,7 @@ linters:
4647
- govet
4748
- interfacer
4849
- ifshort
50+
- inamedparam
4951
- interfacebloat
5052
- ireturn
5153
- lll

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.15.9
2+
3+
- Bump dependencies to gopass release v1.15.9
4+
15
## 1.15.8
26

37
- Bump dependencies to gopass release v1.15.8

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.15.8
1+
1.15.9

go.mod

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.21
44

55
require (
66
github.com/blang/semver/v4 v4.0.0
7-
github.com/fatih/color v1.15.0
8-
github.com/gopasspw/gopass v1.15.8
7+
github.com/fatih/color v1.16.0
8+
github.com/gopasspw/gopass v1.15.9
99
github.com/stretchr/testify v1.8.4
1010
github.com/urfave/cli/v2 v2.25.7
1111
)
@@ -14,72 +14,74 @@ require (
1414
code.rocketnine.space/tslocum/cbind v0.1.5 // indirect
1515
filippo.io/age v1.1.1 // indirect
1616
filippo.io/edwards25519 v1.0.0 // indirect
17-
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect
17+
github.com/ProtonMail/go-crypto v0.0.0-20230923063757-afb1ddc0824c // indirect
1818
github.com/alessio/shellescape v1.4.2 // indirect
1919
github.com/atotto/clipboard v0.1.4 // indirect
2020
github.com/boombuler/barcode v1.0.1 // indirect
2121
github.com/caspr-io/yamlpath v0.0.0-20200722075116-502e8d113a9b // indirect
2222
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
2323
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
24-
github.com/chzyer/readline v1.5.1 // indirect
25-
github.com/cloudflare/circl v1.3.3 // indirect
26-
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
24+
github.com/cloudflare/circl v1.3.6 // indirect
25+
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
2726
github.com/danieljoos/wincred v1.2.0 // indirect
2827
github.com/davecgh/go-spew v1.1.1 // indirect
2928
github.com/dustin/go-humanize v1.0.1 // indirect
30-
github.com/fsnotify/fsnotify v1.6.0 // indirect
29+
github.com/ergochat/readline v0.0.6 // indirect
30+
github.com/fsnotify/fsnotify v1.7.0 // indirect
3131
github.com/gdamore/encoding v1.0.0 // indirect
3232
github.com/gdamore/tcell/v2 v2.6.0 // indirect
33-
github.com/gen2brain/shm v0.0.0-20230802011745-f2460f5984f7 // indirect
33+
github.com/gen2brain/shm v0.1.0 // indirect
3434
github.com/godbus/dbus v0.0.0-20190623212516-8a1682060722 // indirect
3535
github.com/godbus/dbus/v5 v5.1.0 // indirect
36-
github.com/google/go-cmp v0.5.9 // indirect
36+
github.com/google/go-cmp v0.6.0 // indirect
3737
github.com/google/go-github v17.0.0+incompatible // indirect
3838
github.com/google/go-querystring v1.1.0 // indirect
39-
github.com/gopasspw/gopass-hibp v1.15.7 // indirect
39+
github.com/gopasspw/gopass-hibp v1.15.8 // indirect
4040
github.com/hashicorp/golang-lru v1.0.2 // indirect
41-
github.com/hashicorp/golang-lru/v2 v2.0.6 // indirect
41+
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
4242
github.com/jezek/xgb v1.1.0 // indirect
4343
github.com/jsimonetti/pwscheme v0.0.0-20220922140336-67a4d090f150 // indirect
4444
github.com/jwalton/gchalk v1.3.0 // indirect
4545
github.com/jwalton/go-supportscolor v1.2.0 // indirect
4646
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
4747
github.com/kbinani/screenshot v0.0.0-20230812210009-b87d31814237 // indirect
4848
github.com/kjk/lzmadec v0.0.0-20210713164611-19ac3ee91a71 // indirect
49-
github.com/klauspost/compress v1.16.7 // indirect
49+
github.com/klauspost/compress v1.17.3 // indirect
50+
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
5051
github.com/kr/pretty v0.3.1 // indirect
5152
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
5253
github.com/lxn/win v0.0.0-20210218163916-a377121e959e // indirect
5354
github.com/makiuchi-d/gozxing v0.1.1 // indirect
5455
github.com/martinhoefling/goxkcdpwgen v0.1.2-0.20221205222637-737661b92a0e // indirect
5556
github.com/mattn/go-colorable v0.1.13 // indirect
56-
github.com/mattn/go-isatty v0.0.19 // indirect
57+
github.com/mattn/go-isatty v0.0.20 // indirect
5758
github.com/mattn/go-runewidth v0.0.15 // indirect
5859
github.com/mattn/go-tty v0.0.5 // indirect
5960
github.com/mitchellh/go-ps v1.0.0 // indirect
6061
github.com/muesli/crunchy v0.4.0 // indirect
6162
github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 // indirect
6263
github.com/noborus/guesswidth v0.3.4 // indirect
63-
github.com/noborus/ov v0.31.0 // indirect
64+
github.com/noborus/ov v0.32.1 // indirect
6465
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
6566
github.com/pmezard/go-difflib v1.0.0 // indirect
6667
github.com/pquerna/otp v1.4.0 // indirect
6768
github.com/rivo/uniseg v0.4.4 // indirect
68-
github.com/rs/zerolog v1.30.0 // indirect
69+
github.com/rs/zerolog v1.31.0 // indirect
6970
github.com/russross/blackfriday/v2 v2.1.0 // indirect
7071
github.com/schollz/closestmatch v0.0.0-20190308193919-1fbe626be92e // indirect
7172
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
7273
github.com/twpayne/go-pinentry v0.3.0 // indirect
7374
github.com/ulikunitz/xz v0.5.11 // indirect
7475
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
7576
github.com/zalando/go-keyring v0.2.3 // indirect
76-
golang.org/x/crypto v0.13.0 // indirect
77-
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
78-
golang.org/x/net v0.15.0 // indirect
79-
golang.org/x/sync v0.3.0 // indirect
80-
golang.org/x/sys v0.12.0 // indirect
81-
golang.org/x/term v0.12.0 // indirect
82-
golang.org/x/text v0.13.0 // indirect
83-
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
77+
github.com/zeebo/blake3 v0.2.3 // indirect
78+
golang.org/x/crypto v0.15.0 // indirect
79+
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
80+
golang.org/x/net v0.18.0 // indirect
81+
golang.org/x/sync v0.5.0 // indirect
82+
golang.org/x/sys v0.14.0 // indirect
83+
golang.org/x/term v0.14.0 // indirect
84+
golang.org/x/text v0.14.0 // indirect
85+
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
8486
gopkg.in/yaml.v3 v3.0.1 // indirect
8587
)

0 commit comments

Comments
 (0)