Skip to content

Commit 568ad5d

Browse files
committed
Merge branch 'release/v1.27.8'
2 parents ca6357f + d3063ea commit 568ad5d

5 files changed

Lines changed: 435 additions & 428 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
Notable changes to Mailpit will be documented in this file.
44

5+
## [v1.27.8]
6+
7+
### Chore
8+
- Update Go dependencies
9+
- Update node dependencies
10+
- Update caniemail test database
11+
12+
513
## [v1.27.7]
614

715
### Fix

go.mod

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ require (
1717
github.com/leporo/sqlf v1.4.0
1818
github.com/lithammer/shortuuid/v4 v4.2.0
1919
github.com/mneis/go-telnet v0.0.0-20221017141824-6f643e477c62
20-
github.com/prometheus/client_golang v1.23.0
20+
github.com/prometheus/client_golang v1.23.2
2121
github.com/rqlite/gorqlite v0.0.0-20250609141355-ac86a4a1c9a8
2222
github.com/sirupsen/logrus v1.9.3
23-
github.com/spf13/cobra v1.9.1
24-
github.com/spf13/pflag v1.0.7
23+
github.com/spf13/cobra v1.10.1
24+
github.com/spf13/pflag v1.0.10
2525
github.com/tg123/go-htpasswd v1.2.4
2626
github.com/vanng822/go-premailer v1.25.0
27-
golang.org/x/crypto v0.41.0
28-
golang.org/x/net v0.43.0
29-
golang.org/x/text v0.28.0
30-
golang.org/x/time v0.12.0
27+
golang.org/x/crypto v0.42.0
28+
golang.org/x/net v0.44.0
29+
golang.org/x/text v0.29.0
30+
golang.org/x/time v0.13.0
3131
modernc.org/sqlite v1.38.2
3232
)
3333

@@ -44,31 +44,33 @@ require (
4444
github.com/gorilla/css v1.0.1 // indirect
4545
github.com/inbucket/html2text v1.0.0 // indirect
4646
github.com/inconshreveable/mousetrap v1.1.0 // indirect
47+
github.com/kr/text v0.2.0 // indirect
4748
github.com/mattn/go-colorable v0.1.14 // indirect
4849
github.com/mattn/go-isatty v0.0.20 // indirect
4950
github.com/mattn/go-runewidth v0.0.16 // indirect
5051
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
5152
github.com/ncruces/go-strftime v0.1.9 // indirect
52-
github.com/olekukonko/cat v0.0.0-20250817074551-3280053e4e00 // indirect
53+
github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6 // indirect
5354
github.com/olekukonko/errors v1.1.0 // indirect
54-
github.com/olekukonko/ll v0.1.0 // indirect
55+
github.com/olekukonko/ll v0.1.1 // indirect
5556
github.com/olekukonko/tablewriter v1.0.9 // indirect
5657
github.com/pkg/errors v0.9.1 // indirect
5758
github.com/prometheus/client_model v0.6.2 // indirect
58-
github.com/prometheus/common v0.65.0 // indirect
59+
github.com/prometheus/common v0.66.1 // indirect
5960
github.com/prometheus/procfs v0.17.0 // indirect
6061
github.com/reiver/go-oi v1.0.0 // indirect
6162
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
6263
github.com/rivo/uniseg v0.4.7 // indirect
6364
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
6465
github.com/valyala/bytebufferpool v1.0.0 // indirect
6566
github.com/vanng822/css v1.0.1 // indirect
66-
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b // indirect
67-
golang.org/x/image v0.30.0 // indirect
68-
golang.org/x/mod v0.27.0 // indirect
69-
golang.org/x/sys v0.35.0 // indirect
70-
google.golang.org/protobuf v1.36.8 // indirect
71-
modernc.org/libc v1.66.7 // indirect
67+
go.yaml.in/yaml/v2 v2.4.3 // indirect
68+
golang.org/x/exp v0.0.0-20250911091902-df9299821621 // indirect
69+
golang.org/x/image v0.31.0 // indirect
70+
golang.org/x/mod v0.28.0 // indirect
71+
golang.org/x/sys v0.36.0 // indirect
72+
google.golang.org/protobuf v1.36.9 // indirect
73+
modernc.org/libc v1.66.8 // indirect
7274
modernc.org/mathutil v1.7.1 // indirect
7375
modernc.org/memory v1.11.0 // indirect
7476
)

0 commit comments

Comments
 (0)