Skip to content

Commit 4105697

Browse files
committed
Update Golang version and dependencies
1 parent 26a95c1 commit 4105697

2 files changed

Lines changed: 66 additions & 523 deletions

File tree

go.mod

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,29 @@
11
module nomore403
22

3-
go 1.19
3+
go 1.24
44

55
require (
66
github.com/fatih/color v1.18.0
7-
github.com/spf13/cobra v1.5.0
8-
github.com/spf13/viper v1.13.0
9-
github.com/zenthangplus/goccm v1.1.2
7+
github.com/spf13/cobra v1.9.1
8+
github.com/spf13/viper v1.20.1
9+
github.com/zenthangplus/goccm v1.1.3
1010
)
1111

1212
require (
13-
github.com/fsnotify/fsnotify v1.5.4 // indirect
14-
github.com/hashicorp/hcl v1.0.0 // indirect
15-
github.com/inconshreveable/mousetrap v1.0.1 // indirect
16-
github.com/magiconair/properties v1.8.6 // indirect
17-
github.com/mattn/go-colorable v0.1.13 // indirect
13+
github.com/fsnotify/fsnotify v1.9.0 // indirect
14+
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
15+
github.com/inconshreveable/mousetrap v1.1.0 // indirect
16+
github.com/mattn/go-colorable v0.1.14 // indirect
1817
github.com/mattn/go-isatty v0.0.20 // indirect
19-
github.com/mitchellh/mapstructure v1.5.0 // indirect
20-
github.com/pelletier/go-toml v1.9.5 // indirect
21-
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
22-
github.com/spf13/afero v1.8.2 // indirect
23-
github.com/spf13/cast v1.5.0 // indirect
24-
github.com/spf13/jwalterweatherman v1.1.0 // indirect
25-
github.com/spf13/pflag v1.0.5 // indirect
26-
github.com/subosito/gotenv v1.4.1 // indirect
27-
golang.org/x/sys v0.27.0 // indirect
28-
golang.org/x/text v0.3.8 // indirect
29-
gopkg.in/ini.v1 v1.67.0 // indirect
30-
gopkg.in/yaml.v2 v2.4.0 // indirect
18+
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
19+
github.com/sagikazarmark/locafero v0.9.0 // indirect
20+
github.com/sourcegraph/conc v0.3.0 // indirect
21+
github.com/spf13/afero v1.14.0 // indirect
22+
github.com/spf13/cast v1.7.1 // indirect
23+
github.com/spf13/pflag v1.0.6 // indirect
24+
github.com/subosito/gotenv v1.6.0 // indirect
25+
go.uber.org/multierr v1.11.0 // indirect
26+
golang.org/x/sys v0.32.0 // indirect
27+
golang.org/x/text v0.24.0 // indirect
3128
gopkg.in/yaml.v3 v3.0.1 // indirect
3229
)

0 commit comments

Comments
 (0)