Draft version of SDLCLI command line tool
[ric-plt/sdlgo.git] / go.mod
diff --git a/go.mod b/go.mod
index 9e10f32..7f50555 100644 (file)
--- 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
 )