mirror of
https://github.com/lwch/natpass.git
synced 2024-04-21 12:41:54 +00:00
26 lines
916 B
AMPL
26 lines
916 B
AMPL
module natpass
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/creack/pty v1.1.17
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/go-bindata/go-bindata/v3 v3.1.3
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
github.com/go-vgo/robotgo v0.100.7
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/kardianos/service v1.2.0
|
|
github.com/kisielk/errcheck v1.6.0 // indirect
|
|
github.com/lwch/logging v0.0.0-20211115073745-0db19179db17
|
|
github.com/lwch/runtime v0.0.0-20190520054850-8c97e19e0c6d
|
|
github.com/lwch/yaml v0.0.0-20211009070949-2d4c64e2b789
|
|
github.com/shirou/gopsutil v3.21.10+incompatible // indirect
|
|
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect
|
|
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
|
|
golang.org/x/mod v0.5.1 // indirect
|
|
golang.org/x/sys v0.0.0-20211113001501-0c823b97ae02
|
|
golang.org/x/text v0.3.7
|
|
golang.org/x/tools v0.1.7 // indirect
|
|
google.golang.org/protobuf v1.27.1
|
|
)
|