mirror of
https://github.com/lwch/natpass.git
synced 2024-04-21 12:41:54 +00:00
13 lines
297 B
AMPL
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
|
|
)
|