github.com/kristofferahl/go-centry@v1.5.0/go.mod (about)

     1  module github.com/kristofferahl/go-centry
     2  
     3  go 1.19
     4  
     5  require (
     6  	github.com/AlecAivazis/survey/v2 v2.3.7-0.20221208154106-fa37277e6394
     7  	github.com/franela/goblin v0.0.0-20200105215937-c9ffbefa60db
     8  	github.com/ghodss/yaml v1.0.0
     9  	github.com/gorilla/mux v1.7.3
    10  	github.com/procodr/monkey v0.0.0-20221102224215-28eb53c3a645
    11  	github.com/santhosh-tekuri/jsonschema/v2 v2.1.0
    12  	github.com/sirupsen/logrus v1.4.2
    13  	github.com/urfave/cli/v2 v2.3.0
    14  	gopkg.in/yaml.v2 v2.2.7
    15  )
    16  
    17  require (
    18  	bou.ke/monkey v1.0.2 // indirect
    19  	github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
    20  	github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
    21  	github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
    22  	github.com/mattn/go-colorable v0.1.2 // indirect
    23  	github.com/mattn/go-isatty v0.0.8 // indirect
    24  	github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
    25  	github.com/russross/blackfriday/v2 v2.0.1 // indirect
    26  	github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
    27  	golang.org/x/sys v0.5.0 // indirect
    28  	golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
    29  	golang.org/x/text v0.4.0 // indirect
    30  )