github.com/gofiber/fiber-cli@v0.0.3/go.mod (about)

     1  module github.com/gofiber/fiber-cli
     2  
     3  go 1.14
     4  
     5  require (
     6  	github.com/fsnotify/fsnotify v1.4.7
     7  	github.com/jarcoal/httpmock v1.0.6
     8  	github.com/kr/text v0.2.0 // indirect
     9  	github.com/muesli/termenv v0.7.4
    10  	github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
    11  	github.com/spf13/cobra v1.0.0
    12  	github.com/stretchr/testify v1.4.0
    13  	golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211 // indirect
    14  	gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
    15  	gopkg.in/yaml.v2 v2.2.4 // indirect
    16  )