网络开发整体框架
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
374 B

module git.hpds.cc/Component/hpds_net_framework
go 1.18
require (
git.hpds.cc/Component/logging v0.0.0-20220802072911-f95dfe16666a
github.com/google/uuid v1.3.0
go.uber.org/zap v1.21.0
google.golang.org/protobuf v1.28.1
)
require (
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
)