mirror of
https://github.com/lwch/natpass.git
synced 2024-04-21 12:41:54 +00:00
Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
32 lines
968 B
AMPL
32 lines
968 B
AMPL
module github.com/lwch/natpass
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be
|
|
github.com/creack/pty v1.1.21
|
|
github.com/dustin/go-humanize v1.0.1
|
|
github.com/go-bindata/go-bindata/v3 v3.1.3
|
|
github.com/gorilla/websocket v1.5.1
|
|
github.com/kardianos/service v1.2.2
|
|
github.com/lwch/logging v1.0.1
|
|
github.com/lwch/rdesktop v1.2.2
|
|
github.com/lwch/runtime v1.0.1
|
|
github.com/lwch/yaml v0.0.0-20220711084242-14c4f5845abe
|
|
github.com/spf13/cobra v1.8.0
|
|
golang.org/x/sys v0.15.0
|
|
golang.org/x/text v0.14.0
|
|
google.golang.org/protobuf v1.33.0
|
|
)
|
|
|
|
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/lint v0.0.0-20210508222113-6edffad5e616 // indirect
|
|
golang.org/x/mod v0.14.0 // indirect
|
|
golang.org/x/net v0.19.0 // indirect
|
|
golang.org/x/tools v0.16.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|