github.com/TNTworks/flogo-cli@v0.9.1-0.20220522183836-60b8a963ae00/go.mod (about)

     1  module github.com/TNTworks/flogo-cli
     2  
     3  require (
     4  	github.com/coreos/go-semver v0.2.0
     5  	github.com/msoap/byline v1.1.1
     6  	github.com/pkg/errors v0.8.1 // indirect
     7  	github.com/project-flogo/core v0.9.5-beta.1
     8  	github.com/spf13/cobra v0.0.5
     9  	github.com/stretchr/testify v1.4.0
    10  )
    11  
    12  go 1.16