mirror of
https://github.com/cheat/cheat.git
synced 2024-10-31 21:21:02 +01:00
0031cc392f
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.1.0 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/compare/v0.1.0...v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
36 lines
1.2 KiB
Modula-2
36 lines
1.2 KiB
Modula-2
module github.com/cheat/cheat
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/alecthomas/chroma v0.10.0
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
|
|
github.com/go-git/go-git/v5 v5.4.2
|
|
github.com/mattn/go-isatty v0.0.16
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/Microsoft/go-winio v0.6.0 // indirect
|
|
github.com/ProtonMail/go-crypto v0.0.0-20221026131551-cf6655e29de4 // indirect
|
|
github.com/acomagu/bufpipe v1.0.3 // indirect
|
|
github.com/cloudflare/circl v1.2.0 // indirect
|
|
github.com/dlclark/regexp2 v1.7.0 // indirect
|
|
github.com/emirpasic/gods v1.18.1 // indirect
|
|
github.com/go-git/gcfg v1.5.0 // indirect
|
|
github.com/go-git/go-billy/v5 v5.3.1 // indirect
|
|
github.com/imdario/mergo v0.3.13 // indirect
|
|
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
|
|
github.com/kevinburke/ssh_config v1.2.0 // indirect
|
|
github.com/sergi/go-diff v1.2.0 // indirect
|
|
github.com/xanzy/ssh-agent v0.3.2 // indirect
|
|
golang.org/x/crypto v0.1.0 // indirect
|
|
golang.org/x/mod v0.6.0 // indirect
|
|
golang.org/x/net v0.7.0 // indirect
|
|
golang.org/x/sys v0.5.0 // indirect
|
|
golang.org/x/tools v0.2.0 // indirect
|
|
gopkg.in/warnings.v0 v0.1.2 // indirect
|
|
)
|