Skip to content

Commit

Permalink
chore: update libpass to v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eljamo committed Dec 7, 2023
1 parent b81c497 commit 19b84cf
Show file tree
Hide file tree
Showing 39 changed files with 728 additions and 457 deletions.
4 changes: 2 additions & 2 deletions cmd/cli/generate_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"encoding/json"
"fmt"

"github.com/eljamo/libpass/v3/asset"
"github.com/eljamo/libpass/v3/config"
"github.com/eljamo/libpass/v4/asset"
"github.com/eljamo/libpass/v4/config"
"github.com/eljamo/mempass/internal/json_merge"
"github.com/spf13/cobra"
"github.com/spf13/pflag"
Expand Down
6 changes: 3 additions & 3 deletions cmd/cli/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ import (
"os"
"strings"

"github.com/eljamo/libpass/v3/config"
"github.com/eljamo/libpass/v3/service"
"github.com/eljamo/libpass/v4/config"
"github.com/eljamo/libpass/v4/service"
"github.com/spf13/cobra"
)

var version = "1.4.0"
var version = "1.5.0"

var rootCmd = &cobra.Command{
Use: "mempass",
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module github.com/eljamo/mempass

go 1.21.4
go 1.21.5

require (
github.com/eljamo/libpass/v3 v3.0.0
github.com/eljamo/libpass/v4 v4.0.0
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/eljamo/libpass/v3 v3.0.0 h1:hS0j6M9YUNMSVZI8pQZaw3OhO5dwtGIOOYH2nJBWExQ=
github.com/eljamo/libpass/v3 v3.0.0/go.mod h1:RSDHBmK2voFLGPIAQvVj5QNE0cebzXKMNKkqkQcSqvw=
github.com/eljamo/libpass/v4 v4.0.0 h1:0cWH58+G/tNK4sdlhnU5Afw7J5Lb+O+y3NPkzy2thiw=
github.com/eljamo/libpass/v4 v4.0.0/go.mod h1:aakZAB6Ebh36F0Ia3gg4VhdE0X0gQKnBpZNpORXhSUM=
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=
Expand Down
94 changes: 0 additions & 94 deletions vendor/github.com/eljamo/libpass/v3/asset/asset.go

This file was deleted.

123 changes: 0 additions & 123 deletions vendor/github.com/eljamo/libpass/v3/config/config.go

This file was deleted.

127 changes: 0 additions & 127 deletions vendor/github.com/eljamo/libpass/v3/service/password_generator.go

This file was deleted.

Loading

0 comments on commit 19b84cf

Please sign in to comment.