-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
118 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,59 @@ | ||
module github.com/revengel/gopass-ssh-add | ||
|
||
go 1.20 | ||
go 1.22.1 | ||
|
||
toolchain go1.22.3 | ||
|
||
require ( | ||
github.com/ScaleFT/sshkeys v1.2.0 | ||
github.com/apex/log v1.9.0 | ||
github.com/blang/semver/v4 v4.0.0 | ||
github.com/gopasspw/gopass v1.15.4 | ||
github.com/gopasspw/gopass v1.15.13 | ||
github.com/manifoldco/promptui v0.9.0 | ||
github.com/sethvargo/go-password v0.2.0 | ||
github.com/sethvargo/go-password v0.3.0 | ||
github.com/spf13/cobra v1.8.0 | ||
github.com/stretchr/testify v1.8.1 | ||
golang.org/x/crypto v0.6.0 | ||
github.com/stretchr/testify v1.9.0 | ||
golang.org/x/crypto v0.23.0 | ||
) | ||
|
||
require ( | ||
filippo.io/age v1.1.1 // indirect | ||
filippo.io/edwards25519 v1.0.0 // indirect | ||
github.com/ProtonMail/go-crypto v0.0.0-20230201104953-d1d05f4e2bfb // indirect | ||
github.com/alessio/shellescape v1.4.1 // 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/atotto/clipboard v0.1.4 // indirect | ||
github.com/caspr-io/yamlpath v0.0.0-20200722075116-502e8d113a9b // indirect | ||
github.com/chzyer/readline v1.5.1 // indirect | ||
github.com/cloudflare/circl v1.3.2 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect | ||
github.com/danieljoos/wincred v1.1.2 // indirect | ||
github.com/cloudflare/circl v1.3.8 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect | ||
github.com/danieljoos/wincred v1.2.1 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dchest/bcrypt_pbkdf v0.0.0-20150205184540-83f37f9c154a // indirect | ||
github.com/dustin/go-humanize v1.0.1 // indirect | ||
github.com/fatih/color v1.14.1 // indirect | ||
github.com/fatih/color v1.17.0 // indirect | ||
github.com/godbus/dbus v0.0.0-20190623212516-8a1682060722 // indirect | ||
github.com/godbus/dbus/v5 v5.1.0 // indirect | ||
github.com/google/go-cmp v0.5.9 // indirect | ||
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/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/hashicorp/golang-lru v0.5.4 // indirect | ||
github.com/hashicorp/golang-lru v1.0.2 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.17 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mitchellh/go-ps v1.0.0 // indirect | ||
github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/rogpeppe/go-internal v1.9.0 // indirect | ||
github.com/rs/zerolog v1.29.0 // indirect | ||
github.com/rs/zerolog v1.33.0 // indirect | ||
github.com/russross/blackfriday/v2 v2.1.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/twpayne/go-pinentry v0.2.0 // indirect | ||
github.com/urfave/cli/v2 v2.24.3 // indirect | ||
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect | ||
github.com/zalando/go-keyring v0.2.2 // indirect | ||
go.uber.org/atomic v1.10.0 // indirect | ||
go.uber.org/multierr v1.9.0 // indirect | ||
golang.org/x/exp v0.0.0-20230212135524-a684f29349b6 // indirect | ||
golang.org/x/sys v0.5.0 // indirect | ||
golang.org/x/term v0.5.0 // indirect | ||
github.com/twpayne/go-pinentry v0.3.0 // indirect | ||
github.com/urfave/cli/v2 v2.27.2 // indirect | ||
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect | ||
github.com/zalando/go-keyring v0.2.4 // indirect | ||
golang.org/x/exp v0.0.0-20240531132922-fd00a4e0eefc // indirect | ||
golang.org/x/sys v0.20.0 // indirect | ||
golang.org/x/term v0.20.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.