Files
natpass/go.mod
T
dependabot[bot]andGitHub 1b96a5965f Bump golang.org/x/image from 0.3.0 to 0.5.0
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.3.0 to 0.5.0.
- [Release notes](https://github.com/golang/image/releases)
- [Commits](https://github.com/golang/image/compare/v0.3.0...v0.5.0)

---
updated-dependencies:
- dependency-name: golang.org/x/image
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-17 14:44:13 +00:00

31 lines
919 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.1
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
github.com/spf13/cobra v1.6.1
golang.org/x/sys v0.4.0
golang.org/x/text v0.7.0
google.golang.org/protobuf v1.28.1
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/kisielk/errcheck v1.6.3 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/image v0.5.0 // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/mod v0.7.0 // indirect
golang.org/x/tools v0.5.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)