github.com/everdrone/grab@v0.1.7-0.20230416223925-40674b995521/go.mod (about)

     1  module github.com/everdrone/grab
     2  
     3  go 1.19
     4  
     5  require (
     6  	github.com/fatih/color v1.13.0
     7  	github.com/hashicorp/hcl/v2 v2.13.0
     8  	github.com/labstack/echo/v4 v4.8.0
     9  	github.com/mattn/go-isatty v0.0.16
    10  	github.com/mitchellh/go-homedir v1.1.0
    11  	github.com/rs/zerolog v1.27.0
    12  	github.com/spf13/afero v1.9.2
    13  	github.com/spf13/cobra v1.5.0
    14  	github.com/zclconf/go-cty v1.10.0
    15  	golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
    16  	golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3
    17  )
    18  
    19  require (
    20  	github.com/agext/levenshtein v1.2.3 // indirect
    21  	github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
    22  	github.com/google/go-cmp v0.5.8 // indirect
    23  	github.com/inconshreveable/mousetrap v1.0.0 // indirect
    24  	github.com/labstack/gommon v0.3.1 // indirect
    25  	github.com/mattn/go-colorable v0.1.13 // indirect
    26  	github.com/mitchellh/go-wordwrap v1.0.1 // indirect
    27  	github.com/spf13/pflag v1.0.5 // indirect
    28  	github.com/valyala/bytebufferpool v1.0.0 // indirect
    29  	github.com/valyala/fasttemplate v1.2.1 // indirect
    30  	golang.org/x/crypto v0.0.0-20220517005047-85d78b3ac167 // indirect
    31  	golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
    32  	golang.org/x/sys v0.0.0-20220818161305-2296e01440c6 // indirect
    33  	golang.org/x/text v0.3.7 // indirect
    34  )