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