Skip to content

Commit e3b4a38

Browse files
authored
Update dependencies (#1326)
* Update dependencies * Run go mod tidy
1 parent 785243c commit e3b4a38

File tree

3 files changed

+174
-538
lines changed

3 files changed

+174
-538
lines changed

go.mod

Lines changed: 48 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -3,99 +3,97 @@ module github.com/stripe/stripe-cli
33
go 1.24.1
44

55
require (
6-
github.com/BurntSushi/toml v1.2.0
7-
github.com/briandowns/spinner v1.19.0
8-
github.com/fatih/color v1.13.0 // indirect
9-
github.com/felixge/httpsnoop v1.0.3 // indirect
6+
github.com/BurntSushi/toml v1.5.0
7+
github.com/briandowns/spinner v1.23.2
8+
github.com/fatih/color v1.18.0 // indirect
9+
github.com/felixge/httpsnoop v1.0.4 // indirect
1010
github.com/google/go-github/v28 v28.1.1
1111
github.com/google/go-querystring v1.1.0
1212
github.com/google/uuid v1.6.0
13-
github.com/gorilla/handlers v1.5.1
14-
github.com/gorilla/websocket v1.5.0
15-
github.com/iancoleman/strcase v0.2.0
16-
github.com/imdario/mergo v0.3.13
13+
github.com/gorilla/handlers v1.5.2
14+
github.com/gorilla/websocket v1.5.3
15+
github.com/iancoleman/strcase v0.3.0
16+
github.com/imdario/mergo v0.3.16
1717
github.com/kevinburke/ssh_config v1.2.0 // indirect
1818
github.com/logrusorgru/aurora v2.0.3+incompatible
1919
github.com/manifoldco/promptui v0.9.0
2020
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
2121
github.com/mitchellh/go-homedir v1.1.0
2222
github.com/onsi/ginkgo v1.16.5 // indirect
23-
github.com/otiai10/copy v1.7.0
24-
github.com/pelletier/go-toml v1.9.5 // indirect
23+
github.com/otiai10/copy v1.14.1
2524
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
2625
github.com/sirupsen/logrus v1.9.3
27-
github.com/spf13/afero v1.9.2
28-
github.com/spf13/cast v1.5.0 // indirect
29-
github.com/spf13/cobra v1.5.0
30-
github.com/spf13/pflag v1.0.5
31-
github.com/spf13/viper v1.12.0
26+
github.com/spf13/afero v1.14.0
27+
github.com/spf13/cast v1.7.1 // indirect
28+
github.com/spf13/cobra v1.9.1
29+
github.com/spf13/pflag v1.0.6
30+
github.com/spf13/viper v1.20.1
3231
github.com/stretchr/testify v1.10.0
33-
github.com/tidwall/gjson v1.14.2
34-
github.com/tidwall/pretty v1.2.0
32+
github.com/tidwall/gjson v1.18.0
33+
github.com/tidwall/pretty v1.2.1
3534
github.com/x-cray/logrus-prefixed-formatter v0.5.2
3635
github.com/xanzy/ssh-agent v0.3.3 // indirect
37-
golang.org/x/crypto v0.32.0 // indirect
38-
golang.org/x/net v0.34.0 // indirect
39-
golang.org/x/sys v0.29.0
40-
golang.org/x/term v0.28.0
41-
google.golang.org/grpc v1.63.2
42-
google.golang.org/protobuf v1.33.0
43-
gopkg.in/ini.v1 v1.67.0 // indirect
44-
gopkg.in/yaml.v2 v2.4.0 // indirect
36+
golang.org/x/crypto v0.36.0 // indirect
37+
golang.org/x/net v0.38.0 // indirect
38+
golang.org/x/sys v0.31.0
39+
golang.org/x/term v0.30.0
40+
google.golang.org/grpc v1.71.1
41+
google.golang.org/protobuf v1.36.6
4542
)
4643

4744
require (
4845
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
49-
github.com/go-git/go-git/v5 v5.13.0
50-
github.com/hashicorp/go-hclog v1.2.2
51-
github.com/hashicorp/go-plugin v1.4.4
52-
github.com/joho/godotenv v1.4.0
46+
github.com/go-git/go-git/v5 v5.14.0
47+
github.com/hashicorp/go-hclog v1.6.3
48+
github.com/hashicorp/go-plugin v1.6.3
49+
github.com/joho/godotenv v1.5.1
5350
)
5451

5552
require (
5653
dario.cat/mergo v1.0.1 // indirect
5754
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect
58-
github.com/ProtonMail/go-crypto v1.1.5 // indirect
59-
github.com/cloudflare/circl v1.5.0 // indirect
60-
github.com/cyphar/filepath-securejoin v0.4.0 // indirect
61-
github.com/danieljoos/wincred v1.1.2 // indirect
62-
github.com/dvsekhvalnov/jose2go v1.6.0 // indirect
55+
github.com/ProtonMail/go-crypto v1.1.6 // indirect
56+
github.com/cloudflare/circl v1.6.0 // indirect
57+
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
58+
github.com/danieljoos/wincred v1.2.2 // indirect
59+
github.com/dvsekhvalnov/jose2go v1.8.0 // indirect
6360
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
6461
github.com/go-git/go-billy/v5 v5.6.2 // indirect
62+
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
6563
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
6664
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
6765
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
6866
github.com/mtibben/percent v0.2.1 // indirect
67+
github.com/otiai10/mint v1.6.3 // indirect
6968
github.com/pjbgf/sha1cd v0.3.2 // indirect
70-
github.com/skeema/knownhosts v1.3.0 // indirect
71-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
69+
github.com/sagikazarmark/locafero v0.9.0 // indirect
70+
github.com/skeema/knownhosts v1.3.1 // indirect
71+
github.com/sourcegraph/conc v0.3.0 // indirect
72+
go.uber.org/multierr v1.11.0 // indirect
73+
golang.org/x/sync v0.12.0 // indirect
74+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
7275
gopkg.in/yaml.v3 v3.0.1 // indirect
7376
)
7477

7578
require (
76-
github.com/99designs/keyring v1.2.1
79+
github.com/99designs/keyring v1.2.2
7780
github.com/Microsoft/go-winio v0.6.2 // indirect
7881
github.com/chzyer/readline v1.5.1 // indirect
7982
github.com/davecgh/go-spew v1.1.1 // indirect
8083
github.com/emirpasic/gods v1.18.1 // indirect
81-
github.com/fsnotify/fsnotify v1.5.4 // indirect
84+
github.com/fsnotify/fsnotify v1.8.0 // indirect
8285
github.com/golang/protobuf v1.5.4 // indirect
83-
github.com/hashicorp/hcl v1.0.0 // indirect
84-
github.com/hashicorp/yamux v0.1.1 // indirect
85-
github.com/inconshreveable/mousetrap v1.0.1 // indirect
86+
github.com/hashicorp/yamux v0.1.2 // indirect
87+
github.com/inconshreveable/mousetrap v1.1.0 // indirect
8688
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
8789
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
88-
github.com/magiconair/properties v1.8.6 // indirect
89-
github.com/mattn/go-colorable v0.1.12 // indirect
90-
github.com/mattn/go-isatty v0.0.14 // indirect
91-
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
92-
github.com/mitchellh/mapstructure v1.5.0 // indirect
90+
github.com/mattn/go-colorable v0.1.14 // indirect
91+
github.com/mattn/go-isatty v0.0.20 // indirect
9392
github.com/oklog/run v1.1.0 // indirect
94-
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
93+
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
9594
github.com/pmezard/go-difflib v1.0.0 // indirect
96-
github.com/spf13/jwalterweatherman v1.1.0 // indirect
97-
github.com/subosito/gotenv v1.4.0 // indirect
95+
github.com/subosito/gotenv v1.6.0 // indirect
9896
github.com/tidwall/match v1.1.1 // indirect
99-
golang.org/x/text v0.21.0 // indirect
97+
golang.org/x/text v0.23.0 // indirect
10098
gopkg.in/warnings.v0 v0.1.2 // indirect
10199
)

0 commit comments

Comments
 (0)