Files
natpass/go.mod
T
lwch 0da4a672b8 1.修改README
2.升级rdesktop库版本
2022-07-04 11:26:51 +08:00

24 lines
855 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.2-0.20220428125717-29f8c79c511b
github.com/kisielk/errcheck v1.6.1 // indirect
github.com/lwch/logging v0.0.0-20220322084100-ec48185d95ab
github.com/lwch/rdesktop v1.1.1
github.com/lwch/runtime v0.0.0-20190520054850-8c97e19e0c6d
github.com/lwch/yaml v0.0.0-20211206085137-772f80e85a26
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/sys v0.0.0-20220702020025-31831981b65f
golang.org/x/text v0.3.7
golang.org/x/tools v0.1.11 // indirect
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
google.golang.org/protobuf v1.28.0
gopkg.in/yaml.v3 v3.0.1 // indirect
)