gohttp/go.mod

13 lines
365 B
Modula-2
Raw Normal View History

2023-12-07 00:22:53 +08:00
module git.pyer.club/kingecg/gohttpd
go 1.19
2023-12-07 22:42:27 +08:00
require (
git.pyer.club/kingecg/gologger v1.0.0 // indirect
github.com/samber/lo v1.39.0 // indirect
2023-12-07 23:34:34 +08:00
github.com/soheilhy/cmux v0.1.5 // indirect
2023-12-07 22:42:27 +08:00
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
2023-12-07 23:34:34 +08:00
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb // indirect
golang.org/x/text v0.3.3 // indirect
2023-12-07 22:42:27 +08:00
)