Files
natpass/go.mod
T
2021-09-23 11:47:09 +08:00

14 lines
362 B
AMPL

module natpass
go 1.16
require (
github.com/dustin/go-humanize v1.0.0
github.com/kardianos/service v1.2.0
github.com/lwch/logging v0.0.0-20210528090125-a154917d90c6
github.com/lwch/runtime v0.0.0-20190520054850-8c97e19e0c6d
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/protobuf v1.27.1
gopkg.in/yaml.v2 v2.2.3
)