Upload files to "/"

This commit is contained in:
5803024005 2025-09-15 01:08:56 -04:00
commit 61eb9ab562
2 changed files with 12 additions and 0 deletions

8
go.mod Normal file
View File

@ -0,0 +1,8 @@
module prak-03-todo
go 1.21
require (
github.com/gorilla/mux v1.8.1
github.com/lib/pq v1.10.9
)

4
go.sum Normal file
View File

@ -0,0 +1,4 @@
github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=
github.com/gorilla/mux v1.8.1/go.mod h1:AKf9I4AEqPTmMytcMc0KkNouC66V3BtZ4qD5fmWSiMQ=
github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw=
github.com/lib/pq v1.10.9/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=