Files
natpass/go.mod
T
2021-08-02 14:27:36 +08:00

13 lines
297 B
AMPL

module natpass
go 1.16
require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/lwch/logging v0.0.0-20210528090125-a154917d90c6
github.com/lwch/runtime v0.0.0-20190520054850-8c97e19e0c6d
google.golang.org/grpc v1.39.0
google.golang.org/protobuf v1.27.1
gopkg.in/yaml.v2 v2.2.3
)