This commit is contained in:
2025-11-20 13:11:16 +03:00
commit 8b41b82d24
7 changed files with 240 additions and 0 deletions

14
go.mod Normal file
View File

@@ -0,0 +1,14 @@
module git.nwaifu.su/sergey/MyGoServer
go 1.25.4
require (
github.com/felixge/httpsnoop v1.0.4
github.com/gorilla/mux v1.8.1
github.com/sirupsen/logrus v1.9.3
)
require (
github.com/google/uuid v1.6.0
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
)