Files
MyGoServer/go.mod
2025-11-20 13:11:16 +03:00

15 lines
275 B
Modula-2

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
)