Skip to content

Commit 7c7ed94

Browse files
committed
chore: Update Go dependencies to latest versions
- Upgrade Go from 1.23 to 1.24.0 - Update github.com/spf13/cobra from v1.8.0 to v1.10.1 - Update github.com/spf13/viper from v1.18.2 to v1.21.0 - Update github.com/go-semantic-release/semantic-release/v2 from v2.30.0 to v2.31.0 - Update github.com/Masterminds/semver/v3 from v3.2.1 to v3.4.0 - Update golang.org/x/term from v0.19.0 to v0.36.0 - Update golang.org/x/sys from v0.19.0 to v0.37.0 - Update golang.org/x/net from v0.24.0 to v0.46.0 - Update google.golang.org/grpc from v1.63.2 to v1.76.0 - Update google.golang.org/protobuf from v1.33.0 to v1.36.10 - Update various other indirect dependencies All dependencies updated using GOPROXY=https://goproxy.cn,direct
1 parent 46427e5 commit 7c7ed94

File tree

2 files changed

+135
-141
lines changed

2 files changed

+135
-141
lines changed

go.mod

Lines changed: 35 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,57 @@
11
module github.com/gsmlg-dev/gsmlg-cli
22

3-
go 1.23
4-
5-
toolchain go1.23.0
3+
go 1.24.0
64

75
require (
8-
github.com/Masterminds/semver/v3 v3.2.1
9-
github.com/go-semantic-release/semantic-release/v2 v2.30.0
6+
github.com/Masterminds/semver/v3 v3.4.0
7+
github.com/go-semantic-release/semantic-release/v2 v2.31.0
108
github.com/gsmlg-dev/gsmlg-golang v1.5.2
11-
github.com/spf13/cobra v1.8.0
12-
github.com/spf13/viper v1.18.2
13-
golang.org/x/term v0.19.0
9+
github.com/spf13/cobra v1.10.1
10+
github.com/spf13/viper v1.21.0
11+
golang.org/x/term v0.36.0
1412
)
1513

1614
require (
17-
github.com/andybalholm/brotli v1.1.0 // indirect
15+
github.com/andybalholm/brotli v1.2.0 // indirect
1816
github.com/beorn7/perks v1.0.1 // indirect
1917
github.com/cavaliergopher/grab/v3 v3.0.1 // indirect
20-
github.com/fatih/color v1.16.0 // indirect
21-
github.com/fsnotify/fsnotify v1.7.0 // indirect
18+
github.com/clipperhouse/stringish v0.1.1 // indirect
19+
github.com/clipperhouse/uax29/v2 v2.3.0 // indirect
20+
github.com/fatih/color v1.18.0 // indirect
21+
github.com/fsnotify/fsnotify v1.9.0 // indirect
2222
github.com/go-semantic-release/plugin-registry v1.26.1 // indirect
23+
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
2324
github.com/golang/protobuf v1.5.4 // indirect
2425
github.com/google/go-github/v59 v59.0.0 // indirect
2526
github.com/google/go-querystring v1.1.0 // indirect
2627
github.com/hashicorp/go-hclog v1.6.3 // indirect
27-
github.com/hashicorp/go-plugin v1.6.0 // indirect
28-
github.com/hashicorp/hcl v1.0.0 // indirect
29-
github.com/hashicorp/yamux v0.1.1 // indirect
28+
github.com/hashicorp/go-plugin v1.7.0 // indirect
29+
github.com/hashicorp/yamux v0.1.2 // indirect
3030
github.com/inconshreveable/mousetrap v1.1.0 // indirect
31-
github.com/klauspost/compress v1.17.8 // indirect
32-
github.com/magiconair/properties v1.8.7 // indirect
33-
github.com/mattn/go-colorable v0.1.13 // indirect
31+
github.com/klauspost/compress v1.18.1 // indirect
32+
github.com/mattn/go-colorable v0.1.14 // indirect
3433
github.com/mattn/go-isatty v0.0.20 // indirect
35-
github.com/mattn/go-runewidth v0.0.15 // indirect
34+
github.com/mattn/go-runewidth v0.0.19 // indirect
3635
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
37-
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
38-
github.com/mitchellh/mapstructure v1.5.0 // indirect
39-
github.com/oklog/run v1.1.0 // indirect
40-
github.com/pelletier/go-toml/v2 v2.2.1 // indirect
36+
github.com/oklog/run v1.2.0 // indirect
37+
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
4138
github.com/rivo/uniseg v0.4.7 // indirect
42-
github.com/sagikazarmark/locafero v0.4.0 // indirect
43-
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
44-
github.com/schollz/progressbar/v3 v3.14.2 // indirect
45-
github.com/sourcegraph/conc v0.3.0 // indirect
46-
github.com/spf13/afero v1.11.0 // indirect
47-
github.com/spf13/cast v1.6.0 // indirect
48-
github.com/spf13/pflag v1.0.5 // indirect
39+
github.com/sagikazarmark/locafero v0.12.0 // indirect
40+
github.com/schollz/progressbar/v3 v3.18.0 // indirect
41+
github.com/spf13/afero v1.15.0 // indirect
42+
github.com/spf13/cast v1.10.0 // indirect
43+
github.com/spf13/pflag v1.0.10 // indirect
4944
github.com/subosito/gotenv v1.6.0 // indirect
5045
github.com/valyala/bytebufferpool v1.0.0 // indirect
51-
github.com/valyala/fasthttp v1.52.0 // indirect
52-
go.uber.org/automaxprocs v1.5.3 // indirect
53-
go.uber.org/multierr v1.11.0 // indirect
54-
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
55-
golang.org/x/net v0.24.0 // indirect
56-
golang.org/x/oauth2 v0.19.0 // indirect
57-
golang.org/x/sys v0.19.0 // indirect
58-
golang.org/x/text v0.14.0 // indirect
59-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240415180920-8c6c420018be // indirect
60-
google.golang.org/grpc v1.63.2 // indirect
61-
google.golang.org/protobuf v1.33.0 // indirect
62-
gopkg.in/ini.v1 v1.67.0 // indirect
63-
gopkg.in/yaml.v3 v3.0.1 // indirect
46+
github.com/valyala/fasthttp v1.68.0 // indirect
47+
go.uber.org/automaxprocs v1.6.0 // indirect
48+
go.yaml.in/yaml/v3 v3.0.4 // indirect
49+
golang.org/x/net v0.46.0 // indirect
50+
golang.org/x/oauth2 v0.32.0 // indirect
51+
golang.org/x/sys v0.37.0 // indirect
52+
golang.org/x/text v0.30.0 // indirect
53+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251029180050-ab9386a59fda // indirect
54+
google.golang.org/grpc v1.76.0 // indirect
55+
google.golang.org/protobuf v1.36.10 // indirect
56+
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
6457
)

0 commit comments

Comments
 (0)