X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=go.mod;h=7f5055545e6dc3715b05e805b5a7b28de52eea73;hb=bf3832a4e8a0a5d9c0c83f784ae3778f4697fe61;hp=9e10f32d9fa705dcf0beb03c10c1ab9d592b291a;hpb=6ca87249ebac1cc60daf04290238a901e1763538;p=ric-plt%2Fsdlgo.git diff --git a/go.mod b/go.mod index 9e10f32..7f50555 100644 --- a/go.mod +++ b/go.mod @@ -5,6 +5,7 @@ go 1.12 require ( github.com/go-redis/redis v6.15.9+incompatible github.com/onsi/ginkgo v1.14.0 // indirect + github.com/spf13/cobra v1.1.1 github.com/stretchr/testify v1.3.0 )