17 lines
374 B
Modula-2
17 lines
374 B
Modula-2
|
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
|
||
|
)
|