1 Star 0 Fork 30

Seasalt/murphysec

forked from murphysecurity/murphysec 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
go.mod 2.81 KB
一键复制 编辑 原始数据 按行查看 历史
module github.com/murphysecurity/murphysec
go 1.19
require (
github.com/AlecAivazis/survey/v2 v2.3.6
github.com/antchfx/xmlquery v1.3.15
github.com/bahlo/generic-list-go v0.2.0
github.com/denisbrodbeck/machineid v1.0.1
github.com/go-git/go-git/v5 v5.6.1
github.com/iseki0/go-yarnlock v0.0.1
github.com/iseki0/osname v0.0.0-20220802070850-5def7ee59aab
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
github.com/magiconair/properties v1.8.7
github.com/mitchellh/go-homedir v1.1.0
github.com/muesli/termenv v0.15.1
github.com/pelletier/go-toml/v2 v2.0.7
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.6.1
github.com/stretchr/testify v1.8.2
github.com/vifraa/gopom v0.2.1
github.com/wk8/go-ordered-map/v2 v2.1.6
go.uber.org/zap v1.24.0
golang.org/x/mod v0.9.0
golang.org/x/sync v0.1.0
golang.org/x/text v0.8.0
gopkg.in/yaml.v3 v3.0.1
)
replace github.com/denisbrodbeck/machineid v1.0.1 => github.com/iseki0/machineid v0.0.0-20221013085010-5552166865ef
require (
github.com/Microsoft/go-winio v0.6.0 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
github.com/acomagu/bufpipe v1.0.4 // indirect
github.com/antchfx/xpath v1.2.3 // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/buger/jsonparser v1.1.1 // indirect
github.com/cloudflare/circl v1.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // 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.4.1 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/imdario/mergo v0.3.13 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/kevinburke/ssh_config v1.2.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/pjbgf/sha1cd v0.3.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.4.3 // indirect
github.com/sergi/go-diff v1.2.0 // indirect
github.com/skeema/knownhosts v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/goleak v1.1.12 // indirect
go.uber.org/multierr v1.8.0 // indirect
golang.org/x/crypto v0.6.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/term v0.5.0 // indirect
golang.org/x/tools v0.6.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/sea-salt-bubble-water/murphysec.git
[email protected]:sea-salt-bubble-water/murphysec.git
sea-salt-bubble-water
murphysec
murphysec
v3

搜索帮助