go-gb28181/go.mod

27 lines
828 B
Modula-2
Raw Normal View History

2025-01-23 18:51:43 +08:00
module git.skcks.cn/Shikong/go-gb28181
go 1.23.5
2025-01-23 22:29:22 +08:00
require (
2025-01-24 02:47:07 +08:00
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
github.com/duke-git/lancet/v2 v2.3.4
2025-01-23 22:29:22 +08:00
github.com/emiago/sipgo v0.28.0
github.com/icholy/digest v1.1.0
golang.org/x/net v0.34.0
2025-01-24 02:47:07 +08:00
golang.org/x/text v0.21.0
2025-01-23 22:29:22 +08:00
)
2025-01-23 18:51:43 +08:00
require (
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/gobwas/ws v1.4.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/rs/zerolog v1.33.0 // indirect
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b // indirect
2025-01-24 02:47:07 +08:00
golang.org/x/exp v0.0.0-20221208152030-732eee02a75a // indirect
2025-01-23 18:51:43 +08:00
golang.org/x/sys v0.29.0 // indirect
)