Skip to content

Commit 9ef6df7

Browse files
committed
mod: update dependencies
This is the result of running go get -u go mod tidy
1 parent 81c42d6 commit 9ef6df7

File tree

2 files changed

+81
-471
lines changed

2 files changed

+81
-471
lines changed

go.mod

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,35 @@
11
module github.com/ferdinandyb/maildir-rank-addr
22

3-
go 1.18
3+
go 1.22.0
4+
5+
toolchain go1.23.4
46

57
require (
6-
github.com/emersion/go-message v0.16.0
8+
github.com/emersion/go-message v0.18.2
79
github.com/mitchellh/go-homedir v1.1.0
810
github.com/spf13/pflag v1.0.5
9-
github.com/spf13/viper v1.13.0
11+
github.com/spf13/viper v1.19.0
1012
github.com/stretchr/testify v1.10.0
11-
golang.org/x/text v0.3.7
13+
golang.org/x/text v0.21.0
1214
)
1315

1416
require (
15-
github.com/davecgh/go-spew v1.1.1 // indirect
16-
github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594 // indirect
17-
github.com/fsnotify/fsnotify v1.5.4 // indirect
17+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
18+
github.com/fsnotify/fsnotify v1.8.0 // indirect
1819
github.com/hashicorp/hcl v1.0.0 // indirect
19-
github.com/magiconair/properties v1.8.6 // indirect
20+
github.com/magiconair/properties v1.8.9 // indirect
2021
github.com/mitchellh/mapstructure v1.5.0 // indirect
21-
github.com/pelletier/go-toml v1.9.5 // indirect
22-
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
23-
github.com/pmezard/go-difflib v1.0.0 // indirect
24-
github.com/spf13/afero v1.8.2 // indirect
25-
github.com/spf13/cast v1.5.0 // indirect
26-
github.com/spf13/jwalterweatherman v1.1.0 // indirect
27-
github.com/subosito/gotenv v1.4.1 // indirect
28-
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
22+
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
23+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
24+
github.com/sagikazarmark/locafero v0.7.0 // indirect
25+
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
26+
github.com/sourcegraph/conc v0.3.0 // indirect
27+
github.com/spf13/afero v1.12.0 // indirect
28+
github.com/spf13/cast v1.7.1 // indirect
29+
github.com/subosito/gotenv v1.6.0 // indirect
30+
go.uber.org/multierr v1.11.0 // indirect
31+
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
32+
golang.org/x/sys v0.29.0 // indirect
2933
gopkg.in/ini.v1 v1.67.0 // indirect
30-
gopkg.in/yaml.v2 v2.4.0 // indirect
3134
gopkg.in/yaml.v3 v3.0.1 // indirect
3235
)

0 commit comments

Comments
 (0)