Skip to content

Commit

Permalink
build(deps): update github.com/eljamo/libpass from 7.0.0 to 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eljamo committed May 16, 2024
1 parent 874233d commit 3763b01
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 18 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,19 @@ jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
-
name: Checkout
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
-
name: Set up Go
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '>=1.21'
-
name: Run GoReleaser
go-version: ">=1.22"
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
distribution: goreleaser
version: ${{ env.GITHUB_REF_NAME }}
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.MEMPASS_RELEASE_TOKEN }}
GITHUB_TOKEN: ${{ secrets.MEMPASS_RELEASE_TOKEN }}
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
module github.com/eljamo/mempass

go 1.21.5
go 1.22.3

require (
github.com/eljamo/libpass/v7 v7.0.0
github.com/eljamo/libpass/v7 v7.0.1
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
)

require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/text v0.15.0 // indirect
)
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/eljamo/libpass/v7 v7.0.0 h1:H7IfOWyXCqWz4Gq7YSRQtM9jGkY/j1IoFRr5rwEGb/E=
github.com/eljamo/libpass/v7 v7.0.0/go.mod h1:0saflDAoleLyXam0IcSTeKisc4X54HID+sJIti4B8Kk=
github.com/eljamo/libpass/v7 v7.0.1 h1:it+J6yE+l+E8bDAOiwgVvxq2foi854QJgv81PJUZvno=
github.com/eljamo/libpass/v7 v7.0.1/go.mod h1:yhCvFOiJ+y1HWdSgkQQJmXUkkt0m4v9NHrfm6Z+93K8=
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/spf13/cobra v1.8.0 h1:7aJaZx1B85qltLMc546zn58BxxfZdR/W22ej9CFoEf0=
github.com/spf13/cobra v1.8.0/go.mod h1:WXLWApfZ71AjXPya3WOlMsY9yMs7YeiHhFVlvLyhcho=
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
golang.org/x/text v0.15.0 h1:h1V/4gjBv8v9cjcR6+AR5+/cIYK5N/WAgiv4xlsEtAk=
golang.org/x/text v0.15.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
6 changes: 3 additions & 3 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# github.com/eljamo/libpass/v7 v7.0.0
## explicit; go 1.21.5
# github.com/eljamo/libpass/v7 v7.0.1
## explicit; go 1.22.3
github.com/eljamo/libpass/v7/asset
github.com/eljamo/libpass/v7/config
github.com/eljamo/libpass/v7/config/option
Expand All @@ -15,7 +15,7 @@ github.com/spf13/cobra
# github.com/spf13/pflag v1.0.5
## explicit; go 1.12
github.com/spf13/pflag
# golang.org/x/text v0.14.0
# golang.org/x/text v0.15.0
## explicit; go 1.18
golang.org/x/text/cases
golang.org/x/text/internal
Expand Down

0 comments on commit 3763b01

Please sign in to comment.