update vendor files

This commit is contained in:
2025-03-30 12:57:39 -04:00
parent 71164ee85a
commit cd4ebf9dc7
10 changed files with 858 additions and 2 deletions

9
go.mod
View File

@@ -1,6 +1,8 @@
module git.dubyatp.xyz/chat-api-server
go 1.23
go 1.23.0
toolchain go1.23.3
require (
github.com/go-chi/chi/v5 v5.2.0
@@ -9,4 +11,7 @@ require (
github.com/google/uuid v1.6.0
)
require github.com/ajg/form v1.5.1 // indirect
require (
github.com/ajg/form v1.5.1 // indirect
golang.org/x/crypto v0.36.0
)