v1.13.1: [BUGFIX] Handle from prefix correctly on mv (#2110, #2079) [BUGFIX] Handle unencoded secret on cat v1.14.0: [BUGFIX] Always re-encrypt when fsck is invoked with --decrypt. (#2119, #2015) [BUGFIX] Body only entries are detected now by show -o (#2109) [BUGFIX] Do not hide git error messages (#2118, #1959) [BUGFIX] Fix completion when password name contains (#2150) [BUGFIX] Fix template func arg order (#2117, #2116) [BUGFIX] Fixes an issue where recipients remove may fail (#2147, #1964) [BUGFIX] Handle from prefix correctly on mv (#2110, #2079) [BUGFIX] Handle unencoded secret on cat (#2105) [BUGFIX] Make man page consistent with other docs (#2133) [BUGFIX] Reject invalid salt with MD5Crypt templates (#2128) [BUGFIX] depend *.deb on gnupg instead of dummy (#2050) [CLEANUP] Deprecate gopasspw/pinentry (#2095) [CLEANUP] Use Go 1.18 (#2156) [CLEANUP] Use debug.ReadBuildInfo (#2032) [DOCUMENTATION] Fixed link to passwordstore.org (#2129) [DOCUMENTATION] document 'gopass cat' (#2051) [DOCUMENTATION] improve 'gopass cat' (#2070) [DOCUMENTATION] improve 'gopass show -revision -' (#2070) [ENHANCEMENT] Add --chars option to print subset of secrets (#2155, #2068) [ENHANCEMENT] Add age subcommand (#2103, #2098) [ENHANCEMENT] Add gopass audit --expiry (#2067) [ENHANCEMENT] Add gopass process (#2066, #1913) [ENHANCEMENT] Allow overriding GPG path (#2153) [ENHANCEMENT] Automatically export creators key to the (#2159, #1919) [ENHANCEMENT] Bump to Go 1.18 (#2058) [ENHANCEMENT] Enforce TLSv1.3 (#2085) [ENHANCEMENT] Generics (#2034, #2030) [ENHANCEMENT] Hide password on MacOS clipboards (#2065) [ENHANCEMENT] Passage compat improvements (#2060, #2060) [ENHANCEMENT] gopass git invokes git directly (#2102) [ENHANCEMENT] Template support for the create wizard (#2064) [ENHANCEMENT] Check for MacOS Keychain storing the GPG (#2144) [EXPERIMENTAL] Support the Fossil SCM (#2092, #2022) [FEATURE] Add env variables for custom clipboard commands. (#2091, #2042) [FEATURE] only accept keys with "encryption" key capability (#2047, #1917, #1917) [TESTING] Improve two line test ambiguity. (#2091, #2042) [TESTING] Use a helper to unset env vars in clipboard tests. (#2091, #2042) [UX] OTP code now runs in loop until canceled or used with -o (#2041) v1.14.2: [BUGFIX] Do not print missing public key for age. (#2166) [BUGFIX] Improve convert output (#2171) [BUGFIX] fix errors in zsh completions (#2005) [CLEANUP] Migrating to a maintained version of openpgp (#2193) [ENHANCEMENT] Avoid decryption on move or copy (#2183, #2181) [UX] Upgrade xkcdpwgen to a new version that removes German (#2187) v1.14.3: [BUGFIX] Fix gpg identity detection (#2218, #2179) [BUGFIX] Handle different line breaks in recipient (#2221, #2220) [BUGFIX] Stop eating secrets on move (#2211, #2210) [ENHANCEMENT] Add flag to keep env variable capitalization (#2226, #2225) [ENHANCEMENT] Environment variable GOPASS_PW_DEFAULT_LENGTH can be used to overwrite default password length of 24 characters. (#2219) v1.14.4: [BREAKING] gopass otp will automatically update the counter key in HTOP secrets! (#2278) [BUGFIX] Allow removing unknown recipients with --force (#2253) [BUGFIX] Honor PASSWORD_STORE_DIR (#2272) [BUGFIX] Honor OTP key period from URL (#2278) [BUGFIX] Wizard: Enforce min and max length. (#2293) [CLEANUP] Use Go 1.19 (#2296) [ENHANCEMENT] Automatically sync once a week (#2191) [ENHANCEMENT] Scan for vulnerabilities and add SBOM on (#2268) [ENHANCEMENT] Use packages.gopass.pw for APT packages (#2261) v1.14.5: [BUGFIX] Fix fsck progress bar. Mostly. (#2303) [DOCUMENTATION] fix in recommended vim setting (#2318) v1.14.6: [BUGFIX] Do not show setup message on version (#2327) [BUGFIX] Remove exported public keys of removed (#2328, #2315) [ENHANCEMENT] Document extension model. (#2329, #2290) v1.14.7: [BUGFIX] Do not ignore symlinks when listing (#2344, #2173) [BUGFIX] Do not shadow entries behind folders. (#2341, #2338) [BUGFIX] Fix updater on Windows. (#2345, #2011) [BUGFIX] Handle Ctrl+C in TOTP (#2342, #2320) [ENHANCEMENT] Set vim options instead of sniffing (#2343, #2317) v1.14.8: [BUGFIX] Ignore not-existing .ssh dir (#2347, #2333) [BUGFIX] Use Wait() to avoid Zombies (#2354, #1666) [ENHANCEMENT] Allow modifying default create templates (#2349, #2291) [ENHANCEMENT] Improve passage support (#2352, #2059) [ENHANCEMENT] Use OS keychain for age passphrase caching (new config option, off by default). (#2351, #2350) v1.14.9: [ENHANCEMENT] Make DBus notifications transient (#2364, #2358) v1.14.10: [BUGFIX] Correctly handle key removal on Windows (#2372, #2371) [DOCUMENTATION] (#1878) [ENHANCEMENT] Ignore comments in recipient files. (#2394, #2393) [ENHANCEMENT] Improve key expiration handling (#2383, #2369) [ENHANCEMENT] allow re-encrypting entire directory when (#2373) OK sthen, op
189 lines
8.2 KiB
PHP
189 lines
8.2 KiB
PHP
MODGO_MODULES = \
|
|
bitbucket.org/creachadair/stringset v0.0.10 \
|
|
cloud.google.com/go/compute v1.7.0 \
|
|
filippo.io/age v1.0.0 \
|
|
filippo.io/edwards25519 v1.0.0 \
|
|
github.com/!burnt!sushi/toml v1.2.1 \
|
|
github.com/!proton!mail/go-crypto v0.0.0-20221026131551-cf6655e29de4 \
|
|
github.com/alessio/shellescape v1.4.1 \
|
|
github.com/atotto/clipboard v0.1.4 \
|
|
github.com/blang/semver/v4 v4.0.0 \
|
|
github.com/boombuler/barcode v1.0.1 \
|
|
github.com/bwesterb/go-ristretto v1.2.1 \
|
|
github.com/caspr-io/yamlpath v0.0.0-20200722075116-502e8d113a9b \
|
|
github.com/cenkalti/backoff v2.2.1+incompatible \
|
|
github.com/chzyer/logex v1.2.1 \
|
|
github.com/chzyer/readline v1.5.1 \
|
|
github.com/chzyer/test v1.0.0 \
|
|
github.com/cloudflare/circl v1.2.0 \
|
|
github.com/coreos/go-systemd/v22 v22.3.3-0.20220203105225-a9a7ef127534 \
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 \
|
|
github.com/creack/pty v1.1.9 \
|
|
github.com/danieljoos/wincred v1.1.2 \
|
|
github.com/davecgh/go-spew v1.1.1 \
|
|
github.com/dustin/go-humanize v1.0.0 \
|
|
github.com/fatih/color v1.13.0 \
|
|
github.com/godbus/dbus v0.0.0-20190623212516-8a1682060722 \
|
|
github.com/godbus/dbus/v5 v5.1.0 \
|
|
github.com/gokyle/twofactor v1.0.1 \
|
|
github.com/golang/mock v1.6.0 \
|
|
github.com/golang/protobuf v1.5.2 \
|
|
github.com/google/go-cmp v0.5.9 \
|
|
github.com/google/go-github v17.0.0+incompatible \
|
|
github.com/google/go-github/v33 v33.0.0 \
|
|
github.com/google/go-querystring v1.1.0 \
|
|
github.com/hashicorp/errwrap v1.1.0 \
|
|
github.com/hashicorp/go-multierror v1.1.1 \
|
|
github.com/hashicorp/golang-lru v0.5.4 \
|
|
github.com/jsimonetti/pwscheme v0.0.0-20220922140336-67a4d090f150 \
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 \
|
|
github.com/kr/pretty v0.3.0 \
|
|
github.com/kr/pty v1.1.1 \
|
|
github.com/kr/text v0.2.0 \
|
|
github.com/martinhoefling/goxkcdpwgen v0.1.1 \
|
|
github.com/mattn/go-colorable v0.1.13 \
|
|
github.com/mattn/go-isatty v0.0.16 \
|
|
github.com/mattn/go-runewidth v0.0.7 \
|
|
github.com/mattn/go-tty v0.0.4 \
|
|
github.com/mitchellh/go-homedir v1.1.0 \
|
|
github.com/mitchellh/go-ps v1.0.0 \
|
|
github.com/muesli/crunchy v0.4.0 \
|
|
github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 \
|
|
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e \
|
|
github.com/pkg/errors v0.9.1 \
|
|
github.com/pmezard/go-difflib v1.0.0 \
|
|
github.com/pquerna/otp v1.3.1-0.20220803165443-c62dc589378a \
|
|
github.com/rogpeppe/go-internal v1.8.1-0.20210923151022-86f73c517451 \
|
|
github.com/rs/xid v1.4.0 \
|
|
github.com/rs/zerolog v1.28.0 \
|
|
github.com/russross/blackfriday/v2 v2.1.0 \
|
|
github.com/schollz/closestmatch v0.0.0-20190308193919-1fbe626be92e \
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e \
|
|
github.com/spf13/pflag v1.0.3 \
|
|
github.com/stretchr/objx v0.5.0 \
|
|
github.com/stretchr/testify v1.8.1 \
|
|
github.com/twpayne/go-pinentry v0.2.0 \
|
|
github.com/urfave/cli/v2 v2.23.5 \
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 \
|
|
github.com/zalando/go-keyring v0.2.1 \
|
|
go.uber.org/atomic v1.10.0 \
|
|
go.uber.org/multierr v1.8.0 \
|
|
golang.org/x/crypto v0.1.0 \
|
|
golang.org/x/exp v0.0.0-20221108223516-5d533826c662 \
|
|
golang.org/x/mod v0.6.0 \
|
|
golang.org/x/net v0.2.0 \
|
|
golang.org/x/oauth2 v0.1.0 \
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58 \
|
|
golang.org/x/sys v0.2.0 \
|
|
golang.org/x/term v0.2.0 \
|
|
golang.org/x/text v0.4.0 \
|
|
golang.org/x/tools v0.2.0 \
|
|
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 \
|
|
google.golang.org/appengine v1.6.7 \
|
|
google.golang.org/protobuf v1.28.1 \
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c \
|
|
gopkg.in/errgo.v2 v2.1.0 \
|
|
gopkg.in/yaml.v2 v2.4.0 \
|
|
gopkg.in/yaml.v3 v3.0.1 \
|
|
gotest.tools/v3 v3.0.2 \
|
|
rsc.io/qr v0.2.0
|
|
|
|
MODGO_MODFILES = \
|
|
filippo.io/edwards25519 v1.0.0-rc.1 \
|
|
github.com/!burnt!sushi/toml v0.4.1 \
|
|
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc \
|
|
github.com/bwesterb/go-ristretto v1.2.0 \
|
|
github.com/cloudflare/circl v1.1.0 \
|
|
github.com/danieljoos/wincred v1.1.0 \
|
|
github.com/davecgh/go-spew v1.1.0 \
|
|
github.com/godbus/dbus/v5 v5.0.4 \
|
|
github.com/godbus/dbus/v5 v5.0.6 \
|
|
github.com/golang/protobuf v1.3.1 \
|
|
github.com/golang/protobuf v1.3.2 \
|
|
github.com/golang/protobuf v1.5.0 \
|
|
github.com/google/go-cmp v0.3.0 \
|
|
github.com/google/go-cmp v0.5.2 \
|
|
github.com/google/go-cmp v0.5.5 \
|
|
github.com/google/go-cmp v0.5.8 \
|
|
github.com/google/go-querystring v1.0.0 \
|
|
github.com/hashicorp/errwrap v1.0.0 \
|
|
github.com/kr/pretty v0.1.0 \
|
|
github.com/kr/pretty v0.2.1 \
|
|
github.com/kr/text v0.1.0 \
|
|
github.com/mattn/go-colorable v0.1.12 \
|
|
github.com/mattn/go-colorable v0.1.4 \
|
|
github.com/mattn/go-colorable v0.1.9 \
|
|
github.com/mattn/go-isatty v0.0.10 \
|
|
github.com/mattn/go-isatty v0.0.12 \
|
|
github.com/mattn/go-isatty v0.0.14 \
|
|
github.com/mattn/go-isatty v0.0.8 \
|
|
github.com/pkg/errors v0.8.1 \
|
|
github.com/rogpeppe/go-internal v1.6.1 \
|
|
github.com/rs/zerolog v1.26.0 \
|
|
github.com/stretchr/objx v0.1.0 \
|
|
github.com/stretchr/objx v0.4.0 \
|
|
github.com/stretchr/testify v1.1.4 \
|
|
github.com/stretchr/testify v1.3.0 \
|
|
github.com/stretchr/testify v1.5.1 \
|
|
github.com/stretchr/testify v1.7.0 \
|
|
github.com/stretchr/testify v1.7.1 \
|
|
github.com/stretchr/testify v1.8.0 \
|
|
github.com/xrash/smetrics v0.0.0-20170218160415-a3153f7040e9 \
|
|
go.uber.org/atomic v1.7.0 \
|
|
go.uber.org/multierr v1.7.0 \
|
|
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 \
|
|
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 \
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 \
|
|
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd \
|
|
golang.org/x/crypto v0.0.0-20220919173607-35f4265a4bc0 \
|
|
golang.org/x/net v0.0.0-20190311183353-d8887717615a \
|
|
golang.org/x/net v0.0.0-20190603091049-60506f45cf65 \
|
|
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 \
|
|
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 \
|
|
golang.org/x/net v0.0.0-20220921155015-db77216a4ee9 \
|
|
golang.org/x/net v0.1.0 \
|
|
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be \
|
|
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a \
|
|
golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223 \
|
|
golang.org/x/sys v0.0.0-20191008105621-543471e840be \
|
|
golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e \
|
|
golang.org/x/sys v0.0.0-20200116001909-b77594299b42 \
|
|
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae \
|
|
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 \
|
|
golang.org/x/sys v0.0.0-20210423082822-04245dca01da \
|
|
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 \
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c \
|
|
golang.org/x/sys v0.0.0-20210819135213-f52c844e1c1c \
|
|
golang.org/x/sys v0.0.0-20210903071746-97244b99971b \
|
|
golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6 \
|
|
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac \
|
|
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 \
|
|
golang.org/x/sys v0.0.0-20220315194320-039c03cc5b86 \
|
|
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 \
|
|
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab \
|
|
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 \
|
|
golang.org/x/sys v0.1.0 \
|
|
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 \
|
|
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b \
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 \
|
|
golang.org/x/term v0.0.0-20220919170432-7a66f970e087 \
|
|
golang.org/x/term v0.1.0 \
|
|
golang.org/x/text v0.3.0 \
|
|
golang.org/x/text v0.3.2 \
|
|
golang.org/x/text v0.3.3 \
|
|
golang.org/x/text v0.3.6 \
|
|
golang.org/x/text v0.3.7 \
|
|
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e \
|
|
golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 \
|
|
google.golang.org/appengine v1.1.0 \
|
|
google.golang.org/protobuf v1.26.0 \
|
|
google.golang.org/protobuf v1.26.0-rc.1 \
|
|
google.golang.org/protobuf v1.28.0 \
|
|
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 \
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 \
|
|
gopkg.in/yaml.v2 v2.2.2 \
|
|
gopkg.in/yaml.v3 v3.0.0-20200121175148-a6ecf24a6d71 \
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c \
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
|
|