|
1 | 1 | module github.com/endorama/2ami |
2 | 2 |
|
3 | | -go 1.15 |
| 3 | +go 1.23.0 |
4 | 4 |
|
5 | 5 | require ( |
6 | 6 | github.com/99designs/keyring v1.1.6 |
7 | 7 | github.com/OpenPeeDeeP/xdg v1.0.0 |
8 | 8 | github.com/atotto/clipboard v0.1.0 |
9 | 9 | github.com/boltdb/bolt v1.3.1 |
10 | | - github.com/danieljoos/wincred v1.1.2 // indirect |
11 | 10 | github.com/docopt/docopt.go v0.0.0-20180111231733-ee0de3bc6815 |
12 | | - github.com/dvsekhvalnov/jose2go v1.7.0 // indirect |
13 | | - github.com/godbus/dbus v4.1.0+incompatible // indirect |
14 | 11 | github.com/hgfischer/go-otp v1.0.0 |
15 | | - github.com/keybase/go-keychain v0.0.0-20201121013009-976c83ec27a6 // indirect |
16 | 12 | github.com/mitchellh/cli v1.1.0 |
17 | 13 | github.com/pkg/errors v0.9.1 |
18 | 14 | github.com/spf13/viper v1.9.0 |
19 | | - golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 |
20 | | - golang.org/x/sys v0.1.0 // indirect |
21 | | - golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect |
| 15 | + golang.org/x/crypto v0.35.0 |
| 16 | +) |
| 17 | + |
| 18 | +require ( |
| 19 | + github.com/armon/go-radix v1.0.0 // indirect |
| 20 | + github.com/bgentry/speakeasy v0.1.0 // indirect |
| 21 | + github.com/danieljoos/wincred v1.1.2 // indirect |
| 22 | + github.com/dvsekhvalnov/jose2go v1.7.0 // indirect |
| 23 | + github.com/fatih/color v1.9.0 // indirect |
| 24 | + github.com/fsnotify/fsnotify v1.5.1 // indirect |
| 25 | + github.com/godbus/dbus v4.1.0+incompatible // indirect |
| 26 | + github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect |
| 27 | + github.com/hashicorp/errwrap v1.0.0 // indirect |
| 28 | + github.com/hashicorp/go-multierror v1.1.0 // indirect |
| 29 | + github.com/hashicorp/hcl v1.0.0 // indirect |
| 30 | + github.com/keybase/go-keychain v0.0.0-20201121013009-976c83ec27a6 // indirect |
| 31 | + github.com/magiconair/properties v1.8.5 // indirect |
| 32 | + github.com/mattn/go-colorable v0.1.6 // indirect |
| 33 | + github.com/mattn/go-isatty v0.0.12 // indirect |
| 34 | + github.com/mitchellh/go-homedir v1.1.0 // indirect |
| 35 | + github.com/mitchellh/mapstructure v1.4.2 // indirect |
| 36 | + github.com/mtibben/percent v0.2.1 // indirect |
| 37 | + github.com/pelletier/go-toml v1.9.4 // indirect |
| 38 | + github.com/posener/complete v1.2.3 // indirect |
| 39 | + github.com/spf13/afero v1.6.0 // indirect |
| 40 | + github.com/spf13/cast v1.4.1 // indirect |
| 41 | + github.com/spf13/jwalterweatherman v1.1.0 // indirect |
| 42 | + github.com/spf13/pflag v1.0.5 // indirect |
| 43 | + github.com/subosito/gotenv v1.2.0 // indirect |
| 44 | + golang.org/x/sys v0.30.0 // indirect |
| 45 | + golang.org/x/term v0.29.0 // indirect |
| 46 | + golang.org/x/text v0.22.0 // indirect |
| 47 | + gopkg.in/ini.v1 v1.63.2 // indirect |
| 48 | + gopkg.in/yaml.v2 v2.4.0 // indirect |
22 | 49 | ) |
23 | 50 |
|
24 | 51 | replace github.com/keybase/go-keychain => github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 |
0 commit comments