diff --git a/server/go.mod b/server/go.mod index ce09279..be33d83 100644 --- a/server/go.mod +++ b/server/go.mod @@ -4,5 +4,5 @@ go 1.25.0 require ( github.com/go-chi/chi/v5 v5.3.0 - golang.org/x/text v0.37.0 + golang.org/x/text v0.38.0 ) diff --git a/server/go.sum b/server/go.sum index 799f5c4..c9efee5 100644 --- a/server/go.sum +++ b/server/go.sum @@ -1,4 +1,4 @@ github.com/go-chi/chi/v5 v5.3.0 h1:halUjDxhshgXHMrao5bB8eNBXo/rnzwr8m5m36glehM= github.com/go-chi/chi/v5 v5.3.0/go.mod h1:R+tYY2hNuVUUjxoPtqUdgBqevM9s9njzkTLutVsOCto= -golang.org/x/text v0.37.0 h1:Cqjiwd9eSg8e0QAkyCaQTNHFIIzWtidPahFWR83rTrc= -golang.org/x/text v0.37.0/go.mod h1:a5sjxXGs9hsn/AJVwuElvCAo9v8QYLzvavO5z2PiM38= +golang.org/x/text v0.38.0 h1:sXmwo9DwP3OK9EZ7PqAdaooSGozfl/3a6/xJcbzPRhE= +golang.org/x/text v0.38.0/go.mod h1:YXZt3QhHUKYT53r2lLKFIVi6Ao1jdzrTR/KQ09qyxF4= diff --git a/server/vendor/modules.txt b/server/vendor/modules.txt index 116f574..ce83077 100644 --- a/server/vendor/modules.txt +++ b/server/vendor/modules.txt @@ -1,7 +1,7 @@ # github.com/go-chi/chi/v5 v5.3.0 ## explicit; go 1.23 github.com/go-chi/chi/v5 -# golang.org/x/text v0.37.0 +# golang.org/x/text v0.38.0 ## explicit; go 1.25.0 golang.org/x/text/cases golang.org/x/text/internal