2022-10-11 17:36:09 +08:00
|
|
|
module git.hpds.cc/Component/network
|
|
|
|
|
2024-12-13 11:47:01 +08:00
|
|
|
go 1.23
|
2022-10-11 17:36:09 +08:00
|
|
|
|
|
|
|
require (
|
2024-12-13 11:47:01 +08:00
|
|
|
git.hpds.cc/Component/mq_coder v0.0.0-20230310155836-afc76d7d1572
|
|
|
|
github.com/matoous/go-nanoid/v2 v2.1.0
|
|
|
|
github.com/quic-go/quic-go v0.48.2
|
|
|
|
github.com/stretchr/testify v1.10.0
|
|
|
|
go.uber.org/zap v1.27.0
|
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
2022-10-11 17:36:09 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/BurntSushi/toml v1.2.0 // indirect
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2024-12-13 11:47:01 +08:00
|
|
|
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
|
|
|
|
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
|
|
|
|
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
|
|
|
|
github.com/onsi/ginkgo/v2 v2.22.0 // indirect
|
2022-10-11 17:36:09 +08:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2024-12-13 11:47:01 +08:00
|
|
|
go.uber.org/atomic v1.11.0 // indirect
|
|
|
|
go.uber.org/mock v0.5.0 // indirect
|
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
|
|
golang.org/x/crypto v0.31.0 // indirect
|
|
|
|
golang.org/x/exp v0.0.0-20241210194714-1829a127f884 // indirect
|
|
|
|
golang.org/x/mod v0.22.0 // indirect
|
|
|
|
golang.org/x/net v0.32.0 // indirect
|
|
|
|
golang.org/x/sync v0.10.0 // indirect
|
|
|
|
golang.org/x/sys v0.28.0 // indirect
|
|
|
|
golang.org/x/tools v0.28.0 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2022-10-11 17:36:09 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
)
|