github.com/bilpay-tech/air@v0.0.0-20230514155040-b55f770a4ac6/go.mod (about)

     1  module github.com/bilpay-tech/air
     2  
     3  go 1.20
     4  
     5  require (
     6  	github.com/creack/pty v1.1.18
     7  	github.com/fatih/color v1.14.1
     8  	github.com/fsnotify/fsnotify v1.6.0
     9  	github.com/gohugoio/hugo v0.111.3
    10  	github.com/imdario/mergo v0.3.13
    11  	github.com/pelletier/go-toml v1.9.5
    12  	github.com/stretchr/testify v1.8.1
    13  )
    14  
    15  require (
    16  	github.com/bep/godartsass v0.16.0 // indirect
    17  	github.com/bep/golibsass v1.1.0 // indirect
    18  	github.com/cli/safeexec v1.0.0 // indirect
    19  	github.com/davecgh/go-spew v1.1.1 // indirect
    20  	github.com/mattn/go-colorable v0.1.13 // indirect
    21  	github.com/mattn/go-isatty v0.0.17 // indirect
    22  	github.com/pelletier/go-toml/v2 v2.0.6 // indirect
    23  	github.com/pmezard/go-difflib v1.0.0 // indirect
    24  	github.com/spf13/afero v1.9.3 // indirect
    25  	github.com/tdewolff/parse/v2 v2.6.5 // indirect
    26  	golang.org/x/sys v0.5.0 // indirect
    27  	golang.org/x/text v0.7.0 // indirect
    28  	google.golang.org/protobuf v1.28.1 // indirect
    29  	gopkg.in/yaml.v3 v3.0.1 // indirect
    30  )