mirror of
https://github.com/lwch/natpass.git
synced 2024-04-21 12:41:54 +00:00
28 lines
851 B
AMPL
28 lines
851 B
AMPL
module github.com/lwch/natpass
|
|
|
|
go 1.17
|
|
|
|
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
|
|
github.com/lwch/logging v0.0.0-20221013035348-e250895ebb72
|
|
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/sys v0.1.0
|
|
golang.org/x/text v0.4.0
|
|
google.golang.org/protobuf v1.28.1
|
|
)
|
|
|
|
require (
|
|
github.com/kisielk/errcheck v1.6.2 // indirect
|
|
golang.org/x/image v0.0.0-20221017200508-ffcb3fe7d1bf // indirect
|
|
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
|
|
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
|
|
golang.org/x/tools v0.1.12 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|