Files
natpass/go.mod
T
2021-08-13 10:20:45 +08:00

14 lines
384 B
AMPL

module natpass
go 1.16
require (
github.com/dustin/go-humanize v1.0.0
github.com/lwch/daemon v0.0.0-20210628111519-5911af6cec06
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
)