-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (16 loc) · 789 Bytes
/
go.mod
File metadata and controls
18 lines (16 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/gomuddle/gobacli
go 1.17
require (
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect
github.com/gomuddle/goba v0.0.0-20210924204917-e2bdb02cdf6d // indirect
github.com/gomuddle/gobaclient v0.0.0-20210926221913-636df6d1b484 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/mattn/go-colorable v0.1.10 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/urfave/cli v1.22.5 // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
gopkg.in/AlecAivazis/survey.v1 v1.8.8 // indirect
)