Skip to content

Commit d88d9eb

Browse files
fix(deps): update all dependencies
1 parent f775dca commit d88d9eb

File tree

2 files changed

+72
-22
lines changed

2 files changed

+72
-22
lines changed

go.mod

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,50 @@
11
module github.com/talbx/go-clockodo
22

3-
go 1.19
3+
go 1.24.0
44

55
require (
6-
github.com/spf13/cobra v1.8.0
7-
github.com/spf13/pflag v1.0.5
8-
github.com/spf13/viper v1.18.2
9-
github.com/stretchr/testify v1.9.0
10-
golang.design/x/clipboard v0.7.0
11-
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8
6+
github.com/spf13/cobra v1.10.1
7+
github.com/spf13/pflag v1.0.10
8+
github.com/spf13/viper v1.21.0
9+
github.com/stretchr/testify v1.11.1
10+
golang.design/x/clipboard v0.7.1
11+
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546
1212
)
1313

1414
require (
1515
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
16-
github.com/mattn/go-runewidth v0.0.15 // indirect
16+
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
17+
github.com/mattn/go-runewidth v0.0.16 // indirect
1718
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
1819
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
19-
github.com/rivo/uniseg v0.2.0 // indirect
20-
github.com/sagikazarmark/locafero v0.4.0 // indirect
20+
github.com/rivo/uniseg v0.4.7 // indirect
21+
github.com/sagikazarmark/locafero v0.11.0 // indirect
2122
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
22-
github.com/sourcegraph/conc v0.3.0 // indirect
23+
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
2324
go.uber.org/atomic v1.9.0 // indirect
2425
go.uber.org/multierr v1.9.0 // indirect
25-
golang.org/x/exp/shiny v0.0.0-20230809150735-7b3493d9a819 // indirect
26-
golang.org/x/image v0.6.0 // indirect
27-
golang.org/x/mobile v0.0.0-20230301163155-e0f57694e12c // indirect
26+
go.yaml.in/yaml/v3 v3.0.4 // indirect
27+
golang.org/x/exp/shiny v0.0.0-20250606033433-dcc06ee1d476 // indirect
28+
golang.org/x/image v0.28.0 // indirect
29+
golang.org/x/mobile v0.0.0-20250606033058-a2a15c67f36f // indirect
2830
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
2931
)
3032

3133
require (
32-
github.com/fsnotify/fsnotify v1.7.0 // indirect
34+
github.com/fsnotify/fsnotify v1.9.0 // indirect
3335
github.com/hashicorp/hcl v1.0.0 // indirect
3436
github.com/inconshreveable/mousetrap v1.1.0 // indirect
35-
github.com/jedib0t/go-pretty/v6 v6.5.6
36-
github.com/magiconair/properties v1.8.7
37+
github.com/jedib0t/go-pretty/v6 v6.6.8
38+
github.com/magiconair/properties v1.8.10
3739
github.com/mitchellh/mapstructure v1.5.0 // indirect
3840
github.com/pelletier/go-toml v1.9.5 // indirect
39-
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
40-
github.com/spf13/afero v1.11.0 // indirect
41-
github.com/spf13/cast v1.6.0 // indirect
41+
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
42+
github.com/spf13/afero v1.15.0 // indirect
43+
github.com/spf13/cast v1.10.0 // indirect
4244
github.com/spf13/jwalterweatherman v1.1.0 // indirect
4345
github.com/subosito/gotenv v1.6.0 // indirect
44-
golang.org/x/sys v0.16.0 // indirect
45-
golang.org/x/text v0.14.0 // indirect
46+
golang.org/x/sys v0.33.0 // indirect
47+
golang.org/x/text v0.28.0 // indirect
4648
gopkg.in/ini.v1 v1.67.0 // indirect
4749
gopkg.in/yaml.v2 v2.4.0 // indirect
4850
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)