Skip to content

Commit

Permalink
Update to v1.15.15
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Schulz <[email protected]>
  • Loading branch information
dominikschulz committed Nov 24, 2024
1 parent 912485d commit daf788d
Show file tree
Hide file tree
Showing 9 changed files with 73 additions and 104 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
go-version: 1.23
-
name: Import GPG signing key
id: import_gpg
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
go-version: 1.23

- name: Ubuntu Dependencies
run: sudo apt-get install --yes git gnupg2
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
go-version: 1.23

- name: MacOS Dependencies
run: brew install git gnupg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22
go-version: 1.23
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
Expand Down
3 changes: 2 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ linters:
- errname
- errorlint
- exhaustive
- exportloopref
# - exportloopref # deprecated since Go 1.22
- forcetypeassert
- funlen
- ginkgolinter
Expand Down Expand Up @@ -90,6 +90,7 @@ issues:
- helpers/

output:
show-stats: true
sort-results: true
sort-order:
- linter
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.15.15

- Bump dependencies to gopass release v1.15.15

## 1.15.14

- Bump dependencies to gopass release v1.15.14
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.14
1.15.15
42 changes: 21 additions & 21 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
module github.com/gopasspw/gopass-jsonapi

go 1.22.1
go 1.23.2

toolchain go1.22.5
toolchain go1.23.3

require (
github.com/blang/semver v3.5.1+incompatible
github.com/blang/semver/v4 v4.0.0
github.com/fatih/color v1.17.0
github.com/gopasspw/gopass v1.15.14
github.com/fatih/color v1.18.0
github.com/gopasspw/gopass v1.15.15
github.com/pquerna/otp v1.4.0
github.com/stretchr/testify v1.9.0
github.com/urfave/cli/v2 v2.27.3
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
golang.org/x/net v0.27.0
golang.org/x/sys v0.22.0
github.com/stretchr/testify v1.10.0
github.com/urfave/cli/v2 v2.27.5
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
golang.org/x/net v0.31.0
golang.org/x/sys v0.27.0
)

require (
filippo.io/age v1.2.0 // indirect
al.essio.dev/pkg/shellescape v1.5.1 // indirect
filippo.io/age v1.2.1-0.20240618131852-7eedd929a6cf // indirect
filippo.io/edwards25519 v1.1.0 // indirect
github.com/ProtonMail/go-crypto v1.0.0 // indirect
github.com/alessio/shellescape v1.4.2 // indirect
github.com/ProtonMail/go-crypto v1.1.2 // indirect
github.com/atotto/clipboard v0.1.4 // indirect
github.com/boombuler/barcode v1.0.2 // indirect
github.com/caspr-io/yamlpath v0.0.0-20200722075116-502e8d113a9b // indirect
github.com/cloudflare/circl v1.3.9 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/cloudflare/circl v1.5.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
github.com/danieljoos/wincred v1.2.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/gen2brain/shm v0.1.0 // indirect
github.com/gen2brain/shm v0.1.1 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/go-github/v61 v61.0.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/jezek/xgb v1.1.1 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/kbinani/screenshot v0.0.0-20230812210009-b87d31814237 // indirect
github.com/kbinani/screenshot v0.0.0-20240820160931-a8a2c5d0e191 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/lxn/win v0.0.0-20210218163916-a377121e959e // indirect
github.com/makiuchi-d/gozxing v0.1.1 // indirect
Expand All @@ -52,10 +52,10 @@ require (
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/twpayne/go-pinentry v0.3.0 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
github.com/zalando/go-keyring v0.2.5 // indirect
golang.org/x/crypto v0.25.0 // indirect
golang.org/x/term v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
github.com/zalando/go-keyring v0.2.6 // indirect
golang.org/x/crypto v0.29.0 // indirect
golang.org/x/term v0.26.0 // indirect
golang.org/x/text v0.20.0 // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit daf788d

Please sign in to comment.