github.com/msoap/go-carpet@v1.10.1-0.20240316220419-b690da179708/go.mod (about)

     1  module github.com/msoap/go-carpet
     2  
     3  go 1.19
     4  
     5  require (
     6  	github.com/mattn/go-colorable v0.1.12
     7  	github.com/mattn/go-shellwords v1.0.12
     8  	github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
     9  	github.com/msoap/byline v1.1.1
    10  	golang.org/x/tools v0.1.12
    11  )
    12  
    13  require (
    14  	github.com/mattn/go-isatty v0.0.14 // indirect
    15  	golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
    16  )