Update dependencies

This commit is contained in:
2025-10-07 19:27:21 +02:00
parent d6310ee8ee
commit f3019ff7e8
2 changed files with 4 additions and 4 deletions

4
go.mod
View File

@@ -1,8 +1,8 @@
module git.streifling.com/jason/atom
go 1.23.2
go 1.24.0
require (
github.com/google/uuid v1.6.0
golang.org/x/text v0.19.0
golang.org/x/text v0.29.0
)

4
go.sum
View File

@@ -1,4 +1,4 @@
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
golang.org/x/text v0.19.0 h1:kTxAhCbGbxhK0IwgSKiMO5awPoDQ0RpfiVYBfK860YM=
golang.org/x/text v0.19.0/go.mod h1:BuEKDfySbSR4drPmRPG/7iBdf8hvFMuRexcpahXilzY=
golang.org/x/text v0.29.0 h1:1neNs90w9YzJ9BocxfsQNHKuAT4pkghyXc4nhZ6sJvk=
golang.org/x/text v0.29.0/go.mod h1:7MhJOA9CD2qZyOKYazxdYMF85OwPdEr9jTtBpO7ydH4=