Files
natpass/go.mod
T
2022-08-25 09:53:06 +08:00

23 lines
758 B
AMPL

module github.com/lwch/natpass
go 1.16
require (
github.com/creack/pty v1.1.18
github.com/dustin/go-humanize v1.0.0
github.com/go-bindata/go-bindata/v3 v3.1.3
github.com/gorilla/websocket v1.5.0
github.com/kardianos/service v1.2.1
github.com/kisielk/errcheck v1.6.2 // indirect
github.com/lwch/logging v0.0.0-20220322084100-ec48185d95ab
github.com/lwch/rdesktop v1.1.1
github.com/lwch/runtime v1.0.0
github.com/lwch/yaml v0.0.0-20220711084242-14c4f5845abe
golang.org/x/image v0.0.0-20220722155232-062f8c9fd539 // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/sys v0.0.0-20220823224334-20c2bfdbfe24
golang.org/x/text v0.3.7
golang.org/x/tools v0.1.12 // indirect
google.golang.org/protobuf v1.28.1
)