github.com/r2d2-ai/cli@v1.20.0/go.mod (about)

     1  module github.com/r2d2-ai/cli
     2  
     3  require (
     4  	github.com/coreos/go-semver v0.3.0
     5  	github.com/msoap/byline v1.1.1
     6  	github.com/r2d2-ai/core v1.20.0
     7  	github.com/spf13/cobra v1.2.1
     8  	github.com/stretchr/testify v1.7.0
     9  )
    10  
    11  go 1.16