github.com/ilidemi/air@v1.42.3/go.mod (about)

     1  module github.com/ilidemi/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/imdario/mergo v0.3.13
    10  	github.com/pelletier/go-toml v1.9.5
    11  	github.com/stretchr/testify v1.8.1
    12  )
    13  
    14  require (
    15  	github.com/davecgh/go-spew v1.1.1 // indirect
    16  	github.com/mattn/go-colorable v0.1.13 // indirect
    17  	github.com/mattn/go-isatty v0.0.17 // indirect
    18  	github.com/pmezard/go-difflib v1.0.0 // indirect
    19  	golang.org/x/sys v0.5.0 // indirect
    20  	gopkg.in/yaml.v3 v3.0.1 // indirect
    21  )